SQL Management Studio and TFS

故事扮演 提交于 2019-12-11 08:08:36

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/6815065/sql-management-studio-and-tfs

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