Magento – Connect Magento with MSSQL

databasemagento-1.9mssql

I wanted to connect my magento store to MS SQL.I was searching online for this weather this is possible or not.

Here http://devdocs.magento.com/guides/m1x/system-requirements.html i saw that Magento Enterprise Edition will support Oracle or Percona as well but i am not sure whether Magento EE will support MS SQL.

If we can connect magento with MSSQL please let me know how can I achieve this

why I want this is I have one of my site in the .net and using mysql and I want to use that database.

Best Answer

Magento uses the Zend DB adapter to connect to a database. I guess since that accepts MSSQL it should theoretically be possible but it will probably require you to make quite a lot of custom queries in Magento compatible with MSSQL syntax.

I would suggest using MySQL to prevent issues.

Related Topic