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"
claudio.lara
0

Comments

3 comments

  • petey
    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>]"'
    
    petey
    0
  • claudio.lara
    If I execute the backup instruction I get the same response.
    claudio.lara
    0
  • petey
    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>]"'
    
    petey
    0

Add comment

Please sign in to leave a comment.