MS SQL Server – Restore Log and Differential Backups Simultaneously

backuprestoresql serverssmst-sql

I have the full backup of a database, also one differential backup and one log backup. Is it possible to restore this 3 backups together? SSMS lets only full backup and only one of them. Is there a way to restore both? It's okay to show the way in t-sql too.

Thanks for your time!

Best Answer

Use tsql. Also, highly recommend to use sp_restoregene. This will generate restore commands for you which you can just execute .