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
>
March, 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
SQL 2005: SQL Server Configuration Manager Error: Connection to target machine could not be made in a timely fasion.
Posted
over 4 years ago
by
psssql
1
Comments
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...
CSS SQL Server Engineers
SQLDumper unable to generate mdmp files in SQL Server 2008 Failover clusters
Posted
over 4 years ago
by
psssql
1
Comments
SQLDumper utility is used by various components of the product to generate and save diagnostic information in the form of mini-dump and other log files. You will normally find the output files [with extension .mdmp, .txt and .log] created by sqldumper...
CSS SQL Server Engineers
Parallel Index Creation performance issue
Posted
over 4 years ago
by
psssql
4
Comments
Both SQL Server 2005 and 2008 allow you to do parallel index creation. In fact you can specify MAXDOP in create index statement. When you use MAXDOP (let's say 8), you would assume that 8 threads will do equal amount of work and finish the work at the...
CSS SQL Server Engineers
SQL Server: What is a COLD, DIRTY or CLEAN Buffer?
Posted
over 4 years ago
by
psssql
0
Comments
Sent: Tuesday, March 17, 2009 2:05 AM Subject: what is clean buffer? what is cold buffer cache? I got these terms from DBCC DROPCLEANBUFFERS , please guide me. ================================================================== From: Robert Dorr...
CSS SQL Server Engineers
How It Works: What Are The Event Source Names Used By SQL Server
Posted
over 4 years ago
by
psssql
1
Comments
Sent: Tuesday, March 17, 2009 4:24 AM Subject: Event Source changed from MSSQLServer to MSSQLSERVER to all upper case Our different SQL server versions write to the Eventlog in a mixture of upper/lower case. One version writes as Event...
CSS SQL Server Engineers
How to fix your SQL Server 2008 Setup before you run setup (Part II)....
Posted
over 4 years ago
by
psssql
6
Comments
NOTE: Now updated for SQL Server 2008 SP1 RTM. Last year you might have read my post where I showed you how to patch setup for RTM for SQL Server 2008 before you launch setup . This processing involved installing a Cumulative Update to apply fixes for...
CSS SQL Server Engineers
SQL Server 2008 Ring Buffer Entries
Posted
over 4 years ago
by
psssql
2
Comments
Sent: Monday, March 09, 2009 6:20 PM Subject: Ring Buffers in SQL2008 Hi, do you have any documentation/white papers/examples about extended dmv’s or ring buffers in SQL2008? select distinct ring_buffer_type from sys . dm_os_ring_buffers...
CSS SQL Server Engineers
How to use computed columns to improve query performance
Posted
over 4 years ago
by
psssql
6
Comments
In general, you should avoid applying a scalar function on a column when comparing against another column, variable or constant. Let's use an example. Frequently, we got cases from customers who are not aware of performance implications and do just that...
CSS SQL Server Engineers
SocketException when creating a new Report Server Database
Posted
over 4 years ago
by
psssql
7
Comments
We had a customer call up that encountered a problem when trying to create a new database for their Report Server through the Reporting Services Configuration Manager. This is what they saw: When we clicked on the Error link, we saw the following...
CSS SQL Server Engineers
Sparse File Errors: 1450 or 665 due to file fragmentation: Fixes and Workarounds
Posted
over 4 years ago
by
psssql
0
Comments
You might be familiar with the sparse file problem that Bob Dorr has blogged about in the past. http://blogs.msdn.com/psssql/archive/2008/07/10/sql-server-reports-operating-system-error-1450-or-1452-or-665-retries.aspx . We wanted to update you with the...
CSS SQL Server Engineers
How It Works: SQL Server - VDI (VSS) Backup Resources
Posted
over 4 years ago
by
psssql
5
Comments
Last week I worked on an interesting case. The issue was a NT Backup against a single volume containing 500 SQL Server databases. It is rare to have so many databases on a single volume but it is possible and we had a case on this very...
CSS SQL Server Engineers
Troubleshooting: SQL Server (2005, 2008) Performance Counter Collection Problems
Posted
over 4 years ago
by
psssql
6
Comments
I was asked by our support team to help outline performance counter troubleshooting when the counters don't appear, are missing or don’t seem to be working as expected. I agreed to look into it and as you can see from the information...
CSS SQL Server Engineers
How It Works: Almost Everything You Wanted To Know About The SQL Server (2005, 2008) Performance Counter Collection Components
Posted
over 4 years ago
by
psssql
4
Comments
I will be posting a troubleshooting companion to this 'How It Works' that outlines the associated troubleshooting steps for SQL Server base performance counter collection issues. This post attempts to highlight the various components of the...
Page 1 of 1 (13 items)