Error in restore

claudio.laraclaudio.lara Posts: 3
edited July 23, 2016 11:11AM in SQL Backup
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

  • peteypetey Posts: 2,358 New member
    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>]"'
    
    Peter Yeoh
    SQL Backup Consultant Developer
    Associate, Yohz Software
    Beyond compression - SQL Backup goodies under the hood, updated for version 8
  • If I execute the backup instruction I get the same response.
  • peteypetey Posts: 2,358 New member
    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>]"'
    
    Peter Yeoh
    SQL Backup Consultant Developer
    Associate, Yohz Software
    Beyond compression - SQL Backup goodies under the hood, updated for version 8
Sign In or Register to comment.