If I understand your question correctly, you are attempting to convert an SQL 2005 database to SQL 2000. Is that correct?
One option is to generate scripts using SQL Server Management Studio (an express version is also available).
The steps would be: generate the scripts (be sure to set the 'Script for Server Version' option to 'SQL Server 2000'); create a new SQL 2000 database; execute the scripts on the SQL 2000 database.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.