Technorati Tags: SQL 2005,SQL 2000 I recently had to do this, and had to scratch my head a bit. Anyway here is the path I took I created an empty db in sql 2000 Generated a create db script for the sql 2005 db using management studio (Right click on DB > Tasks > Generate Script), including all objects in the selected db. There is also an option in this wizard: Script for Server version, which I set to SQL 2000 Ran the script on the...