What does and does not get backed up or log shipped in 2005.

This is a compilation of questions from other people:

1. Will managed code objects get backed up with the database or must the dlls be copied manually? (Answer: They get backed up with the database. No manual backup of the dll files is necessary.)

2. If you have two servers and are using log shipping, how will managed code objects be handled? Will they be available after the log is processed on the other server?

3. Full-text indexing relies on external files which aren't in the logs.

4. What is not handled by log shipping? Anything not handled by log shipping would prevent rapid business or disaster recovery.

5. Will database mirroring replicate absolutely all changes made to the database for a very smooth recovery after failover?

6. How does replication work with the new features? Can replication move new managed code objects to subscribers? How about replication of changes to Service Broker or SSIS?

In general, these questions can be summed up as follows:

1. What does not get backed up as part of a regular database backup?
2. What is not available after failover?

[1103 byte] By [JohnPaulCook] at [2008-2-6]
# 1
1. yes.
2. just like a restore, when the database is recovered, then whatever has been processed in the log is available.
3. correct. backup restore copies the files that make up the full text catalog. full text also maintains a change tracking table in the database as a sort of log.
4. anything that is not logged is not handled by log shipping.
5. yes.
6. this one i don't know.

1. all database files, full text files, and log files.
2. things that are not available are data in master or MSDB (you'll have to ensure that that data is copied over). full text catalog may have to be rebuilt.

thanks,
mark

MarkWistrom at 2007-9-9 > top of Msdn Tech,SQL Server,SQL Server Database Engine...

SQL Server

Site Classified