|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, September 08, 2010 5:23 AM
Points: 81,
Visits: 189
|
|
hi friends :O) i wanna restore my backaup file differentially. i know this TSQL: RESTORE DATABASE TestDB FROM DISK = 'C:\backup' but it restore DB normally !how can i do it with TSQL ? Thank for your notation
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 8:44 AM
Points: 4,434,
Visits: 7,218
|
|
First of all, you need already to have a full backup and a differential backup of your database. If you do, then restore from the full backup with no recovery, then restore the differential backup with recovery. Books Online has the full syntax together with some good examples.
John
|
|
|
|