Integrating TFS and MySQL

Posted by user294043 on Stack Overflow See other posts from Stack Overflow or by user294043
Published on 2010-03-15T16:04:52Z Indexed on 2010/03/16 11:46 UTC
Read the original article Hit count: 269

Filed under:
|

We are developing an application with Visual Studio 2008 and TFS. Our database is a MySQL DB. As we develop we keep the new queries that need to be applied to the database of our new release as the New Version Update Queries. Right now I'm keeping them in a simple text file (which is a painful task!). I know that TFS integrates with MSSQL and makes this job very easy. I've already asked our consultant from Microsoft if there is any way to integrate TFS and MySQL, and his answer was "NO". So I was wondering if anyone knows any smart way of handling this issue?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about tfs