Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
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
Subscribe
Comments
Contact
Menu
Blog Home
Email Blog Author
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
SharePoint Adventures : Claims, Named Pipes and Kerberos
Posted
3 days ago
by
Adam W. Saxton
0
Comments
SharePoint Adventures : When connectivity is not connectivity
Posted
3 days ago
by
Adam W. Saxton
0
Comments
SQL Server–Storage Spaces/VHDx and 4K Sector Size
Posted
5 days ago
by
psssql
0
Comments
Using PowerShell to discover Reporting Services 2012 in SharePoint
Posted
20 days ago
by
Adam W. Saxton
0
Comments
AlwaysON - HADRON Learning Series: lock_redo_blocked/redo worker Blocked on Secondary Replica
Posted
24 days ago
by
psssql
0
Comments
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
▲
MSDN Blogs
>
CSS SQL Server Engineers
>
All Tags
>
alwayson
Browse by Tags
2005
2008
2008 R2
Cluster
Database Mirroring
Denali
Engine
Extended Events
How It Works
SQL 2005
SQL 2008
SQL 2012
SQL Denali
SQL Server 2012
Blog Post:
AlwaysON - HADRON Learning Series: lock_redo_blocked/redo worker Blocked on Secondary Replica
psssql
The topic I received most in my inbox this week was redo blocked on a secondary while attempting to acquire SCH-M (schema modify) lock. First of all, this is expected behavior and you can monitor for this with your standard blocking activities (sys.dm_exec_requests, blocked process TRC event, blocked...
on
26 Apr 2013
Blog Post:
AlwaysON - HADRON Learning Series: HADR_SYNC_COMMIT vs WRITELOG wait
psssql
The distinction between these two wait types is subtle but very helpful in tuning your Always On environment. The committing of a transaction means the log block must be written locally as well as remotely for synchronous replicas. When in synchronized state this involves specific waits for...
on
26 Apr 2013
Blog Post:
How It Works: Always On–When Is My Secondary Failover Ready?
psssql
I keep running into the question: “When will my secondary allow automatic failover?” Based on the question I did some extended research and I will try to summarize in is blog post. I don’t want to turn this post into a novel so I am going to take some liberties and assume you have read...
on
22 Apr 2013
Blog Post:
AlwaysOn ERROR: Log backup for database "MyDB" on secondary replica created backup files successfully but could not ensure that a backup point has been committed on the primary.
psssql
This error surprised me when it showed up in the error log so I decided to dig into it a bit more. “Log backup for database "MyDB" on secondary replica created backup files successfully but could not ensure that a backup point has been committed on the primary. This is an informational...
on
5 Dec 2012
Blog Post:
How It Works: SQL Server AlwaysOn Lease Timeout
psssql
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 availability group. The figure below depicts...
on
7 Sep 2012
Blog Post:
PowerShell and AlwaysOn - Gotcha - Exception setting "ConnectionString": "Keyword not supported: 'applicationintent'."
psssql
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 SQL Client install for SQL Server 2012. Running...
on
9 Aug 2012
Blog Post:
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
psssql
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-1450-or-1452-or-665-retries.aspx http://blogs.msdn...
on
25 Jul 2012
Blog Post:
Where Did My Availability Group (AG) Go?
psssql
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.aspx ) Note: Use the XEvent files captured...
on
16 Jul 2012
Blog Post:
How It Works: DROP AVAILABILITY GROUP Behaviors
psssql
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) - http://technet.microsoft.com/en-us/library/ff878113...
on
13 Jun 2012
Blog Post:
AlwaysON - HADRON Learning Series: Worker Pool Usage for HADRON Enabled Databases
psssql
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 out the relevant details and share them with you...
on
17 May 2012
Blog Post:
How It Works: HealthCheckTimeout Interval Activities
psssql
As I wrote my recent blog posts and did more research I found that is would be helpful to highlight the HealthCheckTimeout behavior in more detail. Always On FCI (Failover Cluster Instance) vs Non-FCI Installations Documentation The first thing that I need to point out is the subtle wording difference...
on
11 Apr 2012
Blog Post:
How It Works: Failover Cluster/Availability Group XEL Logging Frequency
psssql
I had a great question from my post on sp_server_diagnostics ( http://blogs.msdn.com/b/psssql/archive/2012/03/08/sql-server-2012-true-black-box-recorder.aspx ). As ' luck ' would have it, Bob Ward, was working on some training and had a similar question. As I investigated I uncovered a few...
on
4 Apr 2012
Blog Post:
AlwaysON - HADRON Learning Series: Automated Failover Behaviors (Denali - Logging History Information, FCI and Default Health Capture, sp_server_diagnostics)
psssql
Quite an encompassing title I will agree but the features all work together to build a really nice product. I had this tucked away during beta and thought it would be helpful to post. SQL Server AlwaysON and "Denali" has undergone a significant upgrade to the way the cluster resource...
on
22 Mar 2012
Blog Post:
How It Works: Return codes from SQLIOSim
psssql
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 2008 and SQL Server 2008 R2 and is located in...
on
1 Jul 2011
Blog Post:
AlwaysON - HADRON Learning Series: Maximum Failovers Within Specified Period
psssql
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 to work. This is because of the default...
on
26 Apr 2011
Blog Post:
AlwaysON - HADRON Learning Series: - How does AlwaysON Process a Synchronous Commit Request
psssql
The behavior of a synchronous commit in AlwaysON is to commit the transaction on the local replica as well as the secondary replica before the transaction is considered complete. If you have used database mirroring you may be familiar with the term ‘High Availability’ to describe...
on
1 Apr 2011
Blog Post:
AlwaysOn - HADRON Learning Series - Automatic Page Repair Increases SQL Server High Availability (HA) Capabilities
psssql
WARNING: The series is based on pre-release software so things could change but I will attempt to provide you with the best information I can! The enterprise edition of SQL Server has provided page level repair for quite some time now. For those not familiar with page level repair...
on
17 Feb 2011
Blog Post:
AlwaysON - HADRON Learning Series - Running DBCC On A Secondary
psssql
HADRON allows DBCC to be executed directly against a secondary replica. The DBCC can be run online, as is, or with TABLOCK if the HADR activity is suspended so the DBCC can acquire the database lock necessary to support the TABLOCK option. A secondary that allows connections enables the administrator...
on
16 Dec 2010
Blog Post:
AlwaysON - HADRON Learning Series - New DMVs
psssql
As I have been reviewing and learning about HADRON I have found a great wealth of information exposed in the DMVs. I have pulled together a starting, entity relationship diagram and the HADRON PMs have been helping me refine it. We continue to update it for changes but I thought you would...
on
14 Dec 2010
Blog Post:
AlwaysON - HADRON Learning Series - What Is HADRON?
psssql
I have been reviewing and working on supportability aspects of HADRON (High Availability Disaster Recovery - AlwaysON) for months and I am kicking off a blog post series related my 'HADRON Learning Series' which I am putting together for the SQL Server support team. You can download CTP1 and try it yourself...
on
7 Dec 2010
Page 1 of 1 (20 items)