Backup SQL Schema Only?

强颜欢笑 提交于 2019-11-27 23:31:19

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

Why not just use SQL Management Studio to create a complete script of your database and the objects?

Toad for SQL Server does this nicely, if you're considering a commercial product.

I make heavy use of this tool:
SQLBalance for MySQL

Unfortunately; its windows only... but works like a charm to move databases around, data or no data, merge or compare.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!