Top "Log-shipping" questions

Log shipping is a process in various SQL server implementations that creates periodic log files of your primary database that can be applied to other (secondary) copies of the database.

T-SQL copy Logins, Users, roles, permissions etc

We have implemented log shipping as a database disaster recovery solution and want to know if there is a way …

sql sql-server tsql disaster-recovery log-shipping
Log-Shipping: Why would you choose No Recovery mode?

When configuring LogShipping for SQL Server, you can choose for the secondary database to be in No Recovery mode or …

sql-server standby log-shipping
Scripting Log Shipping Automation

Is it possible to script All of the Log Shipping configuration? For example: I need to write a job that …

sql-server scripting sql-server-2008-r2 log-shipping
Fluentd to Logstash output plugin

I am trying to read from the scribe server using flunetd and output those logs to be stored in logstash …

logging logstash log-shipping fluentd
Transaction log shipping together with backup job = conflict?

There is already a backup job plan that runs every 15 minutes. I created transaction log shipping process but after 1 or …

sql-server backup transaction-log log-shipping
Mirroring vs. Log Shipping in Sql Server 2005

I'm interested in hearing people's thoughts about the pros and cons of database mirroring vs. log shipping in this scenario: …

sql-server-2005 failover mirroring log-shipping
Is it possible to have secondary server available read-only in a log shipping scenario?

I am looking into using log shipping in a SQL Server 2005 environment. The idea was to set up frequent log …

sql-server sql-server-2005 log-shipping