Extend the print statement to include timing information
Steve
Posts: 2
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
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
This discussion has been closed.
Comments
That's certainly a possibility. It wouldn't show when you run the script from inside the program though...