I am using SSMS with SQL server 2014 enterprise edition.
Trying to use TFS to do source code control on stored procs, views, functions and table schema. I have earlier (in my pervious company) used svn with Redgate to do source control from SSMS. I was able to check in checkout db objects to svn repository from SSMS. I want to do the same with TFS here.
Using the guidelines at http://www.techtree.co.uk/sql-server/management-studio-ssms/use-team-foundation-server-tfs-as-your-source-control-in-ssms/
I have Team Foundation Server MSSCCI Provider installed on my db server. I have selected it to be current source control plugin in SSMS.From the file menu I use "Open from source control" and I have set my server as "MyTFSServer". It opens up Choose folder window where I choose "$/MyTeamSourceControlFolder/../MyDBfolder" for the Server Path.
What should be the local path? Is it where my database mdf files are stored? what if I dont have browsing access to that path?
Thanks for your help.