Mega Code Archive

 
Categories / MSSQL Tutorial / Transact SQL
 

Parse exception in another level of scope

6> EXEC('SELECTxzy  FROM SomeTable') 7> PRINT 'This will NOT print!' 8> GO Msg 156, Level 15, State 1, Server J\SQLEXPRESS, Line 1 Incorrect syntax near the keyword 'FROM'. This will NOT print! 1>