This blog post will have running account of the all the blog post I will be doing in this month related to SQL Server Wait Types and Wait Queues.
SQL SERVER – Introduction to Wait Stats and Wait Types – Wait Type – Day 1 of 28
SQL SERVER – Signal Wait Time Introduction with Simple Example – Wait Type – Day 2 of 28
SQL SERVER – DMV – sys.dm_os_wait_stats Explanation – Wait Type – Day 3 of 28
SQL SERVER – DMV – sys.dm_os_waiting_tasks and sys.dm_exec_requests – Wait Type – Day 4 of 28
SQL SERVER – Capturing Wait Types and Wait Stats Information at Interval – Wait Type – Day 5 of 28
SQL SERVER – CXPACKET – Parallelism – Usual Solution – Wait Type – Day 6 of 28
SQL SERVER – CXPACKET – Parallelism – Advanced Solution – Wait Type – Day 7 of 28
SQL SERVER – SOS_SCHEDULER_YIELD – Wait Type – Day 8 of 28
SQL SERVER – IO_COMPLETION – Wait Type – Day 10 of 28
SQL SERVER – ASYNC_IO_COMPLETION – Wait Type – Day 11 of 28
SQL SERVER – FT_IFTS_SCHEDULER_IDLE_WAIT – Full Text – Wait Type – Day 13 of 28
SQL SERVER – BACKUPIO, BACKUPBUFFER – Wait Type – Day 14 of 28
SQL SERVER – LCK_M_XXX – Wait Type – Day 15 of 28
SQL SERVER – Guest Post – Jonathan Kehayias – Wait Type – Day 16 of 28
SQL SERVER – WRITELOG – Wait Type – Day 17 of 28
SQL SERVER – LOGBUFFER – Wait Type – Day 18 of 28
SQL SERVER – PREEMPTIVE and Non-PREEMPTIVE – Wait Type – Day 19 of 28
SQL SERVER – MSQL_XP – Wait Type – Day 20 of 28
SQL SERVER – Guest Post – Jacob Sebastian – Filestream – Wait Types – Wait Queues – Day 22 of 28
SQL SERVER – OLEDB – Link Server – Wait Type – Day 23 of 28
SQL SERVER – 2000 – DBCC SQLPERF(waitstats) – Wait Type – Day 24 of 28
SQL SERVER – 2011 – Wait Type – Day 25 of 28
SQL SERVER – Guest Post – Glenn Berry – Wait Type – Day 26 of 28
SQL SERVER – Best Reference – Wait Type – Day 27 of 28
SQL SERVER – Summary of Month – Wait Type – Day 28 of 28
Reference: Pinal Dave (http://blog.SQLAuthority.com)












Why can’t we use print in sql server function?
A function can return a single or multivalues. It cannot be used for printing purpose. If it prints, how will you use the function in the select statement?
good articles!
[...] SQL SERVER – Wait Stats – Wait Types – Wait Queues – Day 0 of 28 [...]
[...] Wait Stats – Wait Types – Wait Queues – Day 0 of 28 This was beginning of my one of the most ambitious project. I have been working with SQL Wait Stats for more than 2 years and I had collected some real insight on this subject. I decided to write a blog post series of 28 days where I discuss SQL Wait Stats and their various usability. When I was writing this blog post, I really had no idea where I am heading with this series. My humble attempt was to collect all the knowledge I had on this subject and put in front of everyone. However, destiny had better plans for it. Later that year, I come up with a book on this subject (and very first book in the industry) on SQL Wait Stats. It is still not late, if you are not caught up on this subject, you can still learn this subject from the beginning. [...]