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
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
Analysis Services Thread Pool Changes in SQL Server 2012
Posted
7 days ago
by
psssql
1
Comments
As part of the SQL Server 2012 release several changes were made to Analysis Services that should alleviate some issues previously seen on large NUMA node machines. Separation of IO and Processing Jobs To better understand how the changes that were...
CSS SQL Server Engineers
Management Studio tricks you may or may not know about
Posted
8 days ago
by
Adam W. Saxton
6
Comments
I was sitting through SQL Server 2012 training, and Ajay Jagannathan was showing us Management Studio. Eric Burgess had worked on this topic. He started covering some neat things, that have apparently been there for a while, but I just never...
CSS SQL Server Engineers
The case of the incorrect page numbers
Posted
9 days ago
by
Evan Basalik
0
Comments
As you may or may not know, SSRS 2008 R2 added the ability to automatically create page breaks on group changes. Historically, people attempted to use custom code to accomplish this and, while it worked, the pagination logic we use in SSRS 2008...
CSS SQL Server Engineers
The official release of System Center Advisor…
Posted
12 days ago
by
psssql
3
Comments
If you have followed this blog, you have probably seen a series of posts documenting the life of a project I’ve been working on, Atlanta, to a product called System Center Advisor . Today marks the official release of that product. This has been a particularly...
CSS SQL Server Engineers
How It Works: sys.dm_tran_session_transactions
Posted
15 days ago
by
psssql
0
Comments
For some reason I have been looking at DMV output closely the last couple of weeks. I just blogged about the pending I/O requests and now I have a behavior to outline for dm_tran_session_transactions for todays blog. select * from sys...
CSS SQL Server Engineers
How It Works: sys.dm_io_pending_io_requests
Posted
15 days ago
by
psssql
2
Comments
I have been working an issue where the DMV was returning io_pending_ms_ticks incorrectly. The following output is an example of ~164 hour delay. Unlikely to occur without any other side effects noted. select * from sys . dm_io_pending_io_requests...
CSS SQL Server Engineers
Assigning SQL Server, SQL Agent to a Processor Group (OOM, Hang, Performance Counters Always Zero for Buffer Pool, …)
Posted
15 days ago
by
psssql
0
Comments
Suresh brought to my attention that we have been getting questions as to why SQL Server starts on group 1 and then group 2 and it is not predictable? Then Tejas brought up another issues and since I worked on this way back before we released SQL...
CSS SQL Server Engineers
A faster CHECKDB – Part I
Posted
1 month ago
by
psssql
0
Comments
Earlier this year I travelled to Japan having the opportunity to visit some of our customers and prospective customers. One feedback I received loud and clear was poor performance when using DBCC CHECKDB as customers have moved into the TB range of databases...
CSS SQL Server Engineers
Exporting via HTML instead of MHTML
Posted
2 months ago
by
Adam W. Saxton
1
Comments
There was a question on Twitter about how to display a report in HTML instead of MHTML due to some browser issues. Based on the fact that it was MHTML, I’m assuming we are talking about exporting a report as the default report view is HTML. ...
CSS SQL Server Engineers
Distributed Replay for SQL Server 2012
Posted
2 months ago
by
psssql
4
Comments
I recently had a lengthy exchange on DReplay with Jonathan Kehayias (SQL MVP). From this exchange I filed several work items with the SQL Server development team to help install and setup DReplay easier in the future. Jonathan has started...
CSS SQL Server Engineers
SQL Server: Clarifying The NUMA Configuration Information
Posted
2 months ago
by
psssql
2
Comments
The increased number of cores per socket is driving NUMA designs and in SQL Server support we are seeing more NUMA machines and less pure SMP machines. For whatever reason over the past 2 weeks I have fielded a bunch of questions around...
CSS SQL Server Engineers
RML: ReadTrace Appears To Hang at "Doing Post-Load Data Cleanup" Phase
Posted
2 months ago
by
psssql
0
Comments
Keith and I continue to field the question as to why the Post-Load Data Cleanup appears to take a long time (hours) and can cause SQL Server to use large amounts of CPU. Notes from Keith: "What that step does it try to correlate stmt-level events...
CSS SQL Server Engineers
Error 1803 and model size change in SQL Server 2012
Posted
3 months ago
by
psssql
0
Comments
Recently I encountered error 1803 when working on SQL Server 2012. The script I ran against a SQL Server 2012 instance was CREATE DATABASE [suspect_db] ON PRIMARY ( NAME = N'suspect_db' , FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL11...
CSS SQL Server Engineers
The week that was PASS 2011 & Moving on…
Posted
3 months ago
by
Adam W. Saxton
2
Comments
This is to recap my week at PASS Summit 2011. This was my 4th US PASS, and every year it is amazing. I really enjoy sharing information with the community as well as getting to meet the people I talk to on Twitter and in other areas. Between Technical...
CSS SQL Server Engineers
Easy JDBC Logging
Posted
3 months ago
by
Evan Basalik
1
Comments
I have been supporting Microsoft’s JDBC driver for almost six years now and the one thing with which I always struggle is getting logging going. JDBC logging is probably some of the most useful logging out there (I only wish BID tracing were so...
CSS SQL Server Engineers
A better solution for the Windows 7 SP1 ADO GUID changes
Posted
4 months ago
by
Evan Basalik
5
Comments
If you are still using ADO in some of your code and tried to upgrade your build machine to Windows 7 SP1, you probably ran into the fact that you cannot run the recompiled program on downlevel OSes unless you modify your references to point to the backward...
CSS SQL Server Engineers
After Applying SQL Server 2008 R2 SP1 Error 9013 is logged (The tail of the log for database %ls is being rewritten to match the new sector size of %d bytes …)
Posted
4 months ago
by
psssql
5
Comments
In SQL Server 2008 R2 SP1 we made updates to dynamically accommodate disk drives that present physical sector sizes greater than 512 bytes. In practice, these are generally 4K, physical sector size drives and the SQL 2008 R2 transaction log...
CSS SQL Server Engineers
RML Questions
Posted
4 months ago
by
psssql
0
Comments
The following questions have surfaced several times recently so I decided to post the answers to assist others. String is missing proper closing quote near (Char Pos: 0xC1 Byte Pos: 0x182) This is not a utility bug. It is a command...
CSS SQL Server Engineers
Inside the SQL Server Clinic…
Posted
4 months ago
by
psssql
0
Comments
In my last post, I reviewed the Microsoft CSS involvement at the upcoming 2011 SQL Server PASS Summit . One big part as I’ve mentioned is the SQL Server Clinic. I thought you might find it interesting to learn more about exactly what the clinic is and...
CSS SQL Server Engineers
The SQL PASS Summit comes again to Seattle and CSS will be there…
Posted
4 months ago
by
psssql
0
Comments
For the 9th year, the Microsoft CSS team will speak and meet customers at the SQL PASS Summit, being held this year in Seattle, Washington from October 11th through the 14th. As in past summits, CSS will have a presence during pre-conference seminars...
CSS SQL Server Engineers
The DMV sys.dm_os_memory_clerks May Show What Appears To Be Duplicate Entries
Posted
5 months ago
by
psssql
0
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
5 months ago
by
psssql
5
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
5 months ago
by
psssql
4
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
6 months 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
7 months 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...
Page 1 of 15 (375 items)
1
2
3
4
5
»