Microsoft SQL Server Extension Pack
The Microsoft SQL Server Extension Pack contains a set of datatypes that correspond to data types available within Microsoft Server. Note that you can successfully use the standard TerraForm datatypes with Server, but these may prove useful. If a field in your database uses the Server TinyInt data type, for example, you can simply specify sqTinyInt as the datatype within a field of your form and be sure that TerraForm will make sure that only TinyInt-size data gets by! All the datatypes in this Pack are prefixed with "sq" to avoid conflicting with predefined datatypes and datatypes from other packes.
To use this datatype pack, open customtags/terraform/settings.cfm and find section 5. Remove the comment tags from the following line:
<!--- <cfinclude template="datatypes/mssqlserver.cfm"> --->
