Thread: SQL scripts
View Single Post
  #2 (permalink)  
Old 12-03-08, 14:12
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,286
Run the script with SQLCMD.EXE and you'll be able to see the output as it is generated.

The GUI tools cache the output, so you don't see anything until the tool is ready to show it to you which is often after the script completes (don't get me started on this design decision, you really don't want to know what I think of it)!

-PatP
Reply With Quote