Can you take a SQL2008 database backup and restore it to a SQL2005 server using SQL Backup 5?
kermi
0

Comments

2 comments

  • priyasinha
    Hi,

    No, backups are not backward compatible. So even though you can take a backup of SQL Server 2005 database and restore it to SQL Server 2008 but you cannot restore a SQL Server 2008 database backups to SQL Server 2005, 2000 etc etc.

    This is a SQL Server restriction and not a SQL Backup restriction.

    Thanks,
    Priya
    priyasinha
    0
  • kermi
    I thought that would be the issue.. Thanks for your response
    kermi
    0

Add comment

Please sign in to leave a comment.