This blog shows on how to restore a database in sql server

RESTORE DATABASE SampleDB
FILE = 'SampleDBname'
FROM DISK = 'C:\SampleDBFull.BAK'