1

I would like to connect Firebird db to my SQL Server database. Purpose of this is that I want the SQL Server database refreshed with Firebird data every night, so obviously make a job.

I looked around and saw a lot of tools and drivers that you need to get in order for this to work, and when I looked at them, they are ether a work in progress or a scam.

Does anyone have any ideas how to do this reliably?

1

1 Answer 1

1

Use SQL Server Integration Services (SSIS) that runs a job in SQL Agent. SSIS supports any OLE-DB or ODBC data source, just set your SQL Server instance as the destination.

Here's an example using Firebird, SSIS and InterBase - but you can skip the parts for InterBase: https://www.ibprovider.com/eng/documentation/ssis_firebird_interbase.html

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.