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.
我在 VS2012 中使用 ssdt。我正在编写一个存储过程,现在我想针对一些数据测试这个 SP。如果不在实际 SQL Server 实例上创建此 SP,我该如何做到这一点?
您是否有任何理由不想构建数据库?由于 SSDT 与 LocalDB 一起打包,因此无需使用完整的 SQL Server 实例即可完成此操作。按 F5 从您的数据库项目构建一个数据库,并将一些数据添加到生成的数据库中。