I was trying the new version 8.0 in a test machine, windows 2008, sql server 2008, and I can't restore from a file created on 5.4.0.55 in SQL Server 2005, when I select the file, error: "wrong MDAC version, download lastest MDAC Version"
Comments
3 comments
-
The error indicates that SQL Backup is unable to connect to your SQL instance. Can you try running a backup on the test machine e.g.
EXEC master..sqlbackup '-sql "BACKUP DATABASE model TO DISK = [<AUTO>]"'
-
If I execute the backup instruction I get the same response.
-
Could you please post the entire output when you run a test backup from Management Studio e.g.
EXEC master..sqlbackup '-sql "BACKUP DATABASE model TO DISK = [<AUTO>]"'
Add comment
Please sign in to leave a comment.