Restore a differential database backup
How to restore a differential backup in SQL Server?
SQL Server Management Studio (SSMS)
Differential
Restore
Tyler System Management (TSM)
Need to restore full database backup and a differential database backup
Login to the database server
Sign into Microsoft SQL Server Management Studio (SSMS) with the specific server name
Navigate to the Object Explorer on the left right
Right Click DatabasesÂ
Click Restore Database...
Under Source select the DeviceÂ
Click the ... to the right
Click Add to see the database backups within the default backup folder (or browse to a specific folder as needed)
Click the full database backup (IE: <database.bak>) to be restored
Click OK
Click Add to see the database backups within the default backup folder (or browse to a specific folder as needed)
Click the differential database backup (IE: <database.bak>) to be restored
If restoring backups from a different server:
Under Select a page, click Options
Check the box Overwrite the existing database (WITH REPLACE)
Check the box Close existing connections to destination database
Click OK
The newly restored database should populate under the Databases folder
Tyler Hosted Clients do not have access to their servers and will need to contact TSM Support to restore the database.