|
|
Browse by Tags
All Tags » SQL SERVER 2000 » Restore (RSS)
-
Hi Shangar,
Unfortunately, the answer to that question is: You cannot restore a SQL Server 2005 database backup to an earlier version of SQL Server.
What you can do is, Script all the objects from the SQL Server 2005 database and recreate all those objects on the SQL Server 2000 database using that script. Then use the Export Wizard to export ...
|
|
|