1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-02 06:52:33 +01:00
msketcham 0c57c86713 This is the Native SQL*Server adapter for the SQL Server Driver for PHP version 1.1 released by Microsoft.
Prerequisites for installation and usage: Install SQL Server 2005 or later, and the SQL Server Driver for PHP version 1.1 (http://msdn.microsoft.com/en-us/library/cc296170(v=SQL.90).aspx), and configure the SQL Server installation using SQL Server Management Studio with the following command:
USE MASTER
GO
ALTER DATABASE <your-database-name> SET READ_COMMITTED_SNAPSHOT ON
GO
2010-06-23 22:40:49 +00:00
..