-
Recent Posts
Recent Comments
brenda on SQL Server 2012 Diagnostic Inf… Larry on Three Generations of Toshiba P… way0utwest on Are Electric Cars Practic… Bala on SQL Server Diagnostic Informat… Tom Schiro on SQL Server Diagnostic Informat… Archives
- October 2016
- June 2016
- February 2015
- November 2014
- October 2014
- September 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- 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
- Azure Virtual Machines
- Blogging
- Computer Hardware
- Computers and Internet
- Cumulative Update
- Dell
- Diagnostic Queries
- Electric Cars
- Entertainment
- Food and drink
- Games
- General
- Haswell
- Hobbies
- Home Theater
- Intel
- Ivy Bridge
- Ivy Bridge-EP
- 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 2014
- SQL Server 2016
- SQL Server Denali
- SQLSaturday
- Storage Subsystems
- Tanks
- Teaching
- Tesla
- TPC-E
- 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: March 2010
SQL Server 2008 SP1 CU7 is Released
Microsoft has released SQL Server 2008 SP1 Cumulative Update 7 (CU7). It is Build 2766. There are 31 fixes listed, many of which are for SSRS, SSIS, and SSAS. They have also released SQL Server 2008 RTM Cumulative Update 10 … Continue reading
Posted in SQL Server 2008
11 Comments
How to Enroll a Managed Instance into SQL Server Utility in SQL Server 2008 R2
After creating a Utility Control Point (UCP) you will want to enroll some managed instances (up to 25 with SQL Server 2008 R2 Enterprise Edition) into your Utility Control Point. Remember, any managed instances must also be SQL Server 2008 … Continue reading
Posted in SQL Server 2008 R2
Leave a comment
Denver SQL Server User’s Group Meeting on March 18
The Denver SQL Server User’s Group will be having their March meeting on Thursday, March 18. Bulent Gucuk will discuss SQL Server Replication basics. The second speaker will be Dean Richards of Confio Software, giving a presentation on using Wait … Continue reading
Posted in SQL Server 2008
Leave a comment
SQL Server Utility in SQL Server 2008 R2
One of the new management related features in SQL Server 2008 R2 is SQL Server Utility. SQL Server Utility gives you a way to manage and monitor multiple instances of SQL Server using a variation of Management Data Warehouse. You … Continue reading
Posted in SQL Server 2008 R2
Leave a comment
SharePoint 2010 and Various Versions of SQL Server
Microsoft has recently announced that SharePoint 2010 and Office 2010 will RTM in April 2010, and will be officially launched on May 12, 2010. From historical experience, this means that the RTM bits will be available on MSDN Subscribers probably … Continue reading
Posted in SQL Server 2008
5 Comments
How to Easily Log SQL Server 2008 Instance Level Metrics
If you want to record the results of some useful, instance level DMV queries somewhere where you can easily query them later, you can use this technique. This gives you a pretty decent overview of the health of your instance … Continue reading
Posted in SQL Server 2008
4 Comments
Easy Ways to Detect I/O Pressure in SQL Server 2008
It is pretty common for large, busy SQL Server instances to run into I/O bottlenecks. Even smaller, less busy systems often run into problems when they are not sized and configured correctly. As a database professional, you need to be … Continue reading
Posted in SQL Server 2008
9 Comments
T-SQL Tuesday #004 Hosted by Mike Walsh
I just wanted to remind people to participate in T-SQL Tuesday #004 on the subject of IO. You just need to post a blog post on something to do with IO between 00:00:00 UTC on Tuesday the 9th of March … Continue reading
Posted in SQL Server 2008
Leave a comment
More SQL Azure Samples
I have been playing around some more with SQL Azure in order to get ready for an upcoming presentation, so I thought I would share some of the T-SQL commands in the script below. I have a partial copy of … Continue reading
Posted in SQL Azure
3 Comments
Using the OUTPUT clause to retrieve new identity values from SQL Server 2008
Microsoft has a new KB article outlining issues with using SCOPE_IDENTITY and @@IDENTITY to retrieve values inserted into an identity column in a table. This particular issue shows up when you have parallel execution plans, but I have also seen … Continue reading
Posted in SQL Server 2008
4 Comments