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 suggestion to display the query start time in SSMS. It's under consideration given the community's demand. Thanks!
1 Reply
Sort By
- olafhelperBronze Contributor
Please upvote my suggestion
I won't, because a simple
PRINT GETDATE(); -- Your query PRINT GETDATE();
do the job.