Search
Submit a request
Sign in
How can we help you today?
Categories
Submit a request
Submit a request
Sign in
Support
Community
SQL Compare Previous Versions
Extend the print statement to include timing information
New post
Hi
I have modified the PRINT statement in the synchronise script to add
convert(varchar(20), getdate(), 120) + etc
this way I get timings for each part of the upgrade
perhaps the script should do this automatically.
fwiw
Stephen
Steve
November 01, 2005 08:39
-
0
+
Comments
1 comment
Sort by
Date
Votes
Hello,
That's certainly a possibility. It wouldn't show when you run the script from inside the program though...
Brian Donahue
November 01, 2005 10:07
-
0
+
Add comment
Please
sign in
to leave a comment.
I have modified the PRINT statement in the synchronise script to add
convert(varchar(20), getdate(), 120) + etc
this way I get timings for each part of the upgrade
perhaps the script should do this automatically.
fwiw
Stephen