I need to create a backup of a SQL Server 2005 Database that\'s only the structure...no records, just the schema. Is there any way to do this?
EDIT: I\'m trying to c
Why not just use SQL Management Studio to create a complete script of your database and the objects?