-
Recent Posts
Recent Comments
Jim Berry on Tesla Time Glenn Berry on Tesla Time Glenn Berry on Tesla Time Kalman Toth on Tesla Time Brent Ozar on Tesla Time Archives
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
Categories
- AMD
- Astronomy
- Automobiles
- Blogging
- Computer Hardware
- Computers and Internet
- Dell
- Diagnostic Queries
- Entertainment
- Food and drink
- Games
- General
- Haswell
- Hobbies
- Home Theater
- Intel
- Ivy Bridge
- Laptops
- Microsoft
- Microsoft Training
- News and politics
- NewsGator
- PASS
- Pluralsight
- Politics
- Processors
- Robotics
- Sandy Bridge
- Science Fiction
- Space Exploration
- SQL Azure
- SQL Server
- SQL Server 2005
- SQL Server 2008
- SQL Server 2008 R2
- SQL Server 2012
- SQL Server Denali
- SQLSaturday
- Storage Subsystems
- Tanks
- Teaching
- Travel
- Uncategorized
- Visual Studio 2008
- Visual Studio 2010
- Windows 7
- Windows Home Server
- Windows RT
- Windows Server 2008
- Windows Server 2008 R2
- Windows Server 2012
- Windows Vista
Meta
Monthly Archives: April 2010
A DMV A Day – Day 30
The DMV for Day 30 is sys.dm_os_buffer_descriptors, which is described by BOL as: Returns information about all the data pages that are currently in the SQL Server buffer pool. The output of this view can be used to determine the … Continue reading
Posted in SQL Server 2008
1 Comment
A DMV a Day – Day 29
The DMV for Day 29 is sys.dm_exec_connections, which is described by BOL as: Returns information about the connections established to this instance of SQL Server and the details of each connection. This DMV can be used to help identify who … Continue reading
Posted in SQL Server 2008
Leave a comment
A DMV a Day – Day 28
The DMV for Day 28 is sys.dm_io_pending_io_requests, which is described by BOL as: Returns a row for each pending I/O request in SQL Server. That is a pretty straightforward, if terse description. This DMV works with SQL Server 2005, SQL … Continue reading
Posted in SQL Server 2008
Leave a comment
SQL Server 2008 and 2008R2 Diagnostic Information Queries
Since SQL Server 2008 R2 has gone RTM, and will be available on MSDN Subscribers on May 3, I thought it was time to post an updated version of the Diagnostic Information queries. This has updated build lists for SQL … Continue reading
Posted in SQL Server 2008 R2
1 Comment
A DMV a Day – Day 27
The DMV for Day 27 is sys.dm_tran_locks, which is described by BOL as: Returns information about currently active lock manager resources. Each row represents a currently active request to the lock manager for a lock that has been granted or … Continue reading
Posted in SQL Server 2008
Leave a comment
SQL Server 2005 Diagnostic Information Queries (April 2010)
Since SQL Server 2008 R2 has gone RTM, and will soon be available for purchase, I am going to be spending even less time talking about SQL Server 2005 in the future. If you are on SQL Server 2005, you … Continue reading
Posted in SQL Server 2005
3 Comments
A DMV a Day – Day 26
Well, we are on the final week of the DMV a Day series for the month of April. I will be posting a recap of the series on May 3, that will have links and a summary for each post … Continue reading
Posted in SQL Server 2008
Leave a comment
A DMV a Day – Day 25
The DMV for Day 25 is sys.dm_os_memory_cache_counters, which is described by BOL as: Returns a snapshot of the health of a cache. sys.dm_os_memory_cache_counters provides run-time information about the cache entries allocated, their use, and the source of memory for the … Continue reading
Posted in SQL Server 2008
Leave a comment
A DMV a Day – Day 24
The DMV for Day 24 is sys.dm_exec_requests, which is described by BOL as: Returns information about each request that is executing within SQL Server. This DMV is useful for getting a quick snapshot of currently executing requests on your instance … Continue reading
Posted in SQL Server 2008
Leave a comment
A DMV a Day – Day 23
The DMV for Day 23 is sys.dm_os_process_memory, which is described by BOL as: Most memory allocations that are attributed to the SQL Server process space are controlled through interfaces that allow for tracking and accounting of those allocations. However, memory … Continue reading
Posted in SQL Server 2008
Leave a comment