I'm setting up a SQL2005 database on a test server (fairly small) and need to copy/migrate an existing SQL2000 db to the new server. But the SQL2K db is much to large for the test server.
Is there a way I can create/copy everything BUT the data (schema, permissions, etc.)? One of the things I'm testing is the import of data, so no problem to start with empty tables.
FYI - I've learned everything I need to know about SQL under fire, so if this is simple, please just pat me on the head and spoon feed me.
If I screw up the test server, no worries, it's a virtual machine, so back up SHOULD BE easy.
Thank you!
Is there a way I can create/copy everything BUT the data (schema, permissions, etc.)? One of the things I'm testing is the import of data, so no problem to start with empty tables.
FYI - I've learned everything I need to know about SQL under fire, so if this is simple, please just pat me on the head and spoon feed me.
If I screw up the test server, no worries, it's a virtual machine, so back up SHOULD BE easy.
Thank you!