Database Ingestion and Replication > Default data-type mappings > Netezza Source and Microsoft Azure Synapse Analytics Target
  

Netezza Source and Microsoft Azure Synapse Analytics Target

The following table identifies the recommended data-type mappings for Database Ingestion and Replication configurations with a Netezza source and a Microsoft Azure Synapse Analytics target:
Netezza Source Data Type
Microsoft Azure Synapse Analytics Target Data Type
bigint
bigint
boolean
bit
byteint
smallint
char(size), 1 <= size <= 8000
char(size), 1 <= size <= 8000
char(size), 9000 <= size <= 64000
nvarchar(max)
date
date
double
float
integer
int
interval
varchar(55)
nchar(size), 1 <= size <= 3100
nchar(size), 1 <= size <= 3100
nchar(size), 4100 <= size <= 16000
nvarchar(max)
numeric(p,s), 1 <= p <= 38, 1 <= s <= 38
decimal(p,s), 1 <= p <= 38, 1 <= s <= 38
nvarchar(size), 1 <= size <= 16000
nvarchar(size), 1 <= 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.