SQL Server → Firebird migration usually means moving tables
from SQL Server, Azure SQL, or Amazon RDS for SQL Server into a
Firebird .fdb database, Firebird server, or
InterBase-compatible target.
DBConvert handles the table-level work: it reads SQL Server
metadata, creates Firebird tables, fields, indexes, primary keys,
foreign keys, and supported views, maps types, and transfers rows.
The review work is in generated keys, Unicode and collation policy,
large text and binary columns, computed/default expressions,
IDENTITY values, and T-SQL code that Firebird cannot
run unchanged.
What DBConvert does on this path:
turns a SQL Server source into a Firebird target through a
guided desktop workflow:
-
Reads SQL Server, SQL Server Express, Azure SQL Database, and Amazon RDS for SQL Server sources.
-
Writes to a Firebird
.fdb file or Firebird / InterBase server destination.
-
Maps tables, fields, indexes, primary keys, foreign keys, and supported views with per-table type review before the target is created.
-
Saves the job as a repeatable session for test loads; DBSync keeps SQL Server and Firebird aligned during a staged cutover.
What it does not do:
SQL Server stored procedures, triggers, functions, jobs,
security, and application SQL are not translated into Firebird
PSQL. Inventory those objects separately and rewrite them
against the final Firebird schema.