Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在努力弄清楚如何在 SQL Server Management Studio 中批量修改我们的数据库。我们将执行我们需要在所有环境中执行的操作,例如编辑列、创建表、重命名表等 - 但直到我们准备好推送应用程序。我正在尝试使用 SQL 分析器来获取 SQL,但这似乎非常低效。
应用程序中是否有内置的解决方案可以为我跟踪此类更改?
看起来我找到了答案:http ://www.mssqltips.com/sqlservertip/1723/auto-generate-change-scripts-in-sql-server-management-studio-ssms-for-tables/
如果您使用的版本低于 SqlServer 2005,则可以使用osql 实用程序轻松创建脚本。
从 sql server 2005 开始,我们使用sqlcmd