Thread: SQL scripts
View Single Post
  #1 (permalink)  
Old 12-03-08, 13:37
Andre Smit Andre Smit is offline
Registered User
 
Join Date: Jul 2008
Posts: 16
SQL scripts

Is it possible to get output from scripts while they run? I have a script that generates a bunch of tables with PRINT and GO statements in between. I'd like to see the output from the PRINT statements while the script is running.
Reply With Quote