Comments
3 comments
-
Could you pls run the following in Query Analyzer or SQL Server Management Studio and check if there is any output:
exec master..sqlbackup '-sql "RESTORE FILELISTONLY FROM DISK = [<backup file name>] " ' -
Hi Petey
Thanks allot for your reply.I found out what was the problem. We use passwords with spaces on our servers. I thought i would use the similar passwords to protect the database with. I used a password with no spaces and things work as normal. Really happy with the product
Cheers
David -
Strange, but you should be able to use a password with spaces in it, to encrypt the backup, and use the same password to perform the restore.
Add comment
Please sign in to leave a comment.
:?