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
>
January, 2009
January, 2009
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
PRB: RML Utilities - Reporter errors during report rendering
Posted
over 3 years ago
by
psssql
0
Comments
Summary On a sporadic basis you may encounter any one of the following errors while rendering reports in Reporter: Index was outside the bounds of the array. Object reference not set to an instance of an object. Fix The following Reporting Services hotfix...
CSS SQL Server Engineers
Hot It Works: SQL Server SuperLatch'ing / Sub-latches
Posted
over 3 years ago
by
psssql
1
Comments
SQL Server Books Online uses the terms super latches and sub-latch to describe them. For example the SQL Server:Latches performance counter group calls them super latches. The DVM that exposes the super latches use the term sub...
CSS SQL Server Engineers
INF: Multi-Machine Replay Using ORCA and OSTRESS
Posted
over 3 years ago
by
psssql
0
Comments
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...
CSS SQL Server Engineers
How It Works: Statistics Sampling for BLOB data
Posted
over 3 years ago
by
psssql
1
Comments
I worked on an interesting issue today and the outcome deserves a post. The issue was that when auto update statistics executed the query went from 6 seconds to 6+ minutes. select count(*) from tblImageData where blobData is null Turing on the SP...
CSS SQL Server Engineers
PRB: RML Utilities - ReadTrace and how to workaround MARS
Posted
over 3 years ago
by
psssql
1
Comments
Summary We've lately gotten several questions from users regarding ReadTrace and how to workaround when your input trace files contain MARS (Multiple Active Result Sets). ReadTrace currently does not support processing MARS and you will need to...
CSS SQL Server Engineers
WMI Provider Error Access is denied - while changing SQL Server account password
Posted
over 3 years ago
by
psssql
11
Comments
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...
CSS SQL Server Engineers
How It Works: sys.dm_os_buffer_descriptors
Posted
over 3 years ago
by
psssql
1
Comments
Here is a question I was recently asked: " I am counting pages in the buffer pool using ' Select count(*) from sys.dm_os_buffer_descriptors' and I g et 6,460 buffers but when when I look at the Buffer Node:Database pages counter it shows 6,599. ...
CSS SQL Server Engineers
How It Works: SQL Server Sparse Files (DBCC and Snapshot Databases) Revisited
Posted
over 3 years ago
by
psssql
3
Comments
Sarah and I have been approached by several customers wanting to know more about sparse file allocation behaviors. This post attempts to answer those questions. Previous Posts http://blogs.msdn.com/psssql/archive/2008/07/10/sql-server-reports...
CSS SQL Server Engineers
"Error: SharePoint is installed but not configured" when installing the RS Add-in on Windows 2008
Posted
over 3 years ago
by
psssql
4
Comments
I ran across an interesting issue when trying to install the Reporting Services Add-in for SharePoint on a Windows 2008 server. We would get the error listed above when trying to install the Add-in. We choose repair on the Add-in component...
CSS SQL Server Engineers
ReadTrace Generates Unexpected Connect Node - Not Really
Posted
over 3 years ago
by
psssql
0
Comments
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...
CSS SQL Server Engineers
Filtering Trace Data Without Loading In Profiler or Database Table
Posted
over 3 years ago
by
psssql
1
Comments
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. ...
CSS SQL Server Engineers
Installing SQL Server 2005 SP3 or SQL Server 2008 on builds prior to XP SP3 Can lead to Bug Check (0xF4, Blue screen, Critical Process Termination)
Posted
over 3 years ago
by
psssql
3
Comments
Due to a bug in Windows XP builds prior to the XP SP2 hot fix or XP SP3 release you may encounter one of the following bugs while attempting to install SQL Server 2008 or SQL Server 2005 SP3 based builds. An application that uses the Sxs.dll file crashes...
CSS SQL Server Engineers
WMI Provider Error: Access is denied. [0x80070005] from SQL Server Computer Manager
Posted
over 3 years ago
by
psssql
6
Comments
When you attempt to change the Login Account for the SQL services [SQL Server, SQL Agent, Full Text, Analysis Services] from the SQL Server Computer Manager tool, you may encounter the following error message: "WMI Provider Error" "Access is denied...
Page 1 of 1 (13 items)