Let's say we have taken Full backup and multiple transaction log backups of database in one of the folder and now we want to restore them starting with full backup and then selected transaction log backup files.
For more details please visit http://msdn.microsoft.com/en-GB/library/ff963619.aspx
Step 1:
In your SSMS, go to Object Explorer Detail by Going to View--> Object Explorer Detail or by hitting F7 Key.
Step 2:
In Object Explorer Detail pane, Right Click on Databases and Select Restore Database.
Step 3:
Under the Source, Click on Device and then Add Files , Select All the backup files( Full backup+ Transaction log files those you want to restore)
Step4:
Under Destination, provide the name of Database you want to have. Restore To will show "The last backup taken ....." that is the date time your last selected transaction log backup file. You can change the Timeline by clicking on TimeLine button and Select your criteria as you want.
Snapshot to Select Source Files and Destination Database Name
Timeline: You can select hour, six hours, day , week or provide date time by yourself to which point you want to restore your database from backup files.
For more details please visit http://msdn.microsoft.com/en-GB/library/ff963619.aspx