| dialect | type_name | type_template | datada_type | is_default | supports_length | supports_precision | supports_scale | default_length | default_precision | default_scale | max_length | description |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| SQLSERVER | nvarchar | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | Variable-length Unicode string |
| SQLSERVER | text | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | ntext | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | Unicode text |
| SQLSERVER | binary | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | varbinary | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | image | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | date | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | time | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | datetime | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | datetime2 | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | smalldatetime | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | datetimeoffset | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | timestamp | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | Auto-generated binary value (not a date/time) |
| SQLSERVER | rowversion | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | uniqueidentifier | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | xml | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |
| SQLSERVER | sql_variant | null | STRING | 0 | 0 | 0 | 0 | null | null | null | null | null |