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
>
May, 2009
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
How It Works: SQL Server Timings and Timer Output (GetTickCount, timeGetTime, QueryPerformanceCounter, RDTSC, …)
Posted
over 4 years ago
by
psssql
1
Comments
A series of questions related to start time, duration, end time, T-SQL waitfor delay command and others crossed my path again this week. As I was trying to explain it to a fellow engineer and I realized it has become a bit complicated...
CSS SQL Server Engineers
How It Works: SQL Server Engine Exception Handling
Posted
over 4 years ago
by
psssql
1
Comments
I was recently asked how SQL Server handles exceptions in the core code of the engine. I looked around at various references and did not find a concise document. When an exception is encountered in SQL Server error details such as the following...
CSS SQL Server Engineers
How a log file structure can affect database recovery time
Posted
over 4 years ago
by
psssql
4
Comments
We frequently come across situations where databases take a long time to recover. A common scenario is where the recovery process has to roll forward or back several transactions for a database after a SQL Server restart. However, you might also see one...
CSS SQL Server Engineers
An update for Standard SKU Support for Locked Pages….
Posted
over 4 years ago
by
psssql
4
Comments
Note this article has been updated to include an update for SQL Server 2005 I posted in April that we would be releasing cumulative updates for SQL Server 2008 and 2005 to support the concept of Locked Pages for SQL Server Standard. SQL Server 2008 Cumulative...
CSS SQL Server Engineers
SQL Server Support Policy for Failover Clustering and Virtualization gets an update…
Posted
over 4 years ago
by
psssql
6
Comments
Last October I posted on our updated policy for support of SQL Server in a virtualization environment. This policy is based on a KB article that summarizes our policy. You recall this article is the following: Support policy for Microsoft SQL Server products...
CSS SQL Server Engineers
Upgrading Windows with RS 2005
Posted
over 4 years ago
by
psssql
1
Comments
From an IIS perspective, there were changes between IIS 6 (Windows 2003) and IIS 7 (Windows 2008). Reporting Services 2005 utilizes IIS for the Report Manager and Report Server Web Service. If you had a Windows 2003 Server with Reporting Services...
CSS SQL Server Engineers
How It Works: DBCC MemoryStatus Locked Pages Allocated and SinglePageAllocator Values
Posted
over 4 years ago
by
psssql
2
Comments
I have recently had several questions related to the dbcc memorystatus and associated memory DMV display values for locked pages and single page allocations. After reviewing several outputs and the code I will attempt to summarize my findings...
CSS SQL Server Engineers
SQL Server reports working set trim warning message during early startup phase
Posted
over 4 years ago
by
psssql
1
Comments
In the previous posts we have discussed the working set trim message “ A significant part of sql server process memory has been paged out ” that gets written to the SQL Server Error log. You can find the details about the various parameters that determine...
CSS SQL Server Engineers
How Do I Determine Which Dump Triggers Are Enabled
Posted
over 4 years ago
by
psssql
1
Comments
_____________________________________________ Subject: RE: dumptrigger question They don't survive service restart. SQL 2000 did not have dumptrigger enabled for all error messages and I think 1105 is an ex_callprint instead of ex_raise so it won't work...
CSS SQL Server Engineers
SSIS 2005 and the .NET Garbage Collector
Posted
over 4 years ago
by
psssql
1
Comments
I was troubleshooting an SSIS Out of Memory issue the other day which led us into how the .NET Garbage Collector (GC) works. When debugging it, I found that we were using the Workstation GC with Concurrent GC On (this is the default for .NET applications...
CSS SQL Server Engineers
How to use FileStream feature in an ASP.NET Web Application that uses Forms or Anonymous authentication
Posted
over 4 years ago
by
psssql
3
Comments
We have a customer who uses Form based authentication in his ASP.NET application. But he also wants to use FileStream feature. Authentication becomes a challenge. In order for FileStream to work, sql connection needs to use ingetrated security (not SQL...
CSS SQL Server Engineers
SQL, Powershell, Windows, Oh My!
Posted
over 4 years ago
by
psssql
1
Comments
I was in the process of setting up a repro for another Blog I’m going to be posting and ran into an unexpected situation. My VM was running Windows 2003 and I had installed SQL 2008. I was then going to upgrade to Windows 2008 Server and came...
Page 1 of 1 (12 items)