SOLVED

Firebird to SQL Server

Copper Contributor

Hey Guys, please how can i import data from firebird to SQL server?

Thanks.

1 Reply
best response confirmed by daddi645 (Copper Contributor)
Solution

@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

1 best response

Accepted Solutions
best response confirmed by daddi645 (Copper Contributor)
Solution

@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

View solution in original post