SQL Server, database update

  • Hi!

    Here is my situation. I have one production database running with multiple tables. I also have a backup of that same database on another server just in case the database goes down. Everyday I have to update the data on the backup database. Is there a way I can append all new records for each table on the backup database using some kind of automated form. Like a store procedure or DTS?

    😀

  • Have you thought about log shipping, replication or database mirroring? Here is a link you might want to look at that describes all three options.

    http://www.logicworks.net/page.php/prmID/313

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply