How to connect Codeigniter with MSSQL (SQL Server)?
How to connect sqlsrv in codeigniter. Codeigniter MSSQL/SQLSRV Connection, For connection from PHP->SQLSrv you need install these drivers : a. Microsoft Drivers 3.0 for PHP for SQL Server (SQLSRV30.EXE). b. Further to this I have made a connection out side of codeigniter via the sqlsrv_connect function.
Read more