Connection and schema
DBConvert reads SQL Server schemas from on-prem, Azure SQL, or
Amazon RDS sources and writes the selected tables into the Db2
target schema you choose in the wizard.
Type mapping review
Numeric precision, Unicode text, LOB columns, binary payloads,
date/time values, and SQL Server BIT flags are
reviewed before Db2 tables are created.
Identity and generated values
SQL Server identity columns need a Db2 identity or sequence
policy. After import, confirm next values before Db2 starts
receiving application writes.
Application SQL cleanup
T-SQL-specific syntax such as TOP,
ISNULL, GETDATE(), bracketed
identifiers, and SQL Server pagination needs Db2 SQL review.
Validation after import
Compare row counts, inspect nullable columns, check key ranges,
and sample LOB / Unicode values after the Db2 load.
Procedural code boundary
DBConvert migrates tables, views, and foreign keys. T-SQL
procedures, triggers, jobs, CLR code, and application SQL are
rewritten manually in Db2 SQL PL or the new application layer.