July 18, 2016 at 9:08 am
hi,
i am trying to configure tfs server to sql server 2014 and i am not understanding how to create folders structure to store my queries and retrieve them when needed.
July 18, 2016 at 10:13 am
There isn't really any good integration from SSMS to TFS VC.
You can use Visual Studio and manually create folders, but then you'd need to then link your db project to the TFSVC repo. This might help: http://www.sqlservercentral.com/Forums/Topic1504551-2799-1.aspx
I work for Redgate Software and use the SQL Source Control plugin, which automatically sorts code into folders. I haven't done much with SSDT, but for SSMS, I think you need a third party tool for this to work well.
If you work in VS/SSDT, then you should have some integration with the VCS, but it will be limited to how the project stores the db code.
July 18, 2016 at 10:30 am
i am tring to configure 2014 tfs server to ssms 2014, after i configured it is not user friendly like visual studio tfs. i cannot add queires into different folders, it always moves into quires folder by default.
July 18, 2016 at 12:26 pm
I think that's just how it works. The TFS integration from SSMS isn't great from Microsoft. If you want separate folders, I think you'll need a third party plugin.
I think in SSMS 2016 if you have a solution you can create a subfolder, but I've heard this breaks the TFS plugin.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply