Gold
Gold

Reputation: 62464

How to backup SQL Server 2008 database - only the objects, without data

How to backup SQL Server 2008 database - only the objects, without data?

Upvotes: 1

Views: 1461

Answers (1)

cjk
cjk

Reputation: 46425

Right click on the Database, Choose Taks, then Generate Scripts. This allows you to generate a script that will create all objects.

Upvotes: 6

Related Questions