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.
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-shippingWhen configuring LogShipping for SQL Server, you can choose for the secondary database to be in No Recovery mode or …
sql-server standby log-shippingIs 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-shippingI am trying to read from the scribe server using flunetd and output those logs to be stored in logstash …
logging logstash log-shipping fluentdThere 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-shippingI'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-shippingI 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