SQL Management Studio 和 TFS
我正在尝试为 SQL Management studio 2008 设置 TFS 2010 集成。我已经安装了 MSSCCI 并设法创建了 ssmssln 文件并将其添加到 TFS,但是我没有看到任何将 SQL 文件从 SQL 添加到 TFS 的选项Management studio 2008。我在Tools->Options for SQL Management studio下配置了source控制插件。
MSSCCI 提供程序是否应该让我能够在 TFS 中签入和签出 sql 脚本?
如果是这样,我需要做什么才能从 SQL Management studio 中将文件添加到 TFS
谢谢 艾伦.
I'm trying to setup TFS 2010 integration for SQL Management studio 2008. I've installed MSSCCI and managed to create a ssmssln file and add it to TFS, however I don't see any options to add the SQL files to TFS from SQL Management studio 2008. I, configured the scource control plugin under Tools->Options for SQL Management studio.
Should the MSSCCI provider give me the ability to check sql scripts in and out of TFS?
If so what do I need to do in order to add files to TFS from within SQL Management studio
Thanks
Alan.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为 TFS & 给出了这种可能性。 SQL。可以使用外部插件来完成此操作,例如 Redgate SQL Toolbelt.
我们不使用这样的插件,而是:
- 我们有一个数据库解决方案,其中包含在 TFS 中签入的 *.dbproj
- 同样的数据库部署在 SQL-Server 上
- 我们对 SSMS 中的数据库实现进行了更改
- 我们使用 VS 中提供的“数据”工具将源代码控制的 DB 解决方案与驻留在 SQL Server 中的解决方案同步。
I don't think this possibility is given with TFS & SQL. It's possible to do this with external addins, like the Redgate SQL Toolbelt.
We don't use such addin, instead:
- We have a database solution containing a *.dbproj checked-in in TFS
- The very same DB is deployed on an SQL-Server
- We make our changes in the DB-implementation in SSMS
- We sync the source controlled DB-Solution with the one residing in SQL server using the 'Data' tools provided in VS.