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
Why won't my PowerPivot for Excel 2010 workbook upgrade to Excel 2013?
Posted
2 days ago
by
psssql
0
Comments
SharePoint Adventures : Claims, Named Pipes and Kerberos
Posted
7 days ago
by
Adam W. Saxton
0
Comments
SharePoint Adventures : When connectivity is not connectivity
Posted
8 days ago
by
Adam W. Saxton
0
Comments
SQL Server–Storage Spaces/VHDx and 4K Sector Size
Posted
10 days ago
by
psssql
0
Comments
Using PowerShell to discover Reporting Services 2012 in SharePoint
Posted
25 days ago
by
Adam W. Saxton
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
(4)
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
>
tools
Browse by Tags
2000
2005
2005 SP2
2008
2008 R2
Adam
Denali
Engine
Evan
How It Works
OSTRESS
READTRACE
RML Utilities
SQL 2005
SQL 2008
SQL 2012
SQL Server 2008
SQL Server 2008 R2
SQL Server 2008 SP1
SQL Server 2012
SQLAgent
SQLOS
Trace
Tracing
Troubleshooting: The DB Engine
Blog Post:
SQLIOSim Checksum Validations
psssql
I had a very specific question asked of me related to the SQLIOSIM.exe, checksum validation logic. It is pretty simple logic (on purpose) but effective so here are the basics. The key is that there are multiple memory locations used to hold the data and do the comparison. 1. ...
on
5 Apr 2013
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:
Management Studio tricks you may or may not know about
Adam W. Saxton
I was sitting through SQL Server 2012 training, and Ajay Jagannathan was showing us Management Studio. Eric Burgess had worked on this topic. He started covering some neat things, that have apparently been there for a while, but I just never played around with it enough to see what all you...
on
31 Jan 2012
Blog Post:
Pssdiag/Sqldiag Configuration Manager released to codeplex
JackLi
A lot of you are probably familiar with pssdiag tool released for SQL Server 7.0 and 2000 and sqldiag.exe utility shipped with SQL Server 2005, 2008 and 2008 R2. These are data collection diagnostics tools that allow collecting data such as profiler trace, perfmon and DMV information. For sqldiag...
on
24 May 2011
Blog Post:
Profiler Shows Negative (Strange) EventSequence Values
psssql
I ran into an issue yesterday where the EventSequence column appears negative (or could be truncated and won't sort correctly) in the Profiler display. Here is an example of the display from a trace that I debugged. When I looked at the raw format I could see the storage for the EventSequence was 8 bytes...
on
13 Jan 2011
Blog Post:
SQLIOSim - Is Error: Unable to get disk cache info really an error?
psssql
The short answer is that it is not an error and the message should be a WARNING. I looked at the latest, internal code base it has already been changed to a WARNING. if (!DeviceIoControl (volume, IOCTL_DISK_GET_CACHE_INFORMATION, NULL, 0, &m_diskCacheInfo, sizeof (m_diskCacheInfo), &dwBytes,...
on
8 Jun 2010
Blog Post:
It helps to read the “What’s New…” once in a while
psssql
In the course of my job, I use ADPlus (a command-line tool that ships with Debugging Tools for Windows) to capture hang dumps on a regular basis. For both low and high CPU scenarios, I generally need 2-3 hang dumps spaced out over about 10 minutes. Historically, I have always given customers...
on
15 Mar 2010
Blog Post:
Did you start your SQL Server Engine correctly?
psssql
Often we run into situations where there is a need to add a trace flag or a startup parameter other than the default startup parameters that SQL Server uses. What you may notice sometimes is that even after adding these parameters/flags, the desired behavior from those parameters/flags does not occur...
on
19 Feb 2010
Blog Post:
How It Works: SQLIOSim CTRL+C vs Close Window
psssql
Today I had an interesting question about the CTRL+C handler for the SQLIOSim console execution. After some investigation I found that a design change request is in order as the CTRL+C handler has a few holes- (I am working on that part). The CTRL+C handler does not prompt you...
on
1 Dec 2009
Blog Post:
How It Works: Controlling SQL Server memory dumps
psssql
I just completed a lengthy bit of research and thought I would share it with everyone. There are several trace flags and registry keys outlined in this post. !!! As always USE WITH APPROPRIATE CAUTION !!! From: Robert Dorr Sent: Tuesday, November 17, 2009 3:23 PM...
on
17 Nov 2009
Blog Post:
RDTSCTest CPU Speed Output Clarified
psssql
Starting with SQL Server 2005 SP3 and SQL Server 2008 the RDTSC counter is not used for timing in SQL Server but you may still have occasion to use RDTSCTest. From: Robert Dorr Sent: Thursday, June 04, 2009 4:14 PM Subject: RE: SQL Troubleshooting - RDTSC In the registry the speed is stored...
on
4 Jun 2009
Blog Post:
Troubleshooting sp_xp_cmdshell_proxy_account Errors
psssql
I was attempting to establish the command shell proxy on my local machine and ran into a series of errors. As I looked at them more I decided to file some work items with the SQL dev team to provide better context in the message text. I hope this post will help provide some insight...
on
7 Apr 2009
Blog Post:
SQL 2005: SQL Server Configuration Manager Error: Connection to target machine could not be made in a timely fasion.
psssql
There is a bug with the message spelling (fasion instead of fashion) but that is not the focus of this post. When launching the SQL Server Configuration Manager you may receive this message if the WMI connections and queries do not complete within 30 seconds. For the customer case I just...
on
31 Mar 2009
Blog Post:
INF: Multi-Machine Replay Using ORCA and OSTRESS
psssql
You can place ORCA on a central computer and allow it to control the sequencing from multiple client computers running OSTRESS. To accomplish this you must configure the firewall properly. Note: Be sure to install the same version of the RML utilities on all machines. ...
on
23 Jan 2009
Blog Post:
WMI Provider Error Access is denied - while changing SQL Server account password
psssql
Recently one of our blog readers reported that when they tried to change the SQL Server account password in SQL Server Configuration Manager they were getting "WMI Provider Error Access is denied [0x80070005]". This was happening on two separate Windows Server 2008 machines that were...
on
21 Jan 2009
Blog Post:
Filtering Trace Data Without Loading In Profiler or Database Table
psssql
We are often asked how to extend the filtering of RML (ReadTrace/OStress) or Profiler. Filtering during trace production is the preferred method because it typically reduces the overall impact of the Trace on the SQL Server throughput. For late filtering you can generally use the Profiler...
on
8 Jan 2009
Blog Post:
Using SQLIOSim to Diagnose SQL Server Reported Checksum (Error 824/823) Failures
psssql
This is an extension to by previous post about SQLIOSim data integrity testing. http://blogs.msdn.com/psssql/archive/2008/03/05/how-it-works-sqliosim-checksums.aspx SQLIOSim (.exe/.com) is the predecessor to SQLIOStress. SQLIOSim is SQL Server independent utility, generating both SQL Server and...
on
19 Dec 2008
Blog Post:
How It Works: SQLIOSim - Running Average, Target Duration, Discarded Buffers ...
psssql
The following is from a lengthy conversation I had with Kevin Kline. I believe he will be posting more details along with his "Understanding SQLIOSim Output - http://sqlblog.com/blogs/kevin_kline/archive/2007/06/28/understanding-sqliosim-output.aspx ) ********** Final Summary for file...
on
12 Nov 2008
Blog Post:
How it Works: SQL Command Mode Parsing
psssql
I ran across a teaser this week that makes for a interesting blog post. SQL Server uses a common batch parser for the SQLCMD, OSQL, SSMS Query Window in Command mode and various other locations. The primary job of this parser is to identify GO delimited batches. However, it can also identify...
on
18 Sep 2008
Blog Post:
SQL Server 2008 Management Tools Basic vs Complete Explained....
psssql
A few questions have come up about the differences between the features you can install on SQL Server 2008 called Management Tools - Basic and Management Tools - Complete. So I thought I'd blog about these to resolve any questions you might have. Related to this are questions I've received on...
on
2 Sep 2008
Blog Post:
How It Works: SQLIOSim [Audit Users] and .INI Control File Sections with User Count Options
psssql
The Page Audit User is one of the main execution paths for data integrity checking. SQLIOSim runs test cycles and during each test cycle the [Audit User] section of the .INI configuration file is used. These workers perform various page audit actives. After the cycle completes SQLIOSim...
on
19 Aug 2008
Blog Post:
How It Works: SQL Server 2005 - Possible data recovery when checksum failure reported
psssql
I and Microsoft will always opt for restore of a backup when corruption of the database is encountered. This is the only way to safely restore the database to a known state. All other actions, such as dbcc repair, can remove data from the database and break referential integrity...
on
22 May 2008
Blog Post:
Troubleshooting xp_cmdshell failures
psssql
This post assumes you have properly enabled the xp_cmdshell feature using the Surface Area Configuration tool and you have used Management Studio | Server Properties | Security to establish a proxy for xp_cmdshell execution. Sample command: master..xp_cmdshell 'whoami' SQL Authentication...
on
10 Apr 2008
Blog Post:
Microsoft to Increase Use of SQL Server 2005 Best Practices Analyzer (SQLPBA) - So Should You
psssql
I don't want you to be surprised when you see more use of SQLBPA. It was 18 months ago when the development team approached the support team asking us to help identify issues for SQLBPA. Several of us, including myself helped identify and rank a list of rules for SQLBPA that target...
on
5 Apr 2008
Blog Post:
SQLIOSim is "NOT" an I/O Performance Tuning Tool
psssql
This blog post is to again inform you "NOT" to consider SQLIOSim as an I/O performance evaluation tool! Every other month or so I get a rash of questions about using SQLIOSim to validate I/O performance and I have to repeat the same information. As I have stated in other posts and...
on
4 Apr 2008
Page 1 of 2 (31 items)
1
2