SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Database Mirroring Rss

Refine your search with one of the following additional tags (with number of items):

High Availability (9)     SQL Server 2008 (2)     DMV (1)    
Blogs (4)     Best Practices (1)     Mirroring (1)    
SQL Server 2005 (2)     Disaster Recovery (1)    
   Items 1 to 20 of 20   
 

Database Mirroring Using T-SQL

Part three of this series illustrates how to use a T-SQL script to create database mirroring between a principal and mirrored server.  Read more...
By Additional Articles 2009/08/20 | Source: Database Journal | Category: Database Mirroring
Rating:  Rate this |  Briefcase | 2,735 reads

Database Mirroring Limit

By Steve Vassallo 2009/07/16 | Category: Database Mirroring
Rating: (not yet rated) |  Discuss |  Briefcase | 2,623 reads

Database Mirroring in SQL Server 2008

Learn the basics of the Database mirroring in SQL Server 2008. Mak provides a step-by-step on how to create database mirroring. Subsequent installments will discuss how to add data on the principal server and how data is mirrored to the mirrored server.  Read more...
By Additional Articles 2009/07/13 | Source: Database Journal | Category: Database Mirroring
Rating:  Rate this |  Briefcase | 2,066 reads

What mechanism allows SQL Server 2008 to commit transactions on the mirror faster than SQL Server 2005?

Question: What mechanism allows SQL Server 2008 to commit transactions on the mirror faster than SQL Server 2005? This question was asked on a technical discussion group. My reply follows.  Read more...
By Robert Davis 2009/05/19 | Source: SQLServerCentral.com | Category: Blogs
Rating:  Rate this |  Briefcase | 1,053 reads

Accessing Mirrored Data

By Chris Howarth-536003 2009/05/13 | Category: Database Mirroring
Rating: (not yet rated) |  Discuss |  Briefcase | 2,582 reads

Database Mirroring

By Steve Jones 2009/04/08 | Category: Database Mirroring
Rating: (not yet rated) |  Discuss |  Briefcase | 2,611 reads

SQL 2005 Disaster Recovery Scripts: To Setup and Remove Mirroring

Two sets of scripts to help setup mirroring or remove mirroring - handy during disaster recovery exercise  Read more...
By Farhan Sabzaali 2009/04/08 | Source: SQLServerCentral.com | Category: Disaster Recovery
Rating: |  Discuss |  Briefcase | 799 reads

Database Mirroring

By Steve Jones 2009/03/30 | Category: Database Mirroring
Rating: (not yet rated) |  Discuss |  Briefcase | 2,639 reads

Database Mirroring Automating Failover for Multiple SQL Server Databases With No Witness

If you don't have a witness server and your principal server goes, how do you make your mirror server the principal and bring all your databases online?  Read more...
By Additional Articles 2009/03/16 | Source: MSSQLTips.com | Category: Database Mirroring
Rating:  Rate this |  Briefcase | 1,808 reads

Database Mirroring FAQ: Why is my mirror database in a restoring state?

Question: Why is my mirror database in a restoring state? Hi, I am still working on DB mirroring with prinicpal and mirror. There will be no Witness. This is what I did and   Read more...
By Robert Davis 2009/03/12 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 1,538 reads

Database Mirroring FAQ: If the principal fails while running in high performance mode, what options do I have for bringing the mirror online?

Question: If the principal fails while running in high performance mode, what options do I have for bringing the mirror online? This question was sent to me via email. My reply follows. Quick question on DB mirroring client redirection after Principal fails   Read more...
By Robert Davis 2009/02/24 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 932 reads

Database Mirroring FAQ: Can a 2008 SQL instance be used as the witness for a 2005 database mirroring setup?

Question: Can a 2008 SQL instance be used as the witness for a 2005 database mirroring setup? This question was sent to me via email. My reply follows. Can a 2008 SQL instance be used as the witness for a 2005 database mirroring setup? Databases to be mirrored are currently running on 2005 SQL instances but will be upgraded to 2008 SQL in the near future.  Read more...
By Robert Davis 2009/02/23 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 645 reads

