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 数据库项目。它似乎从数据库中导入模式和存储过程,但没有导入实际数据的机制。作为我们构建过程的一部分,我们通常会同时导入模式和数据。
这可以从 Sql Server 数据库项目中完成吗?
当前的解决方案是使用部署后脚本放置参考数据。脚本必须写成幂等的,因为它不知道目标的状态。这在这里详细描述:
在 SQL Server 数据库项目中包含数据