Viewing post 1 (of 1 total)
I used following T-SQL Query to restore database which has password back up and it is successfully restored
Restore database AdventureWorksDW
from disk='D:\test.bak'
With Password = 'pwd1'
May 7, 2010 at 5:46 am
#1163970