Nuacht

description: Learn how to configure log shipping by using SQL Server Management Studio or Transact-SQL in SQL Server.
Learn about the considerations for combining log shipping and database mirroring in SQL Server, including how many destination servers you need. If you require only a single destination database, ...
The recent versions of Microsoft SQL Server include several high-availability solutions like failover clustering, database mirroring, log shipping and replication. In this article I will describe one ...
Log Shipping and Logins Establishing a failover server for your SQL Server? First things, first: strategize on your logins. By Eric Johnson 06/28/2010 So you decided to set up log shipping in ...
The recent versions of Microsoft SQL Server include several high-availability solutions like failover clustering, database mirroring, log shipping and replication.
A production server configured for log shipping transmits SQL Server transaction-log backup information to a secondary server regularly and automatically. But under log shipping, the failover ...
I have a 2008R2 server that I'm planning to move a bunch of databases to a pair of SQL 2012 servers that will use mirroring instead of log shipping, which is in use on the existing server now ...