Sql-server – Can a SQL Server 2000 database be hosted on SQL Server 2005/2008

sql serversql-server-2005sql-server-2008

I have a SQL Server 2000 database backup, but I don't have SQL Server 2000 installed. I have SQL Server 2005 installed. I'd like not to have multiple pieces of DB server software installed. Is it possible in either SQL Server 2005 or SQL Server 2008 to host databases from the lesser systems? i.e. host a 2000 database in 2005?

Best Answer

There is a Compatibility mode in SQL 2005 (probably 2008) that will let you run your 2k database - we do this in production so it is stable. I don't believe the developers had any issue when we migrated to 2k5 while using compatibility mode. MS Linky