Search code examples
sql-serverssms-2012ssms-2014

SQL Server Management Studio: Display executed date/time on the status bar


When I execute a SQL query (e.g., SELECT 1) in SSMS, I can see the time it took to execute in the status bar. I would like to know whether it is possible to configure SSMS to show the date time the query was executed at (for example: Executed DateTime: 2015-07-28 11:15:30, not bothered about the date/time format) on status bar or in messages tab?

Here is the bar I am talking about with the section of interest enclosed in green rectangles.

enter image description here


Solution

  • I was looking for something similar, and found that if you hit F4, you can get this info (and more) from the Properties Window.