Revision #10 has been created by Asgaroth on Mar 14, 2012, 4:12:41 PM with the memo:
Updated links
« previous (#9)
Changes
Title
unchanged
config Use MS SQL SERVER 2005 2008.
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
mssql, sqlsrv, SQL Server
Content
changed
Use SQL SERVER 2000, the date format not like: yyyy/mm/dd hh:mm:ss.
So I change to use SQL SERVER 2008 EXPRESS.
1. download
[PDO MS EXT
from: [](http://www.microsoft.com/download
s/en/details.aspx?
displaylang=en&FamilyID=80e44913-24b4-4113-8807-caae6cf2ca05](http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=80e44913-24b4-4113-8807-caae6cf2ca05 "MS id=20098 "PDO MS Ext")
2. Install **the [Microsoft SQL Server 2008 R2 Native Client](http://www.microsoft.com/download/en/details.aspx?id=16978 "Native Client")**
PDO drivers 2.0: if use MSSQL2005, ; Please read: System Requirements (Microsoft Drivers for PHP for SQL Server)
3. read the manual, copy .dll to PHP Ext Dir, and enable this EXT in php.ini.[...]