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
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
Subscribe
Comments
Contact
Menu
Blog Home
Email Blog Author
Atom
OK
Translate this page
Powered by
Microsoft® Translator
Tags
2005
2008
2008 R2
Adam
AlwaysON
Connectivity
Denali
Engine
How It Works
Memory
Performance
READTRACE
Reporting Services
RML Utilities
Setup
SQL 2005
SQL 2008
SQL 2012
SQL Server 2008
SQL Server 2008 SP1
SQL Server 2012
SQLOS
Tools
Tracing
Troubleshooting: The DB Engine
More
▼
Less
▲
Archives
Archives
September 2012
(7)
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 Server: Correlating Timestamps From Various Data Points
Posted
7 days ago
by
psssql
0
Comments
I was looking at data from a customer, in a different time zone (UTC+1) from mine, this week involving SQL Server AlwaysOn (HADRON) and found that lining up the timestamps in the various logs was challenging. Some times are local to the SQL...
CSS SQL Server Engineers
Revisiting Inside Tempdb….
Posted
9 days ago
by
psssql
1
Comments
As I prepare for my next PASS Summit talk for the upcoming 2012 Summit, Inside SQLOS 2012 I was reviewing my talk from last year, Inside Tempdb , and some of the questions and feedback I received. They say it is never too late to provide all the facts...
CSS SQL Server Engineers
Bulk Insert and Kerberos
Posted
11 days ago
by
Adam W. Saxton
1
Comments
I recently worked on two Bulk Insert cases that dealt with Kerberos. My favorite past time! In both cases, the customers were hitting the following error: Msg 4861, Level 16, State 1, Line 1 Cannot bulk load because the file "<file name>"...
CSS SQL Server Engineers
How It Works: SQL Server AlwaysOn Lease Timeout
Posted
11 days ago
by
psssql
0
Comments
The lease is used between the SQL Server resource DLL and the SQL Server instance to prevent split-brain from occurring for the availability group (AG). The lease is a standard signaling mechanism between the SQL Server resource DLL and the SQL Server...
CSS SQL Server Engineers
AdomdConnectionException using PerformancePoint hitting Analysis Services
Posted
12 days ago
by
Adam W. Saxton
0
Comments
I was working with a customer who was encountering problems trying to use a PerformancePoint Dashboard against an Analysis Services Instance. The issue came down to the Claims to Windows Token Service (C2WTS) configuration. This is used to take...
CSS SQL Server Engineers
How It Works: Online Index Rebuild - Can Cause Increased Fragmentation
Posted
13 days ago
by
psssql
4
Comments
SQL Server Books Online alludes to the fragmentation possibility but does not fully explain that the Online Index rebuilding may increase fragmentation when it is allowed to run with MAX DOP > 1 and ALLOW_PAGE_LOCKS = OFF directives . The process of...
CSS SQL Server Engineers
Installing SQL Server on Windows 8
Posted
16 days ago
by
psssql
4
Comments
One of the things I often try to do is make sure I understand the experience of customers when installing new versions of SQL Server or existing versions of SQL Server on new Windows Operating Systems. So I took a recent tour of the experience installing...
CSS SQL Server Engineers
Strange Sch-S / Sch-M Deadlock on Machines with 16 or More Schedulers
Posted
18 days ago
by
psssql
2
Comments
Since it took me several days to track down this bug, and I did learn a couple of new things along the way, I thought I would share some of my work. 16 or More CPUS When a system presents SQL Server with 16 or more CPUs, and you are using a high end SQL...
CSS SQL Server Engineers
Unexpected ALTER DATABASE commands causing availability problems in Windows Azure SQL Database
Posted
23 days ago
by
Evan Basalik
2
Comments
Along with the expected challenges of the services world (rapidly changing features and quick adoption of new services), there are some unexpected ones. One of the most recent ones I have dealt with involved some unexpected ALTER DATABASE operations...
CSS SQL Server Engineers
SharePoint Adventures : Reporting Services, Claims and One Way Trusts
Posted
29 days ago
by
Adam W. Saxton
0
Comments
I had an interesting case that was presented to me by our friends in the SharePoint support team. The issue was that when they go to use a Data Source for Reporting Services that is set to use Windows Authentication, they saw the following: Within...
CSS SQL Server Engineers
SETSPN -A with Windows 2012 does a duplicate check upfront
Posted
1 month ago
by
Adam W. Saxton
0
Comments
If you have followed my posts, or caught my sessions at PASS, you may have figured out that Kerberos is one of my strength areas. I recently setup a Windows 2012 server to just see how SharePoint Integration with Reporting Services would work out...
CSS SQL Server Engineers
SharePoint Adventures : AccessDeniedException when a user tries to Add Subscription
Posted
1 month ago
by
Adam W. Saxton
0
Comments
I’ve been seeing a few cases that relate to a previous blog post which involved an AccessDeniedException when trying to perform report operations. However, I ran into a different variation that involved the same error. The scenario was that...
CSS SQL Server Engineers
PowerShell and AlwaysOn - Gotcha - Exception setting "ConnectionString": "Keyword not supported: 'applicationintent'."
Posted
1 month ago
by
psssql
1
Comments
Here is the an issue I saw come across an alias that is a gotcha! I’m running into a problem connecting to an AlwaysOn read-intent secondary and I was wondering if someone could help me out. I have the .Net Framework 4.5 installed and the newest...
CSS SQL Server Engineers
How It Works: XEL Display in SQL Server Management Studio (SSMS) Row Limit
Posted
1 month ago
by
psssql
3
Comments
This is a simple issue but if you don't expect the behavior it can surprise you. The grid, used by SSMS, is limited to a maximum number of rows, that can be displayed, of 1 million. Note: There is no warning dialog or flashing...
CSS SQL Server Engineers
How It Works: SQL Server (BCP, Database I/O, Backup/Restore, …) Reports Operating System Error (665, 1450 or 33) when writing to the file - BIG DATA
Posted
1 month ago
by
psssql
2
Comments
Suresh and I have blogged about these issues before but this post will put another spin on the information, as it applies to BIG DATA . Previous Blog References http://blogs.msdn.com/b/psssql/archive/2008/07/10/sql-server-reports-operating-system-error...
CSS SQL Server Engineers
SocketException when upgrading Reporting Services from SQL 2008/R2 to SQL 2012
Posted
1 month ago
by
Adam W. Saxton
0
Comments
I ran into an interesting case yesterday that brought back some memories. The customer had a SQL 2008 R2 instance of Reporting Services that they were upgrading to SQL 2012. They didn’t get far into the upgrade when they hit the following...
CSS SQL Server Engineers
PowerPivot : When versions get mixed up…
Posted
2 months ago
by
Adam W. Saxton
2
Comments
I worked a case today where they were trying to get SQL 2012 Reporting Services installed in a SharePoint environment that also had SQL 2008 R2 PowerPivot installed. This, by itself, is fine and wasn’t really causing the problem. When they...
CSS SQL Server Engineers
Where Did My Availability Group (AG) Go?
Posted
2 months ago
by
psssql
0
Comments
I ran into an issue where the AG was no longer present on a specific node of my cluster but I had NOT dropped the AG from another node in the cluster. ( http://blogs.msdn.com/b/psssql/archive/2012/06/13/how-it-works-drop-availability-group-behaviors...
CSS SQL Server Engineers
SharePoint Adventures : Access Denied errors when using RS 2012 with a Claims SharePoint Site
Posted
2 months ago
by
Adam W. Saxton
2
Comments
I actually ran into this issue back in late April. I wanted to get this out sooner but life happened. This issue has started to crop up a lot more as more people are starting to use Reporting Services 2012 in SharePoint Integrated mode. ...
CSS SQL Server Engineers
SharePoint Adventures : “The connection either timed out or was lost” with RS DataSource to SSAS
Posted
2 months ago
by
Adam W. Saxton
0
Comments
A customer had encountered an issue with their SharePoint 2010 / Reporting Services 2012 deployment. They had setup a Data Source for Reporting Services that was setup to connect to a stand alone Analysis Services instance. When they clicked...
CSS SQL Server Engineers
Could not load file or assembly System.EnterpriseServices
Posted
2 months ago
by
Adam W. Saxton
0
Comments
While setting up a SharePoint 2010 environment with Reporting Services 2012, I hit an interesting error. To explain my setup, this is a Classic Mode Auth site with Kerberos enabled for the site. I had verified that I had the proper accounts configured...
CSS SQL Server Engineers
How It Works: DROP AVAILABILITY GROUP Behaviors
Posted
3 months ago
by
psssql
0
Comments
I just learned something new about the DROP AVAILABILITY GROUP command behavior that I didn't realize. The comment on TechNet, alludes to how DROP works but we definitely need to update our documentation. Remove an Availability Group (SQL Server...
CSS SQL Server Engineers
How It Works: When is the FlushCache message added to SQL Server Error Log?
Posted
3 months ago
by
psssql
1
Comments
FlushCache is the SQL Server routine that performs the checkpoint operation. The following message is output to the SQL Server error log when trace flag ( 3504 ) is enabled. 2012-05-30 02:01:56.31 spid14s FlushCache: cleaned...
CSS SQL Server Engineers
AlwaysON - HADRON Learning Series: Worker Pool Usage for HADRON Enabled Databases
Posted
4 months ago
by
psssql
2
Comments
I am on several e-mail aliases related to Always On databases (reference Availability Group, AG, HADRON) and the question of worker thread usage is a hot topic this week. I developed some training around this during the beta so I decided to pull...
CSS SQL Server Engineers
SQL Rally 2012 recap
Posted
4 months ago
by
Adam W. Saxton
0
Comments
Getting back into the swing of things, I thought I would post my thoughts about how SQL Rally 2012 went along with sharing some of the experiences. I had posted before about what our presence would be like at Rally. You can read that here...
Page 1 of 17 (415 items)
1
2
3
4
5
»
ZW5kZW5yYWhheXU5QGdtYWlsLmNvbQ==