Lists
class-level translations from Microsoft SQL Server datatypes to
DB2 datatypes.
Class-Level Translation from Microsoft SQL Server to DB2 DatatypesMicrosoft SQL Server Datatype
|
DB2 Datatype
|
binary
|
CHAR FOR BIT DATA
|
bit
|
TINYINT
|
datetime
|
TIMESTAMP
|
decimal
|
DECIMAL
|
money
|
NUMERIC
|
numeric
|
NUMERIC
|
smalldatetime
|
TIMESTAMP
|
smallmoney
|
NUMERIC
|
varbinary
|
VARCHAR FOR BIT DATA
|