When I run the command, it gives error as
Msg 3201, Level 16, State 2, Line 1
Cannot open backup device 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\FTDat
Msg 3013, Level 16, State 1, Line 1
RESTORE FILELIST is terminating abnormally.
May I know how to check the privileges, thanks.
Main Topics
Browse All Topics





by: rrjegan17Posted on 2009-08-17 at 03:09:42ID: 25112820
Try executing:
a\PD_2.Rep ort\SQL.HD R'
e.com/Micr osoft/Deve lopment/MS -SQL- Serve r/Q_220895 78.html
restore filelistonly
from disk = 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\FTDat
And check whether the user account you try to restore has privileges to restore database or files and has access to that folder/ filepath..
More info below:
http://www.experts-exchang
Hope this helps