mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
![]() 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 |
||
---|---|---|
.. | ||
simpletest | ||
database_column_info.php | ||
moodle_database.php | ||
moodle_recordset.php | ||
moodle_temptables.php | ||
moodle_transaction.php | ||
mssql_native_moodle_database.php | ||
mssql_native_moodle_recordset.php | ||
mssql_native_moodle_temptables.php | ||
mysqli_native_moodle_database.php | ||
mysqli_native_moodle_recordset.php | ||
mysqli_native_moodle_temptables.php | ||
oci_native_moodle_database.php | ||
oci_native_moodle_recordset.php | ||
oci_native_moodle_temptables.php | ||
pdo_moodle_database.php | ||
pdo_moodle_recordset.php | ||
pgsql_native_moodle_database.php | ||
pgsql_native_moodle_recordset.php | ||
pgsql_native_moodle_temptables.php | ||
sqlite3_pdo_moodle_database.php | ||
sqlsrv_native_moodle_database.php | ||
sqlsrv_native_moodle_recordset.php | ||
sqlsrv_native_moodle_temptables.php |