cancel
Showing results for 
Search instead for 
Did you mean: 

SQL Anywhere source control integration with Team Foundation Server

3,420

I noticed there is source control integration built in Interactive SQL (Version 12).

However, when setting that up, there is no option to select integration with Team Foundation Server. Is there an available plugin that could add this functionality?

Or, are there other products (commercial or not) that offer source control integration on SA databases?

View Entire Topic
Former Member

Interactive SQL supports any source control system that has a Microsoft Common Source Code Control Interface (MSSCCI). There is a MSSCCI provider for Team Foundation Server. While we have not tested Interactive SQL with it, it should work with it.

Alternatively, if Team Foundation Server has a command line interface, you can set up Interactive SQL to use a "custom" source control system. In that configuration, you enter command lines for each of the source control actions (check in, check out, etc.)