Sign in
MSDN Blogs
Microsoft Blog Images
More ...
CSS SQL Server Engineers
This is the official team Web Log for Microsoft Customer Service and Support (CSS) SQL Support. Posts are provided by the CSS SQL Escalation Services
MSDN Blogs
>
CSS SQL Server Engineers
Subscribe
Comments
Contact
Menu
Blog Home
Email Blog Author
Atom
OK
Translate this page
Powered by
Microsoft® Translator
Tags
2005
2005 SP2
2008
2008 R2
Adam
AlwaysON
Connectivity
Engine
How It Works
Memory
Performance
Reporting Services
RML Utilities
Setup
SharePoint Adventures
SQL 2005
SQL 2008
SQL 2012
SQL Server 2005 SP2
SQL Server 2008
SQL Server 2008 SP1
SQL Server 2012
SQLOS
Tools
Troubleshooting: The DB Engine
More
▼
Less
▲
Archives
Archives
May 2013
(3)
April 2013
(5)
March 2013
(5)
February 2013
(7)
January 2013
(3)
December 2012
(10)
November 2012
(4)
October 2012
(2)
September 2012
(8)
August 2012
(7)
July 2012
(7)
June 2012
(2)
May 2012
(3)
April 2012
(8)
March 2012
(5)
February 2012
(1)
January 2012
(7)
December 2011
(2)
November 2011
(3)
October 2011
(4)
September 2011
(6)
August 2011
(1)
July 2011
(3)
June 2011
(6)
May 2011
(9)
April 2011
(11)
March 2011
(5)
February 2011
(9)
January 2011
(7)
December 2010
(5)
November 2010
(5)
October 2010
(4)
September 2010
(3)
August 2010
(7)
July 2010
(7)
June 2010
(7)
May 2010
(8)
April 2010
(7)
March 2010
(4)
February 2010
(5)
January 2010
(5)
December 2009
(9)
November 2009
(6)
October 2009
(4)
September 2009
(9)
August 2009
(5)
July 2009
(8)
June 2009
(9)
May 2009
(12)
April 2009
(8)
March 2009
(13)
February 2009
(14)
January 2009
(13)
December 2008
(8)
November 2008
(9)
October 2008
(3)
September 2008
(9)
August 2008
(10)
July 2008
(7)
June 2008
(4)
May 2008
(1)
April 2008
(11)
March 2008
(10)
February 2008
(6)
January 2008
(10)
December 2007
(1)
November 2007
(1)
October 2007
(2)
September 2007
(2)
August 2007
(2)
June 2007
(2)
May 2007
(1)
April 2007
(2)
March 2007
(2)
February 2007
(7)
January 2007
(2)
December 2006
(4)
November 2006
(9)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
CSS SQL Server Engineers
SQL Server 2005 - RDTSC Truths and Myths Discussed
Posted
over 6 years ago
by
psssql
7
Comments
I posted some updates to my blog entry about the RDTSC and drift warnings in May. See the following link http://blogs.msdn.com/psssql/archive/2006/11/27/sql-server-2005-sp2-will-introduce-new-messages-to-the-error-log-related-to-timing-activities.aspx...
CSS SQL Server Engineers
NUMA Connection Affinity and Parallel Queries
Posted
over 6 years ago
by
psssql
1
Comments
The SQL Books Online states that using NUMA port affinity helps co-locate the resources used by the query (CPU, Memory, ….). This is true for serial plan execution but not completely the case for parallel query execution. You might assume that you can...
CSS SQL Server Engineers
How to configure Database mirroring for use with ODBC applications?
Posted
over 6 years ago
by
psssql
1
Comments
If you have an ODBC application that is connecting to a mirrored database and if The application uses a connection string without a database name ( for e.g: dsn=ssistest;uid=ssistest;pwd=*********) The DSN is configured to use SQL authentication...
CSS SQL Server Engineers
The SQL Server Working Set Message
Posted
over 6 years ago
by
psssql
18
Comments
Work continues around the working set issues. You can find the latest and greatest Information: http://support.microsoft.com/kb/918483 =========================================================== I spent several days last week investigating reported...
CSS SQL Server Engineers
SQLIOSim - Outstanding I/O Warnings
Posted
over 6 years ago
by
psssql
8
Comments
I have encountered some questions pertaining to the SQLIOSim outstanding IO warnings and I am posting some details. The Display monitor thread is responsible for updating the display (progress outputs) and checking for long IOs (CheckForLongIO...
CSS SQL Server Engineers
SQL Server 2005 Service Pack 2 (SP2) Re-release and post fixes explained
Posted
over 6 years ago
by
psssql
29
Comments
The dust has now settled after the release of SP2 for SQL Server 2005 so I thought I would take some time to explain a few details about the re-release of Service Pack 2 and the fixes that have been posted by Microsoft since this re-release. There is...
CSS SQL Server Engineers
SQL Server 2005 Performance Dashboard Reports
Posted
over 6 years ago
by
psssql
4
Comments
The SQL Server 2005 Performance Dashboard reports were recently released as a free download for customers. The performance dashboard was developed as a joint effort between the support and development teams with a goal of reducing the amount of time spent...
CSS SQL Server Engineers
SQL Server 2005 SP2 – Trace Event Change – Connection Based Events
Posted
over 6 years ago
by
psssql
3
Comments
Starting with SQL Server 2005 SP2 the connection based events are also produced for sp_reset_connection activities, indicating the connection was reset. The pattern will look like the following. RPC:Starting sp_reset_connection Disconnect Subclass...
CSS SQL Server Engineers
PSS Service Center Labs for PASS 2006
Posted
over 6 years ago
by
psssql
0
Comments
Many folks asked us at PASS last year for these labs. A little late coming but we have these available if you want to download these. I've got these posted on Ken Henderson's website at http://sqlnexus.net/download/pass_2006_Web.zip . There is no official...
CSS SQL Server Engineers
SQL Server 2005 Performance Statistics Script
Posted
over 6 years ago
by
psssql
10
Comments
Many of you have used the SQL Server 2000 blocker script (see KB 271509 ) to help troubleshoot performance issues in SQL 2000. If you haven't used it, you probably use a script of your own that takes a similar approach, polling sysprocesses and virtual...
CSS SQL Server Engineers
SQL Server 2005 Service Pack 2 has released! Linked Server GUI is back!
Posted
over 6 years ago
by
psssql
0
Comments
SQL Server 2005 Service Pack 2 (SP2) released on Monday to the web. If you want to start downloading it while reading the rest of the post, go right to http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/servicepacks/sp2.mspx . Over the...
CSS SQL Server Engineers
Daylight Savings Time (DST) Changes for 2007 and their impact on SQL Server
Posted
over 6 years ago
by
psssql
0
Comments
As many of you know, Daylight Savings Time (DST) in the United States is changing this year to start on March 11th, 2007 (3 weeks earlier than normal) and end on November 4th, 2007 (1 week later than normal). I thought I would write a quick post on the...
CSS SQL Server Engineers
SQL Server Urban Legends Discussed
Posted
over 6 years ago
by
psssql
19
Comments
I have been answering questions on two of the most misunderstood ‘SQL Server Urban Legends’ frequently again so I decided to make a post about them. · SQL Server Uses One Thread Per Data...
CSS SQL Server Engineers
The Importance of the Trace Event Sequence Column and SQL Server 2005 SP2 Changes
Posted
over 6 years ago
by
psssql
0
Comments
Many of us are used to looking at a SQL Trace and making the assumption that the order of display is what occurred during the capture. SQL Server 2005 introduced a new column named ‘Event Sequence’ that you should capture for any trace events. The...
CSS SQL Server Engineers
SQL 2005 Setup Failures
Posted
over 6 years ago
by
psssql
1
Comments
This week I was reviewing Watson setup failure rates and comparing them to cases opened in the same areas with SQL Server support. Dec 2006 was the highest volume level for SQL Server 2005 RTM and SP1 cases to date. The values were not out of line...
CSS SQL Server Engineers
SQLServerCentral Interview with Bob Dorr from Microsoft PSS
Posted
over 6 years ago
by
psssql
1
Comments
I want the community to get to know more some of the people that work in Microsoft PSS with SQL Server (one of the reasons to start this blog). Hopefully you have had a chance to meet some of us at PASS. Here is another opportunity. At the recent PASS...
CSS SQL Server Engineers
Processing appears to stall or become sluggish on multi-processor machines running Analysis Services 2005
Posted
over 6 years ago
by
psssql
3
Comments
Over the past several months PSS has received several reports of processing for cubes in SQL Server 2005 Analysis Services hanging or becoming unbearably slow. Most of the reports have involved high end 64-bit servers with 4 or more processors and 8GB...
CSS SQL Server Engineers
Sample chapter
Posted
over 7 years ago
by
psssql
0
Comments
If you want to get a sampling of the content in the troubleshootting book Bob mentioned, one of the book's chapters can be read here: http://www.khen.com/sspt04.pdf . Be aware that the topic discussed in this chapter isn't what the whole book is about...
CSS SQL Server Engineers
How to get the new book
Posted
over 7 years ago
by
psssql
0
Comments
You can tell I'm a novice when it comes to books when I don't provide good information on how to get it. Please check out these links on Amazon and Barnes and Nobles for purchasing the book at discounts from the retail price: http://www.amazon.com...
CSS SQL Server Engineers
A New Book on SQL Server 2005 Troubleshooting
Posted
over 7 years ago
by
psssql
0
Comments
What is a blog without talking about your own work a bit? My last post of the year will be to tell you about a book that I contributed to that is hot off the presses called SQL Server 2005 Practical Troubleshooting: The Database Engine http://www.aw...
CSS SQL Server Engineers
Follow-up to PASS 2006
Posted
over 7 years ago
by
psssql
0
Comments
How does anyone keep up with blog posts<g>? I myself have actually been travelling to Redmond to our campus for different things and haven't been enough at my home base in TX to dedicate enough time to our blog. I hope you have enjoyed the posts...
CSS SQL Server Engineers
SQL Server becomes sluggish or appears to stall on 64 bit installations
Posted
over 7 years ago
by
psssql
1
Comments
I would like to make you aware of corrections you should apply to your 64 bit installations of SQL Server to avoid sluggish behavior. Microsoft has encountered reports from a few seconds up to minutes in duration where it appears SQL Server is not processing...
CSS SQL Server Engineers
What happened to SQLIOStress?
Posted
over 7 years ago
by
psssql
1
Comments
SQLIOStress did not go away it was replaced with SQLIOSim ( http://support.microsoft.com/kb/231619 ). I developed SQLIOStress in response to various cases encountering stale reads, checksum failures and other unwanted I/O behavior. SQLIOStress continued...
CSS SQL Server Engineers
What do I need to know about SQL Server database engine I/O?
Posted
over 7 years ago
by
psssql
5
Comments
Several years ago I started a whitepaper to describe the basic I/O requirements for the SQL Server database engine. This continued to grow and has become a series of chapters. Chapter 2 is a continuation from the original whitepaper so be sure to read...
CSS SQL Server Engineers
Have you heard about the SQL Server Always-On Solution Reviewed Program?
Posted
over 7 years ago
by
psssql
0
Comments
Over a year ago the SQL Server development and PSS staff joined together to create the criteria for the SQL Server Always-On Solution reviewed program (SSAOSRP). To be clear this is not a certification program but it is a very thorough review of the solution...
Page 18 of 19 (455 items)
«
15
16
17
18
19