Common Content for Data Engineering
- Common Content for Data Engineering H2L
- All Products
Issue
| Resolution
|
|---|---|
PowerCenter sessions write data of the Bit data type as 1 and 0 to Microsoft SQL Server targets.
| Set the value of the ProcesSQLServerBITASVarchar custom property to
Yes to write the Bit data as T and F instead of 1 and 0.
|
PowerCenter sessions that write data of the BIT data type to Microsoft SQL Server targets fail if all of the following conditions are true:
| Set the value of the ProcesSQLServerBITASVarchar custom property to
No or set the data movement mode to
Unicode .
|
PowerCenter sessions that write data of the Smalldatetime data type to Microsoft SQL Server targets fail with a data overflow error.
| Set the value of the SQLServerLegacySmallDateTime custom property to
Yes .
|
PowerCenter sessions that write data of the Date data type to Microsoft SQL Server targets fail.
| Set the value of the SQLServerBulkSupportDateFormat custom property to
YYYYMMDD to support the MM/DD/YYYY and YYYYMMDD date formats.
|