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
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
The DMV sys.dm_os_memory_clerks May Show What Appears To Be Duplicate Entries
Posted
over 2 years ago
by
psssql
1
Comments
In SQL Server 2008 some of the memory based DMVs show memory node id 0 when you might not expect them to. For example you could see the following on a single, node system. SQL 2008 memory_clerk_address type ...
CSS SQL Server Engineers
SQL Server 2008/2008 R2 on Newer Machines with More Than 8 CPUs Presented per NUMA Node May Need Trace Flag 8048
Posted
over 2 years ago
by
psssql
6
Comments
Applies To: SQL 2008, 2008 R2 and Denail builds The SQL Server developer can elect to partition memory allocations at different levels based on the what the memory is used for. The developer may choose a global, CPU, Node, or even worker...
CSS SQL Server Engineers
How compressed is your backup?…
Posted
over 2 years ago
by
psssql
5
Comments
While working recently with a customer, it was brought to my attention that while SQL Server has a great feature to compress backups (introduced in SQL Server 2008), the space consumed by the backup before it is complete may not be as expected. ...
CSS SQL Server Engineers
Stored procedure recompile caused by alter table on temp table
Posted
over 2 years ago
by
JackLi
2
Comments
Lately we got a customer who called in and reported that a particular statement involving a temp table always got recompiled and caused performance problems. We have a KB article http://support.microsoft.com/kb/243586 which documents...
CSS SQL Server Engineers
How It Works: Return codes from SQLIOSim
Posted
over 2 years ago
by
psssql
1
Comments
I have been asked how to automate SQLIOSim on several occasions. SQLIOSim is a utility to test SQL Server I/O integrity ( not performance ) patterns against a system without needing to install SQL Server on the system. It ships with SQL Server...
CSS SQL Server Engineers
Trace shows the incorrect Session Login Name
Posted
over 2 years ago
by
psssql
2
Comments
The is more of an FYI blog post but I have read several blog and forum posts on this subject and I decided to dig into the behavior which revealed a trace bug. For the vast majority of events the Session Login Name represents the originating session credentials...
CSS SQL Server Engineers
SQL Server 2008 R2 does not start when applying certain hotfix updates
Posted
over 2 years ago
by
psssql
0
Comments
We have noticed that when you install certain hotfixes (this includes Cumulative Update 1 and certain versions of security update MS11-049 etc. ) on an SQL Server 2008 R2 RTM Instance on which Utility Control Point is configured, the installer fails to...
CSS SQL Server Engineers
Inappropriate usage of high isolation level isn’t just about blocking when it comes to performance
Posted
over 2 years ago
by
JackLi
0
Comments
Normally when you see high isolation level such as SERIALIZABLE is used, your natural instinct tells you that it may cause blocking or deadlocking. But you may be surprised to know that it actually can cause high CPU as well. When you...
CSS SQL Server Engineers
How It Works: FileStream (RsFx) Garbage Collection
Posted
over 2 years ago
by
psssql
0
Comments
In a previous blog I outlined how file stream transactions work and retain the before and after images of the file to allow various forms of recovery. Reading that blog should be considered a prerequisite: http://blogs.msdn.com/b/psssql/archive...
CSS SQL Server Engineers
Tracking Down Missing Indexes in SQL Azure
Posted
over 2 years ago
by
Evan Basalik
7
Comments
One of the challenges of SQL Azure is that not all of the TSQL that you are used to using is supported yet. Since the underlying engine is plain ole’ SQL Server, the engine can understand the TSQL, but we just block its use because we haven’t yet...
CSS SQL Server Engineers
Dipping My Toes Into SQL Azure – Part 2 – Protection Mechanisms
Posted
over 2 years ago
by
psssql
1
Comments
I left off my previous post stating that I was going to start looking at performance and reliability issues associated with SQL Azure. In doing this work I discovered and encountered some of the protection mechanisms SQL Azure Protection...
CSS SQL Server Engineers
JDBC 1.x: “She sure was a good ship”…
Posted
over 2 years ago
by
Evan Basalik
2
Comments
OK, OK – the title is a complete rip-off of Bob Ward’s post about SQL Server 7.0, but the sentiment is the same. On June 25th, support for the the Microsoft JDBC driver versions 1.0, 1.1, and 1.2 will end . Much like SQL Server 7.0, the v1...
CSS SQL Server Engineers
Dipping My Toes Into SQL Azure
Posted
over 2 years ago
by
psssql
0
Comments
My high school English teacher once told me that I should always have a spell checker on my computer. This might help explain why I never make it past the first couple of chapters in any technical publication before I have to ' try-it-out...
CSS SQL Server Engineers
Pssdiag/Sqldiag Configuration Manager released to codeplex
Posted
over 2 years ago
by
JackLi
1
Comments
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...
CSS SQL Server Engineers
Slow performance and out of memory issues caused by large batch
Posted
over 2 years ago
by
JackLi
4
Comments
Recently, I worked with a customer who reported out of memory errors from his SQL Server 2008 R2 with 32GB of RAM. One of the errors is 701 error (Error: 701, Severity: 17, State: 123. There is insufficient system memory in resource pool ...
CSS SQL Server Engineers
SharePoint Adventures : ADFS Setup – Part 2
Posted
over 2 years ago
by
Adam W. Saxton
0
Comments
In Part 1 , we looked at getting ADFS actually installed, for Part 2, we will see what we need to do to get it working with SharePoint 2010. Being that I focus on Reporting Services, the end goal here is to see how it work with Reporting Services. However...
CSS SQL Server Engineers
SharePoint Adventures : ADFS Setup – Part 1
Posted
over 2 years ago
by
Adam W. Saxton
1
Comments
I've had a few cases that involved customers using ADFS, SharePoint and Reporting Services. When going through this, one of the big struggles was just getting ADFS up and running with SharePoint 2010 so we could focus on the customer's issue. I did find...
CSS SQL Server Engineers
New extended event to track writes to the snapshot sparse file
Posted
over 2 years ago
by
psssql
0
Comments
You might have seen our earlier blogs around different snapshot related errors and the techniques available to address them. Among all those, one piece that was missing is the ability to track the specific write activity that goes against the snapshot...
CSS SQL Server Engineers
Why the Query Designer Table Listing could be empty
Posted
over 2 years ago
by
Adam W. Saxton
0
Comments
I just worked a case that took a little bit to figure out and involved some pretty deep debugging, but I figured I would get something out to explain the behavior to hopefully prevent someone else from having to go through the debugging that I just went...
CSS SQL Server Engineers
Secondary Access to File Stream(s) File, In Open Transaction, May Hang
Posted
over 2 years ago
by
psssql
3
Comments
This post is directly from an issue I have been working on. The behavior is very difficult to simulate because of the flags and timings involved. In this post I will attempt to describe the scenario and provide you with a simple workaround...
CSS SQL Server Engineers
NOT (LinkedServertoSQLAzure) where Provider=’MSDASQL’ and DSN=’SQL Server Native Client’
Posted
over 2 years ago
by
Evan Basalik
0
Comments
I recently had two different people suggest the same (unfortunately unsupported) solution to the fact that there is no supported way of doing a linked server to SQL Azure directly from inside of SQL Server. Since the reason the proposed solution...
CSS SQL Server Engineers
Why does this query consumes so much CPU?
Posted
over 2 years ago
by
JackLi
1
Comments
Recently I worked with a customer who reported a slow running query. Let me simplify this to illustrate the problem. There are two tables t1 (pk int identity primary key, c1 int, c2 int, c3 int, c4 varchar(50)) and t2 (pk...
CSS SQL Server Engineers
AlwaysON - HADRON Learning Series: Maximum Failovers Within Specified Period
Posted
over 2 years ago
by
psssql
1
Comments
I can't take the credit for all this content as much of the investigation was done by Curt Mathews (SQL Server Escalation Engineer). We are finding that folks want to test the failover abilities of AlwaysON but after a single failover it no longer seems...
CSS SQL Server Engineers
CSS SQL Azure Diagnostics tool released
Posted
over 2 years ago
by
Evan Basalik
3
Comments
I am happy to announce that CSS SQL Azure Diagnostics (CSAD) has been released. Since you cannot use PSSDiag/SQLDiag against SQL Azure, I decided to develop this tool to shorten the data collection process when troubleshooting SQL Azure issues. You can...
CSS SQL Server Engineers
MS11-028 may cause issues with SQL, Exchange and PowerShell
Posted
over 2 years ago
by
Adam W. Saxton
2
Comments
A .NET Security Update (MS11-028) may end up causing issues with applications that make use of the .NET Framework, mostly resulting in applications being unable to launch, or loss of functionality within Native Applications that make use of .NET. In some...
Page 5 of 19 (455 items)
«
3
4
5
6
7
»