Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
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
Subscribe
Comments
Contact
Menu
Blog Home
Email Blog Author
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
SharePoint Adventures : Claims, Named Pipes and Kerberos
Posted
4 days ago
by
Adam W. Saxton
0
Comments
SharePoint Adventures : When connectivity is not connectivity
Posted
4 days ago
by
Adam W. Saxton
0
Comments
SQL Server–Storage Spaces/VHDx and 4K Sector Size
Posted
6 days ago
by
psssql
0
Comments
Using PowerShell to discover Reporting Services 2012 in SharePoint
Posted
21 days ago
by
Adam W. Saxton
0
Comments
AlwaysON - HADRON Learning Series: lock_redo_blocked/redo worker Blocked on Secondary Replica
Posted
25 days ago
by
psssql
0
Comments
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
▲
MSDN Blogs
>
CSS SQL Server Engineers
>
All Tags
>
tracing
Browse by Tags
2005
2008
2008 R2
Engine
Evan
Extended Events
How It Works
JDBC
Performance
READTRACE
RML Utilities
SQL 2005
SQL 2008
SQL 2012
SQL Denali
SQL Server 2008
SQL Server 2008 R2
SQL Server 2008 SP1
SQL Server 2012
SQLOS
Tools
Trace
Troubleshooting: The DB Engine
Wait Types
XEProfiler
Blog Post:
SQL Server: Correlating Timestamps From Various Data Points
psssql
I was looking at data from a customer, in a different time zone (UTC+1) from mine, this week involving SQL Server AlwaysOn (HADRON) and found that lining up the timestamps in the various logs was challenging. Some times are local to the SQL Server instance, others UTC and yet other utilities...
on
11 Sep 2012
Blog Post:
SQL Server 2012 - True Black Box Recorder
psssql
This would be a perfect time to post a blog talking about the new SQL Server 2012 features. However, I am going to leave that activity to the marketing folks ( AlwaysOn, T-SQL Enhancements, … ). I want to talk about something that might not appear on the top of a marketing or sales...
on
8 Mar 2012
Blog Post:
Easy JDBC Logging
Evan Basalik
I have been supporting Microsoft’s JDBC driver for almost six years now and the one thing with which I always struggle is getting logging going. JDBC logging is probably some of the most useful logging out there (I only wish BID tracing were so easy to enable and consume!), but for some reason...
on
16 Oct 2011
Blog Post:
Trace shows the incorrect Session Login Name
psssql
The is more of an FYI blog post but I have read several blog and forum posts on this subject and I decided to dig into the behavior which revealed a trace bug. For the vast majority of events the Session Login Name represents the originating session credentials where as the Login Name represents the...
on
1 Jul 2011
Blog Post:
RML How Are Comparison Diffs Calculated
psssql
A short but good discussion about the RML comparison DIFF calculations. From: Robert Dorr Sent: Wednesday, January 26, 2011 10:21 AM Subject: RE: MSDN Blogs: Contact request: RML Tools: Estimated Comparison Differences Thanks for the question and feedback. For example ProjectedCPUDiff...
on
26 Jan 2011
Blog Post:
Replay Result Set Event (Replay * Events)
psssql
From: Robert Dorr Sent: Friday, August 13, 2010 8:58 AM Subject: RE: SQL Server Trace Replay - "Replay Result Set Event" The Result Set event is one of several client side replay events. Here are some of Common Result Event Columns Text Returned values for example DECLARE @edition sysname;...
on
13 Aug 2010
Blog Post:
How Do I Determine Which Dump Triggers Are Enabled
psssql
_____________________________________________ 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 but I would have to look at the code to be certain...
on
11 May 2009
Blog Post:
Why Should I Use Extended Events in SQL Server 2008?…
psssql
You may or may not have heard of a new diagnostic technology in SQL Server 2008 called Extended Events (XEvent). I thought I would post an example of why this technology can do things nothing else we have can when you deploy SQL Server 2008. Someone internally contacted me about a problem they were having...
on
30 Apr 2009
Blog Post:
ReadTrace Generates Unexpected Connect Node - Not Really
psssql
At first glance it appears that ReadTrace has generated an unexpected connect node. Upon closer inspection the behavior is correct in order to maintain the proper set options for the connection. Trace has both physical and logical connect/disconnect events. The logical is indicated...
on
12 Jan 2009
Blog Post:
How It Works: SQL Server No Longer Uses RDTSC For Timings in SQL 2008 and SQL 2005 Service Pack 3 (SP3)
psssql
Many of you have encountered the RDTSC timing variances that I outlined in an earlier blog post: 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 and http://blogs.msdn.com/psssql/archive/2007...
on
16 Dec 2008
Blog Post:
How It Works: SQL Trace and MARS Connections
psssql
MSDN, TechNet, Books Online and other sources outline what Multiple Active Result Sets (MARS) is, how to use it and transaction scopes. Working on an issue this week I found I needed to understand what the trace looked like. In doing so I found the following helpful. The trace column...
on
12 Dec 2008
Blog Post:
How It Works: What is behind the SQLCLR wait category in SQL Server 2008 Activity Monitor
psssql
I was asked a question as the CSS First Aid Station at SQL PASS 2008 where the Activity Monitor kept showing the SQLCLR wait category as the top waiter, even when no other activity was going on. After some digging I found that this is a bug and currently marked to be fixed SQL Server 2008 SP1. ...
on
2 Dec 2008
Blog Post:
How It Works: Attention, Attention or Should I say Cancel the Query and Be Sure to Process Your Results
psssql
I ran into this issue the other day and decided it would make a good post. Since I have seen this issue more times that I can count I will again attempt to provide details. The attention event in SQL Server trace output indicates a query cancellation. There are three common ways this...
on
23 Jul 2008
Blog Post:
How It Works: Trace (.TRC) File Security
psssql
SQL Server 2000 shipped with different trace file security than later builds of SQL Server 2000, SQL Server 2005 and SQL Server 2008. The SQL Server process (sqlservr.exe) writes the trace files to the specified destination. The SQL Server 2000 release did not explicitly set the ACLs on the...
on
25 Jun 2008
Blog Post:
How It Works: Conversion of a Varchar, RPC Parameter to Text from a Trace (.TRC) Capture
psssql
The Senior Escalation Engineers do various training and mentoring activities. As I do this I thought I would try to propagate some of this information on the blog. This was an interesting issue I ran into this week. The reported problem was that the data shown as TEXT for an RPC event did not match...
on
24 Jan 2008
Blog Post:
SQL Server 2005 SP2 – Trace Event Change – Connection Based Events
psssql
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 = 2 RPC:Completed sp_reset_connection Connect Subclass...
on
29 Mar 2007
Blog Post:
The Importance of the Trace Event Sequence Column and SQL Server 2005 SP2 Changes
psssql
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 Event Sequence is the order the trace event was internally...
on
20 Feb 2007
Page 1 of 1 (17 items)