Quote:
Originally Posted by TekiJinn
I'm getting certified in Microsoft SQL at work. Would I be able to setup a database in Microsoft SQL and have one of the sources connect to that or do I need MySQL?
|
Sure! You'd need to change out the connector in the server project, translate some of the statements from MySQL syntax to SQL syntax, convert the table definitions into SQL, and import those definitions into MSSQL... but you could pretty easily like Arco said.
Generally... you'd use MySQL for hosting on Linux. You could host MSSQL on Linux now... but MySQL has been running on Linux for much much longer and is open-source.