I am using MS SQL v2005 and I want to move the databases to another server for test environment. I don't to move all the data (some I do, some I don't).
I want to create a copy of the database structure, security, triggers, SPs, etc... How can copy "everything but the data"? Is there a sql script that will script all of this?
I have seen a utility that does this - but I don't remember where and I haven't been able to find it (or something similar).
Thanks!
|