In SQL Server Management Studio Express 2005 is it possible to output the date and time that a query completed in the Results or Messages windows?
(without having to manually add a SELECT Getdate() to every query)
|
In SQL Server Management Studio Express 2005 is it possible to output the date and time that a query completed in the Results or Messages windows? (without having to manually add a
| ||||
feedback
|
|
This is only part of what you are looking for, but if you turn on the Include Client Statistics option, you'll get a new Client Statistics tab when you run your query that will include the time the query was run. It's under Query>Include Client Statistics. | |||||||||
feedback
|
|
Upgraded to 2008 version which has a
| ||||
|
feedback
|