How to Link SQL Source Control to TFS

Git in TFS/VSTS

If you're using TFS/VSTS with Git-based version control, you can't use TFS mode to link. Instead, you need to link in Git mode.

  1. In the Object Explorer, select the database you want to link to source control.
  2. In SQL Source Control, on the Setup tab, make sure Link to my source control system is selected and click Next:
  3. On the Choose your source control system page, select TFS and click Next
    The Link Database to Source Control dialog box opens.
     

  4. In the right-hand pane, in the Server URL field, specify the URL of your Team Foundation Server (e.g. http://tfs/defaultcollection/ for TFS or https://myorganization.visualstudio.com/ for VSTS). 
    If you use a non-standard port, specify this in the URL (e.g. http://myurl:8080/tfs/).

  5. In the Database folder field, enter the folder in TFS where SQL Source Control will store SQL scripts.
    If you're the first person to link the database to source control, specify an empty folder. 
    If someone has already linked this database to source control, specify the folder they used.
     

  6. If you're linking to a database that will be used by multiple developers, make sure Shared database is selected. 
    For an explanation of the different models, see SQL Source Control for teams

  7. Click Link.
    The database is linked to source control. The database icon in the Object Explorer turns green to show that the database is linked:
     

If you're the first person to link this database, add the database objects to source control in an 'initial commit'. To do this, go to the Commit tab and commit the objects. For more details, see Your first commit.

If you linked a database that's already in source control, update your database to the latest version. To do this, go to the Get latest tab and get the changes. For more details, see Get the latest version.

Was this article helpful?

1 out of 2 found this helpful
Have more questions? Submit a request