Index: /trunk/grails-app/conf/DataSource.groovy
===================================================================
--- /trunk/grails-app/conf/DataSource.groovy	(revision 227)
+++ /trunk/grails-app/conf/DataSource.groovy	(revision 228)
@@ -64,4 +64,12 @@
 //             dbCreate = "update"
 //             url = "jdbc:hsqldb:file:prodDb;shutdown=true"
+            /** MSSQL */
+            //For more info see the docs that you downloaded with the driver.
+//             driverClassName = "com.microsoft.sqlserver.jdbc.SQLServerDriver"
+//             username = "gnumimsadmin"
+//             password = "gnumimsadmin"
+//             dbCreate = "update"
+//             databaseName = "gnumims_prod"
+//             url = "jdbc:sqlserver://gnumimssql01:1433"
             /** MySQL */
             driverClassName = "com.mysql.jdbc.Driver"
@@ -71,4 +79,5 @@
             url = "jdbc:mysql://gnumimssql01:3306/gnumims_prod?autoReconnect=true&sessionVariables=storage_engine=InnoDB"
         }
+
     }
 }
