To link a database to Team Foundation Server (TFS) 2012 or the hosted Team Foundation Service (previously known as tfspreview.com), you must edit a config file.
- Make sure SQL Server Management Studio is closed.
- Go to the SQL Source Control config files folder. By default, this is located at %localappdata%\Red Gate\SQL Source Control 3
Open RedGate_SQLSourceControl_Engine_EngineOptions.xml in a text editor.
Make sure the the
EngineOptions versionline reads:Below the
EngineOptions versionline, add:Ignoring any comments (indicated with <!->), the final file should look like this:
- Save and close the file.
You can now link databases to TFS 2012 and Team Foundation Service.
Labels