Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: go command

    it was "incorrect syntex error near go".now its working fine..

    i was using a query editor on which go dosnt work.

  • RE: go command

    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

  • RE: go command

    ; --> statement delemeter or terminator

    GO --> batch terminator.

    i read somewhere.

  • RE: go command

    go only works in ssms is that true??

    if i execute the same query in query editor of ssms it works fine.

  • RE: go command

    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???

Viewing 5 posts - 1 through 5 (of 5 total)