Viewing 2 posts - 1 through 2 (of 2 total)
April 13, 2016 at 5:07 am
#1871636
Thanks
yes i have tried in T-SQL also using following command
RESTORE DATABASE <YourDatabase>
FROM DISK='<the path to your backup file>\<YourDatabase>.bak'
But i am facing following error.
Msg 3241, Level 16, State 7,...
April 13, 2016 at 5:03 am
#1871635