An error occurred while transferring sqlserver2005 to sqlserver2000.
Solution
Generate database scripts for version 2000
Manger studio of 2005
-- Open "Object resource manager" (if not, press F8) to connect to your instance
-- Right-click the database to go to 2000
-- Task
-- Generate scripts
-- In the "select database" in the "script wizard", make sure that the selected database is to be transferred to 2000.
-- Select "write scripts for all objects in the selected Database"
-- In the next "select script options", find the "write script for server version" option and select "SQL Server 2000"
-- Set other options as needed
-- Finally, save the script to A. SQL script file.
Export data from 2005 to 2000
Manger studio of 2005
-- Open "Object resource manager" (if not, press F8) to connect to your instance
-- Right-click the database to go to 2000
-- Task
-- Export data
-- In the "Select data source" step of the "SQL Server Import and Export wizard", select the database to be exported.
-- In the "select target" step, connect to 2000 and select the library created in step 2.
-- In "select source table and source View", select all tables
-- Final Completion