<div dir="ltr"><div><div>HI<br><br></div>We had with 5.4.0 :).  It is just the effort rather than complex. That means you should modify wherever the SQL queries to support MSSQL query everywhere in the vtiger code.<br><br></div>Why do you need an MSSQL? If it is only for the purpose of integrating other tools such as Reporting and big data, I recommend to use MySQL to MSSQL Replication. Where you can keep vtiger database as MySQL, but replicate its data to a MSSQL databasse as mentioned below<br><br><ul><li>Write triggers in MySQL that capture insert, update, and delete statements in a log table (same as binlog)<br></li><li>Poll/Read the log table from MSSQL using ODBC and execute them, then delete those log entries.</li></ul><p><br></p><p>Thanks</p><p>Sutharsan Jeganathan<br></p></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 24, 2017 at 12:26 PM, crmtiger <span dir="ltr"><<a href="mailto:info@crmtiger.com" target="_blank">info@crmtiger.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Anybody tried vTiger with SQL Server as a backend ?<br>
<br>
Our Team is trying to implement that.<br>
<br>
Any suggestion or something do let us know<br>
<br>
Regards,<br>
CRMTiger.com team<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtiger-crm.2324883.n4.nabble.com/vTiger-with-SQL-Server-has-backend-tp20778.html" rel="noreferrer" target="_blank">http://vtiger-crm.2324883.n4.<wbr>nabble.com/vTiger-with-SQL-<wbr>Server-has-backend-tp20778.<wbr>html</a><br>
Sent from the vtigercrm-developers mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div><br></div>