Question

I have one stored procedure to backup the database. It will backup metadata as well as data.

Is there any option to back up the database with out data. ie, back up only the schema (Empty tables).

I don't want to script the database.

Was it helpful?

Solution

There's a solution already on StackOverflow - here.

OTHER TIPS

You can do using SQL SERVER SCRIPT WIZARD

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top