Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
In script, PRINT now shows all in batch
Message
 
 
To
05/03/2008 13:34:04
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01299026
Message ID:
01299041
Views:
21
>Now that I have removed all the GO in my script, I have found that all the PRINT commands are being shown in one shot at the end. So, once the script starts executing, I have no idea what is going on. Is this really what caused this? If not, then, what can I do to force the PRINT to be shown?

Yes, that's the way PRINT is handled. Try to replace PRINTs with
RAISERROR( '.......' , 0, 1 ) WITH NOWAIT
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform