Backup SQL Schema Only?

Use a 3 step process:

  1. Generate a script from the working database
  2. Create a new database from that script
  3. Create a backup of the new database

Leave a Comment