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
>
March, 2008
March, 2008
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
2005
2005 SP2
2008
2008 R2
Adam
Connectivity
Engine
How It Works
Memory
Performance
READTRACE
Reporting Services
RML Utilities
Security
Setup
SQL 2005
SQL 2008
SQL Server 2005 SP2
SQL Server 2008
SQL Server 2008 SP1
SQLOS
Tools
Trace
Tracing
Troubleshooting: The DB Engine
Archives
Archives
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)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
CSS SQL Server Engineers
How It Works: Non-Yielding Resource Monitor
Posted
over 4 years ago
by
psssql
0
Comments
I have addressed similar conditions error in a white paper: www.microsoft.com/technet/prodtechnol/sql/2005/diagandcorrecterrs.mspx 2008-01-20 19:01:26.11 Server ***Stack Dump being sent to K:\MSSQL.3\MSSQL\LOG\SQLDump0001...
CSS SQL Server Engineers
How It Works: SQL Server 2005 DBCC Shrink* May Take Longer Than SQL Server 2000
Posted
over 4 years ago
by
psssql
5
Comments
SQL Server 2005 adds additional shrink logic to compress TEXT/IMAGE data, referred to as LOBs. The dbcc shrink* code uses the same underlying methods that ALTER INDEX .... WITH (LOB_COMPACTION ON) uses to compact the LOB space...
CSS SQL Server Engineers
How It Works: SQL Server 2008 Backup Compression, Database Compression and Total Data Encryption
Posted
over 4 years ago
by
psssql
2
Comments
I have seen a fair series of questions around the compression and encryption features of SQL Server 2008. The main question is can I or should I used Total Data Encryption (TDE) and backup compression? All these features work with each other...
CSS SQL Server Engineers
How It Works: SQL Server 2005 SP2 Security Ring Buffer - RING_BUFFER_SECURITY_ERROR
Posted
over 4 years ago
by
psssql
2
Comments
SQL Server 2005 SP2 added new ring buffer entries ( sys.dm_os_ring_buffers ) for various security errors. The reason the ring buffer entries are added was to provide the DBA with more details as to why a client is receiving a failed login...
CSS SQL Server Engineers
How It Works: DBCC ShrinkDatabase / ShrinkFile (Tabular)
Posted
over 4 years ago
by
psssql
2
Comments
I ran across an undocumented option that was very helpful in resolving an issue last week. WARNING: As always any undocumented syntax can change and may not be supported. This should be used under the guidance of Microsoft SQL Server...
CSS SQL Server Engineers
How It Works: Shapshot Database (Replica) Dirty Page Copy Behavior (NewPage)
Posted
over 4 years ago
by
psssql
2
Comments
I ran into an issue last week that I found interesting and thought you might find it interesting as well. The primary database had a replica (snapshot database) established and the issue reported was that the replica was acquiring additional space when...
CSS SQL Server Engineers
How It Works: SQL Server 2005 I/O Affinity and NUMA Don't Always Mix
Posted
over 4 years ago
by
psssql
0
Comments
Recently I have fielded several questions related to I/O affinity. Allow me to outline the behavior and clear up misconceptions. When I/O affinity is enabled SQL Server creates a hidden scheduler for the Log Writer process as well as a special lazy...
CSS SQL Server Engineers
How It Works: SQLIOSim - Checksums
Posted
over 4 years ago
by
psssql
3
Comments
SQLIOSim, like its predecessor SQLIOStress, is designed to read pages it has written and validate the data. SQLIOSim does this using a checksum algorithm. When SQLIOSim starts up it creates a set of buffers and used the Cryto APIs to generate...
CSS SQL Server Engineers
SQL Server Working Set Trim Problems? - Consider...
Posted
over 4 years ago
by
psssql
9
Comments
Microsoft support continues to receive a steady flow of cases indicating poor, SQL Server performance symptoms. When the issue is narrowed down we are finding that the working set of SQL Server and many of the processes on the computer have...
CSS SQL Server Engineers
How It Works: Debugging SQL Server Stalled or Stuck I/O Problems - Root Cause
Posted
over 4 years ago
by
psssql
2
Comments
Previously I have covered stuck and stalled I/O issues in other posts and articles. However, these only tell you that there is a problem outside the SQL Server engine. This post attempts to extend your root cause debugging capabilities...
Page 1 of 1 (10 items)