Forum Discussion

deirdrebclark481605's avatar
deirdrebclark481605
Copper Contributor
Jun 05, 2025

SSMS - Display time query was executed

Would you like to see the time that you started a query in SSMS?  I do because I normally run multiple queries and need to know when I started the first query, and second, etc.

Please upvote my suggestion to https://nam.safelink.emails.azure.net/redirect/?destination=https%3A%2F%2Fdevelopercommunity.visualstudio.com%2Ft%2FDisplay-time-query-execution-started%2F10914545&p=bT0wYTFkYjY4Yi0zYjBhLTQ1YTMtYTU4Mi01ZTUzMmRiMTk0YjkmdT1hZW8mbD0xMDkxNDU0NQ%3D%3D.  It's under consideration given the community's demand.  Thanks!

2 Replies

  • olafhelper's avatar
    olafhelper
    Bronze Contributor

    Please upvote my suggestion

     

    I won't, because a simple

    PRINT GETDATE();
    -- Your query
    PRINT GETDATE();

    do the job.

     

Resources