Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A Bug Or a Feature?
Message
From
27/02/2002 08:40:04
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00625610
Message ID:
00625673
Views:
11
It's not a bug and calling it a "feature" is probably a stretch also <s>. The keyword GO is not recognized by SQL Server. It is not part of Transact-SQL. It is the batch terminator recognized by the Query Analyzer, iSQL, and oSQL.

You can see this by trying to submit the following using the Query Analyzer:
EXECUTE('GO')
SQL Server will respond with the following error:
Server: Msg 2812, Level 16, State 62, Line 1
Could not find stored procedure 'GO'.
-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform