SQL SERVER – Find Currently Running Query – T-SQL
SQL SERVER – Interesting Observation – Using sqlcmd From SSMS Query Editor
A day before I wrote article SQL SERVER – sqlcmd vs osql – Basic Comparison. Today while I was displaying how sqlcmd can be used instead of osql to one of my companies team leader, I found another neat feature of SSMS Query Editor. sqlcmd can be used from Query Editor but it has to be enabled first.
SQL SERVER – sqlcmd vs osql – Basic Comparison
SQL SERVER – 2008 – Change Color of Status Bar of SSMS Query Editor
SQL SERVER – Time Delay While Running T-SQL Query – WAITFOR Introduction
SQL SERVER – 2008 – 2005 – Find Longest Running Query – TSQL
UPDATE : Updated this query with bug fixed with one more enhancement SERVER – 2008 – 2005 – Find Longest Running Query – TSQL – Part 2.
Recently my company owner asked me to find which query is running longest. It was very interesting that I was not able to find any T-SQL script online which can give me this data directly. Finally, I wrote down very quick script which gives me T-SQL which has ran on server along with average time and maximum time of that T-SQL execution. As I keep on writing I needed to know when exactly logging was started for the same T-SQL so I had added Logging start time in the query as well.
SQLAuthority News – Happy New Year – 5 SQL New Year Resolutions
SQLAuthority News – Recap Year 2008 – Two Most Important Event of My Life
SQLAuthority Author Visit Report – Tech Meetings – Recession – Job Market – Consolidation of Servers
In this blog post, I will discuss various topics which are related to various DBAs and Developers discussed in the recent market.