Database Mirroring adjusting the automatic failover time

One of the configuration options for Database Mirroring is the High Availability mode. With this option three servers are put in place the principal, mirror and witness servers. This is the only option that allows for automatic failover. One of the things that I have noticed is that when there are periodic network issues a failover occurs even though there are no issues with the Principal server. Are there any options to delay the failover?  Read more...
By Additional Articles 2008/10/29 | Source: MSSQLTips.com | Category: Database Mirroring
Rating:  Rate this |  Briefcase | 1,988 reads

Database Mirroring

By Steve Jones 2008/10/27 | Category: Database Mirroring
Rating: (not yet rated) |  Discuss |  Briefcase | 2,412 reads

Database Mirroring Automating Failover for Multiple Databases

Database Mirroring was released with SQL Server 2005 and is becoming a popular choice for a failover solution. One of the big issues with Database Mirroring is that the failover is tied to one database, so if there is a database failure the mirrored server takes over for this one database, but all other databases remain functional on the primary server.   Read more...
By Additional Articles 2008/09/08 | Source: MSSQLTips.com | Category: Database Mirroring
Rating:  Rate this |  Briefcase | 2,919 reads

Database Mirroring DMV

By Site Owners 2008/06/11 | Category: Database Mirroring
Rating: (not yet rated) |  Discuss |  Briefcase | 2,730 reads

Database Mirroring

By Site Owners 2008/06/03 | Category: Database Mirroring
Rating: (not yet rated) |  Discuss |  Briefcase | 3,076 reads

Best Practices when performing maintenance in a DBM environment

If you have configured database mirroring in synchronous with or without automatic failover mode, you can switch to the mirror server instance and make it available to the clients while you perform hardware or software maintenance on the principal server instance. So let’s see how we can do this:  Read more...
By Additional Articles 2008/03/27 | Source: SQL Community | Category: Database Mirroring
Rating:  Rate this |  Briefcase | 1,577 reads

Internals of DBM Failover / Role Switching

Understanding different types of failovers/Role Switching and How do they internally work in database mirroring.  Read more...
By Additional Articles 2008/03/14 | Source: SQL Community | Category: Database Mirroring
Rating:  Rate this |  Briefcase | 1,026 reads

Getting Started with Database Mirroring

If your database goes offline, you’re probably up a creek, right? If you’re using SQL Server 2005 with SP1, however, the database mirroring feature can prevent disaster.  Read more...
By Additional Articles 2008/02/19 | Source: TechNet | Category: Database Mirroring
Rating:  Rate this |  Briefcase | 3,464 reads
   Items 1 to 20 of 20   
 
Most popular

Database Mirroring Using T-SQL

Part three of this series illustrates how to use a T-SQL script to create database mirroring between a principal and mirrored server.  Read more...
By Additional Articles 2009/08/20 | Source: Database Journal | Category: Database Mirroring
Rating:  Rate this |  Briefcase | 2,735 reads

What mechanism allows SQL Server 2008 to commit transactions on the mirror faster than SQL Server 2005?

Question: What mechanism allows SQL Server 2008 to commit transactions on the mirror faster than SQL Server 2005? This question was asked on a technical discussion group. My reply follows.  Read more...
By Robert Davis 2009/05/19 | Source: SQLServerCentral.com | Category: Blogs
Rating:  Rate this |  Briefcase | 1,053 reads

Database Mirroring adjusting the automatic failover time

One of the configuration options for Database Mirroring is the High Availability mode. With this option three servers are put in place the principal, mirror and witness servers. This is the only option that allows for automatic failover. One of the things that I have noticed is that when there are periodic network issues a failover occurs even though there are no issues with the Principal server. Are there any options to delay the failover?  Read more...
By Additional Articles 2008/10/29 | Source: MSSQLTips.com | Category: Database Mirroring
Rating:  Rate this |  Briefcase | 1,988 reads