Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
integration:rdbms:sqlserver:datatypes [2011/04/08 04:13]
doc
integration:rdbms:sqlserver:datatypes [2016/06/28 22:38] (current)
Line 33: Line 33:
 | CHAR                 | CHAR(ACTER) ​                 |                                                                                                  | | CHAR                 | CHAR(ACTER) ​                 |                                                                                                  |
 | VARCHAR ​             | STRING or VARCHAR ​           | Favor STRING unless your character data cannot be terminated by a NULL character. ​               | | VARCHAR ​             | STRING or VARCHAR ​           | Favor STRING unless your character data cannot be terminated by a NULL character. ​               |
-| NCHAR                | NATIONAL CHAR(ACTER) ​        | Omnidex has limited support for Unicode ​datatpes, but recommends the use of CHARACTER datatype. ​ | +| NCHAR                | NATIONAL CHAR(ACTER) ​        | Omnidex has limited support for Unicode ​datatypes, but recommends the use of CHARACTER datatype. ​ | 
-| NVARCHAR ​            | NATIONAL VARCHAR ​            | Omnidex has limited support for Unicode ​datatpes, but recommends the use of STRING datatype. ​    |+| NVARCHAR ​            | NATIONAL VARCHAR ​            | Omnidex has limited support for Unicode ​datatypes, but recommends the use of STRING datatype. ​    |
 | BIT                  | TINYINT ​                     |                                                                                                  | | BIT                  | TINYINT ​                     |                                                                                                  |
 | TINYINT ​             | TINYINT ​                     |                                                                                                  | | TINYINT ​             | TINYINT ​                     |                                                                                                  |
Line 48: Line 48:
 | SMALLDATETIME ​       | ODBC DATETIME ​               |                                                                                                  | | SMALLDATETIME ​       | ODBC DATETIME ​               |                                                                                                  |
 | DATETIME ​            | ODBC DATETIME ​               |                                                                                                  | | DATETIME ​            | ODBC DATETIME ​               |                                                                                                  |
-| DATETIMEOFFSET ​      | ODBC DATETIME ​               | +| DATETIMEOFFSET ​      | ODBC DATETIME ​               ​|                                                                                                  ​
-| DATETIME2 ​           | ODBC DATETIME ​               |+| DATETIME2 ​           | ODBC DATETIME ​               ​|                                                                                                  ​|
 | TEXT                 | STRING or CLOB               | Favor STRING unless your character data cannot be terminated by a NULL character. ​               | | TEXT                 | STRING or CLOB               | Favor STRING unless your character data cannot be terminated by a NULL character. ​               |
 | BINARY ​              | Unsupported ​                 |                                                                                                  | | BINARY ​              | Unsupported ​                 |                                                                                                  |
 
Back to top
integration/rdbms/sqlserver/datatypes.1302235981.txt.gz · Last modified: 2016/06/28 22:38 (external edit)