20. 19. 8. Parse exception in another level of scope: Exception in EXEC
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>