• 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