Hi Everyone!
Please help me to restore a backup from a server to another server.
Production Database used SQL Server 2000. We used SQL server 2012 in the office for the backup of data. According to google I need to restore first the backup DB from 2000 to 2008 R2, then make a backup using 2008 R2, done. Then restore the 2008 R2 backup DB to 2012, done. I restored backup DB from SQL server 2000 to 2012.
I used FULL BACKUP of the DB in the above steps.
PROBLEM: What if the backup data from the production site is in Incremental data backup and it will be transferred using FTP? I have no idea in this type of backup.
How to restore it from 2000 to 2012?
Your help will be much appreciated! CHEERS! :))
-Gerger