We have this current database which we need to replace some tables by anther tables from backup database. we are using sql server 2008 r2 and I want to know how to do overwrite or replace current tables by new table having same structures. thanks in advance.
Share
step1:
Say if your actual database is “MYDB”, you can restore the backup and name “MYBD_BKUP” something like that.
Step2:
Once restore is success full, you can delete all the tables (to be deleted) from MYDBStep3: