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
>
July, 2010
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
Denali
Engine
How It Works
Memory
Performance
READTRACE
Reporting Services
RML Utilities
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
June 2012
(1)
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)
Blog - Title
July, 2010
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
CSS SQL Server Engineers
SQL 2008 FileStream Fails to Enable After Setup on Cluster that uses Veritas Mountpoints
Posted
over 2 years ago
by
psssql
0
Comments
Recently a customer ran into an issue where they had successfully installed SQL Server 2008 SP1 on a 2 node Windows 2008 cluster. When they went to restore a database that was given to them, they found out the database was created with the new SQL 2008...
CSS SQL Server Engineers
Installing SQL Integration Services after SQL Cluster Setup has Completed
Posted
over 2 years ago
by
psssql
3
Comments
Today I ran into an issue where, SQL Server 2008 SP1 was installed on a Windows 2008 cluster and was working just fine, but we wanted to install SQL Server Integration Services (SSIS) to the two nodes of the cluster. Since SSIS is not cluster aware, we...
CSS SQL Server Engineers
Why does PREEMPTIVE_OS_GETPROCADDRESS Show a Large Accumulation?
Posted
over 2 years ago
by
psssql
5
Comments
There is a bug in SQL Server 2008 that causes PREEMPTIVE_OS_GETPROCADDRESS to include and accumulate the execution time of the extended stored procedure (XPROC) . The following is an example showing the increase in the GetProcAddress wait time. select...
CSS SQL Server Engineers
Sampling can produce less accurate statistics if the data is not evenly distributed
Posted
over 2 years ago
by
JackLi
1
Comments
Recently I worked with a very knowledgable customer who called in and wanting to know things about statistics. This is because he noticed that his query would get inaccurate cardinality estimate due to ‘inaccurate histogram. ...
CSS SQL Server Engineers
Why is my SQL Clustered Instance changing authentication modes?
Posted
over 2 years ago
by
psssql
6
Comments
We get our fair share of cases related to SQL Server running ( or not running) on a Windows Cluster. I had one of them recently where the customer was seeing different authentication modes for SQL Server depending on which node of the 2-node cluster...
CSS SQL Server Engineers
Why doesn't SQL Server use statistics and index on this computed column?
Posted
over 2 years ago
by
psssql
1
Comments
In this post , I talked about how to use computed column to improve performance. By creating index on a computed columns, you can have two benefits. You get better cardinlaity esimate on the expression in your query and your query may also use that index...
CSS SQL Server Engineers
Revisiting an old SSRS performance topic again…
Posted
over 2 years ago
by
psssql
3
Comments
Almost three years ago, I posted about why Reporting Services takes so long to respond to the first request if it has been sitting idle for a long time (like overnight). The original post can be found at http://blogs.msdn.com/b/sqlblog/archive/2007...
Page 1 of 1 (7 items)