Welcome to MSDN Blogs Sign in | Join | Help

February 2009 - Posts

You encounter error message "The system cannot find the file specified" when attempting to perform backups using sqlvdi

Symptoms you encounter: SQL Server 2000 SP4 x86 is installed on a Windows 2003 X64 server. You use x64 backup applications to perform backups of databases. These backup applications use sqlvdi to interact with the SQL Server. You installed the sqlvdi.dll

SQL Server 2005 and 2008 Setup Failures (Compressed DATA Directory)

We are always looking at customer issue reports in order to improve our software and your experience.   The SQL Server Setup development team has identified numerous Watson reports of failed setups due to the compression state of the DATA directory.
Posted by psssql | 5 Comments
Filed under: , ,

How It Works: Resource Governor 'INTERNAL' Group

From: Customer Sent: Friday, February 20, 2009 2:04 PM I have seen sometimes a user connection classified as Internal when I run the following query:   USE master ; SELECT sess . session_id , cast ( sess . login_name as varchar ( 40 )) login_name
Posted by psssql | 1 Comments
Filed under: ,

SQL Server 2005 or 2008 Reporting Error 17883 - Stalled Scheduler Warnings

SQL Server 2005 introduced a background worker to flush trace event streams.   The trace buffer is flushed when it becomes fully populated but a partially populated trace buffer remains in-memory until events fill the buffer or the background

SQL Server: Is CHECKDB A Necessity?

From: SQL Server Customer Sent: Friday, February 20, 2009 5:08 AM   I’m often asked by professionals whether CheckDB is still recommended on SQL2k8.  SQL is calculating a checksum to avoid physical page corruption since 2k5. However in

How to copy DTS 2000 packages between servers (and from SQL 2000 to SQL 2005 and SQL 2008)

I was posed the question today, how do I migrate my SQL Server 2000 DTS packages to a SQL 2005 Server without upgrading them, thus leaving them as legacy DTS 2000 packages within SQL 2005? In other words, how do I copy or move DTS 2000 packages into SQL
Posted by psssql | 2 Comments
Filed under: , , , , ,

Searching for Duplicate SPN's got a little easier

We get a lot of calls related to Kerberos configuration, and I'm planning to write more about our experiences and troubleshooting techniques for these types of issues across the box (Engine, AS and RS). With Windows 2000/2003 SetSPN had only a few commands
Posted by psssql | 2 Comments

How It Works: File Stream Compression with Backup/Restore

The question of file stream compression during backup and restore arose last week and makes for a good clarification topic. Shown here is a conceptual layout of a database containing file stream containers.    On the left the folders represent
Posted by psssql | 2 Comments

PRB: RML Utilities - ReadTrace processing fails with "Attempt to use an invalid variant type"

Summary ReadTrace processing may unexpectedly fail with the following error: A serious error condition (true == pVariant->FIsUnknownType()) has been encountered.                
Posted by psssql | 1 Comments
Filed under: ,

RML Utilities: Recommended SQL Server 2008 updates for ReadTrace processing

There have been a couple of SQL Server 2008 fixes shipped in recent Cumulative Updates, that address issues you may encounter during ReadTrace processing and .RML generation, or OStress replay.  Here are the updates we recommend if you use SQL Server
Posted by psssql | 1 Comments

How to troubleshoot leaked SqlConnection Objects (.NET 2.0) - Part 2

In the last post in this series, we looked at how we can determine that our Connection pool was exhausted. In this post I'm going to go a little deeper into the Internal connection itself and how we can verify if this is a closed or active connection.
Posted by psssql | 0 Comments

SQLIOSim: Default Testing Pattern

The SQLIOSim knowledge base article outlines the various configuration files in detail.  http://support.microsoft.com/kb/231619 - How to use the SQLIOSim utility to simulate SQL Server activity on a disk subsystem. I still get inquires about what

How to troubleshoot leaked SqlConnection objects (.NET 2.0) - Part 1

One of my colleagues, Kamil Sykora, compiled a document that goes through how to troubleshoot leaked SqlConnection objects (from a .NET 2.0 perspective).  It was a fairly large document, so I’m not going to post the whole thing.  I’m
Posted by psssql | 3 Comments

Why aren't my subscriptions working?

I ran across an interesting issue the other day with subscriptions not firing.  I had never ran across this before, but once I was done it made sense.  It was also a good exercise of walking through how subscriptions work.  This may be
 
Page view tracker