Forum Discussion
deirdrebclark481605
Jun 05, 2025Copper Contributor
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 sugg...
olafhelper
Jun 06, 2025Bronze Contributor
Please upvote my suggestion
I won't, because a simple
PRINT GETDATE();
-- Your query
PRINT GETDATE();
do the job.
- deirdrebclark481605Jun 11, 2025Copper Contributor
😆 Thank you for the suggestion!