In MS SQL Server 2008 R2, how do I create a new database based on the schema of the old one, but without copying any of the data along with it? I am using SQL Server management
Right click the Database and select Tasks
-> Generate Scripts
.
You can you then select all the objects you require or only certain objects.
There are some Script Options that you should look at:
You can either create these to a new Query Window or save them to SQL Files.