January 11, 2016 at 3:34 am
Hi!
I have an Interbase database (extension .ib) which I need to import to MS SQL Server or open.
Does anyone know how to do that?
Thanks
January 11, 2016 at 4:03 am
That's a job for SQL Server Integration Services, SSIS. You can do a search for SSIS & Interbase to find lots of information on how to integrate between the two. This is the first return. You'll have to have the interbase software running to access the file. You won't be able to just open it (I think, not one I'm familiar with).
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 11, 2016 at 4:22 am
Try setting up an ODBC DSN for Interbase. Then in DTS / SSIS use the Other (ODBC Data Source) and the DSN.
January 11, 2016 at 5:39 am
Thanks!
Following the links you suggested, I was able to open it using InterBase XE3.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply