Restore a Differential Database Backup (SQL Server)

First restore full closest backup with default options.

Then restore defferential backup with “RESTORE WITH NORECOVERY” option.

Then click on database name and choose “Tasks“, “Restore” and then “Transaction Log“.
Place needed transaction log to the folder that SQL tells you it look for backup.

 

https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/restore-a-differential-database-backup-sql-server?view=sql-server-2017

https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/restore-a-transaction-log-backup-sql-server?view=sql-server-2017