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 display the query start time in SSMS.  It's under consideration given the community's demand.  Thanks!

1 Reply

  • 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