diff --git a/reference/mssql/setup.xml b/reference/mssql/setup.xml index 2a5a4ffd18..4bd9aba346 100644 --- a/reference/mssql/setup.xml +++ b/reference/mssql/setup.xml @@ -1,5 +1,5 @@ - + &reftitle.setup; @@ -42,10 +42,11 @@ - In Windows, the MSSQL extension does not support SQL Server 2005 or - greater because the internal API from ntwdblib.dll no longer is supported - from SQL Server 2005. to use SQL Server 2005+, then use you must the - ODBC extension. + On Windows, if you're using MSSQL 2005 or greater you must copy the + ntwdblib.dll into the directory where you have installed php and overwrite + the one thats already in there. This is due to the version distributed is + old and outdated. Alternatively you can use the + ODBC extension, to talk to MSSQL.