Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Articles with tag
Database Mirroring
Search for
any
content tagged
database mirroring
Items 1 to 20 of 29
Next 20 >>
Reporting Services Disaster Recovery
Dave Lumley presents a Reporting services disaster recovery solution for SQL Server Standard Edition, using 2 servers. Worth the read if you don't run Enterprise.
Read more...
By
Dave Lumley
2012/12/11 (first published: 2010/04/21)
|
Source:
SQLServerCentral.com
|
Category:
reporting services (ssrs)
Rating:
|
Discuss
|
Briefcase
|
9,390 reads
Transaction Replication Publisher failover to Mirror
Transaction Replication Publisher failover/failback to mirror standby with automatic redirection of the subscriber and client application.
Read more...
By
Paul Brewer
2012/06/28
|
Source:
SQLServerCentral.com
|
Category:
sql server 2008
Rating:
|
Discuss
|
Briefcase
|
2,216 reads
Mirroring and different sector sizes? BAD IDEA!
Be carefull when replacing a defective (FLASH) storage device, its sector sizes may vary without you knowing it.
Read more...
By
Theo Ekelmans
2011/12/27
|
Source:
SQLServerCentral.com
|
Category:
misaligned log io
Rating:
|
Discuss
|
Briefcase
|
3,162 reads
Configure SQL Server Database Mirroring Using SSMS
This tip outlines a test environment and then walks through the process of setting up Database Mirroring. This includes the configurations, backups, restores and verification process.
Read more...
By
Additional Articles
2011/09/02
|
Source:
MSSQLTips.com
|
Category:
database mirroring
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,404 reads
Database Mirroring Setup
This great tutorial shows how to set up database mirroring across two instances in a virtual environment.
Read more...
By
Brady Upton
2011/04/12
|
Source:
SQLServerCentral.com
|
Category:
database mirroring
Rating:
|
Discuss
|
Briefcase
|
8,548 reads
Changing the default port numbers when configuring database mirroring
There are times when you need to use different network ports to communicate between two servers running database mirroring. Learn how to change the default ports.
Read more...
By
Dan Hess
2011/03/14
|
Source:
SQLServerCentral.com
|
Category:
database mirroring
Rating:
|
Discuss
|
Briefcase
|
3,269 reads
Using Disparate File Paths in SQL Server Database Mirroring
Learn how you can setup Database Mirroring using disparate file paths and drive letters.
Read more...
By
Perry Whittle
2011/03/01
|
Source:
SQLServerCentral.com
|
Category:
database mirroring
Rating:
|
Discuss
|
Briefcase
|
5,977 reads
Database Mirroring Performance Monitoring
Many people deploy performance monitoring solutions in a "one-size-fits-all" manner. That is, they tend to build a solution that can be easily deployed to multiple servers and capture basic information from each server. The trouble is that not every server is identical, not even within the same shop. For example, not every server may have database mirroring deployed, which means your performance monitoring solution may be missing some critical pieces of information with regards to monitoring database mirroring.
Read more...
By
Additional Articles
2011/02/03
|
Source:
MSSQLTips.com
|
Category:
database mirroring
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,285 reads
Configuring Database Mirroring
This article contains a set of instructions for configuring SQL Server mirroring, including pre-requisites. It also includes notes on how to resolve a few issues that I have encountered.
Read more...
By
william thier
2011/02/01
|
Source:
SQLServerCentral.com
|
Category:
database mirroring
Rating:
|
Discuss
|
Briefcase
|
10,320 reads
Notes from Mirroring Deep Dive Session with Mohammed Sharaf: Microsoft Premier Engineer (I can never learn enough about Mirroring :)
One thing I have gotten wrong before, or not elaborated on before in presentations on mirroring, although Roman Rehak mentioned...
Read more...
By
Hugo Shebbeare
2010/12/16
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,134 reads
Convert Mirroring to Log Shipping
Describes how to convert database mirroring to log shipping in SQL 2005/2008.
Read more...
By
Jeremy Egbert
2010/08/19
|
Source:
SQLServerCentral.com
|
Category:
database mirroring
Rating:
|
Discuss
|
Briefcase
|
5,352 reads
Repair Corruption Using the Mirror Database in SQL 2005
Explanation of how to repair a database in SQL 2005 Enterprise which is mirrored.
Read more...
By
Jeremy Egbert
2010/05/10
|
Source:
SQLServerCentral.com
|
Category:
corruption
Rating:
|
Discuss
|
Briefcase
|
4,055 reads
Reporting Services Disaster Recovery
Dave Lumley presents a Reporting services disaster recovery solution for SQL Server Standard Edition, using 2 servers. Worth the read if you don't run Enterprise.
Read more...
By
Dave Lumley
2012/12/11 (first published: 2010/04/21)
|
Source:
SQLServerCentral.com
|
Category:
reporting services (ssrs)
Rating:
|
Discuss
|
Briefcase
|
9,390 reads
Multiple Mirrors
Should we evolve the database mirroring technology to work with multiple mirrors? Steve Jones says this might be an interesting idea.
Read more...
By
Steve Jones
2010/02/23
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
271 reads
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
|
3,119 reads
Ten steps to migrate databases between servers in a .Net environment
How to move databases from one server to another with limited downtime
Read more...
By
Edward Elliott
2009/08/17
|
Source:
SQLServerCentral.com
|
Category:
database mirroring
Rating:
|
Discuss
|
Briefcase
|
7,675 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,916 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
|
2,380 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
|
2,532 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
|
11,047 reads
Items 1 to 20 of 29
Next 20 >>
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.