G
Guest
Hi, I have a question regarding PRINT statement in transact-SQL.
The following is my test environment
* Vuisual Studion 2003, server explorer
* either in SQL pane or using stored procedur
The scenerio are like belo
* alter procedure myProcedure as PRINT 'HELLO' <===== It work
* alter procedure myProcedure as begin PRINT 'HELLO' end <===== It does not work
Please advice
Peter
The following is my test environment
* Vuisual Studion 2003, server explorer
* either in SQL pane or using stored procedur
The scenerio are like belo
* alter procedure myProcedure as PRINT 'HELLO' <===== It work
* alter procedure myProcedure as begin PRINT 'HELLO' end <===== It does not work
Please advice
Peter