Viewing 5 posts - 1 through 5 (of 5 total)
it was "incorrect syntex error near go".now its working fine..
i was using a query editor on which go dosnt work.
October 26, 2010 at 8:11 am
now its working fine i guess.i read some where that go command will only work in query editor of ssms.
so statements
use employeedb;
go
select * from emp;
go
are working fine till now.
jay thakkar,student,india
October 25, 2010 at 12:41 pm
; --> statement delemeter or terminator
GO --> batch terminator.
i read somewhere.
October 25, 2010 at 12:28 pm
go only works in ssms is that true??
if i execute the same query in query editor of ssms it works fine.
October 25, 2010 at 12:19 pm
i kno "go" isnt a part of t-sql.
but the statement i wrote shld get executed.
it isnt.why??
if i remove "go" it works fine
why???
October 25, 2010 at 12:17 pm
Viewing 5 posts - 1 through 5 (of 5 total)