Question

  1. Is there a tool native to SQL Server to do the migration (i.e., Import/Export)?

  2. Any other options (SSIS).

Please point me to helpful info.

Was it helpful?

Solution

SQL server comes with import / export functionality. I don't know much about Firebird, but if it support ODBC, you can install the ODBC driver onto your SQL server, and import away.

OTHER TIPS

you could write a quick app that dumps all your data as XML from Firebird. Your SSIS can take it from there. Considering you dont have huge amouts of data, for which Firebird is ideal

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top