Database Ingestion and Replication > Default data-type mappings > Netezza Source and Microsoft SQL Server Target
  

Netezza Source and Microsoft SQL Server Target

The following table identifies the recommended data-type mappings for Database Ingestion and Replication configurations with a Netezza source and a Microsoft SQL Server target:
Netezza Source Data Type
Microsoft SQL Server Target Data Type
bigint
bigint
boolean
bit
byteint
smallint
char(size), 1 <= size <= 64000
varchar(size), 1 <= size <= max
date
date
double
float
integer
int
interval
varchar(55)
nchar(size), 1 <= size <= 16000
nvarchar(size), 4 <= size <= max
numeric(p,s), 1 <= p <= 38, 1 <= s <= 38
decimal(p,s), 1 <= p <= 38, 0 <= s <= 38
nvarchar(size), 1 <= size <= 16000
nvarchar(size), 4 <= size <= max
real
real
smallint
smallint
st_geometry(precision), 1 <= p <= 63001
varbinary(size), 1 <= size <= max
time
time(6)
timestamp
datetime2(6)
timetz
datetimeoffset(6)
varbinary(size), 1 <= size <= 64000
varbinary(size), 1 <= size <= max
varchar(size), 1 <= size <= 64000
varchar(size), 1 <= size <= max
Unsupported source data types
Database Ingestion and Replication does not support the following Netezza data type:
Note: Even though this data type appears in the default mappings, database ingestion and replication jobs either fail to deploy or propagate nulls for columns that have this data type.