Forum Discussion
daddi645
Aug 04, 2021Copper Contributor
Firebird to SQL Server
Hey Guys, please how can i import data from firebird to SQL server?
Thanks.
daddi645 , there are several ways possible.
Is it a one-time job or are you goto to import data several times?
One-time job: SSMS Import/Export Wizard
Otherwise:
- SSIS (SQL Server Integration Services) package
- Linked server pointing to the Firebird server/database, then you can copy data with plain T-SQL
- olafhelperBronze Contributor
daddi645 , there are several ways possible.
Is it a one-time job or are you goto to import data several times?
One-time job: SSMS Import/Export Wizard
Otherwise:
- SSIS (SQL Server Integration Services) package
- Linked server pointing to the Firebird server/database, then you can copy data with plain T-SQL