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?
😀