0

If I have visual sql database project, I want to drop all the objects in the database and create them again without dropping the actual DB. Is there a way to do that, if so how do I select this in the publish settings?

Darth Veder
  • 159
  • 2
  • 11

1 Answers1

0

Use generate script (SQL Server), it will generate a query for dropping and re creating the object on your database. here is another post,try to read it. Hope this helps. Generate script in SQL Server Management Studio

Ikyong
  • 123
  • 7