Combining Log Shipping and Database Mirroring The principal database in a mirroring session can also act as the primary database in a log shipping configuration, or vice versa, as the log shipping ...
For more information, see Removing Database Mirroring (SQL Server), Prepare a Mirror Database for Mirroring (SQL Server), Establish a Database Mirroring Session Using Windows Authentication ...
In a previous blog entry, I talked about the new FILESTREAM data capability in SQL Server 2008 where we can store Binary Large Object (BLOB) data on the file system but have it transactionally part of ...
Database Mirroring was introduced in SQL Server 2005 SP1 and gave us a method of synchronizing a database across two servers with automatic failover and transparent client redirection, all without the ...