diff --git a/config/config.sample.php b/config/config.sample.php
index 68d2d06647d993feaceb6dbc137de29495874130..87ca678ce2ca2f3fecaf5cd901d29dee9e6c6aef 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -984,14 +984,12 @@ $CONFIG = array(
  * 	- mysql (MySQL)
  * 	- pgsql (PostgreSQL)
  * 	- oci (Oracle - Enterprise Edition Only)
- * 	- mssql (Microsoft SQL Server - Enterprise Edition Only)
  */
 'supportedDatabases' => array(
 	'sqlite',
 	'mysql',
 	'pgsql',
 	'oci',
-	'mssql'
 ),
 
 /**