How to convert a MSSQL database (including procedures, functions and triggers) to a firebird databas

Posted by user193655 on Stack Overflow See other posts from Stack Overflow or by user193655
Published on 2010-06-03T13:11:13Z Indexed on 2010/06/03 13:14 UTC
Read the original article Hit count: 235

Filed under:
|
|
|

I am considering migrating to Firebird. To have a "quick start" approach I downloaded the trial of a conversion tool (DBConvert) and tried it.

I just picked up a random tool, this tool doesn't convert procedures, functions and triggers (I don't think it is a limit of the trial since there is not an explicit reference to sp, sf and triggers in the link above).

Anyway by trying that tool I had the message:

"The DB cannot be converted succesfully because some FK names are too long."

This is because in some tables I have FK whose description is > 32 chars.

Is this a real firebird limit or it is possible to overcome it somehow (of course renaming the FK is an extreme option because it is extra work)?

Anyway how to convert a MS SQL DB fully to FIREBIRD? Is there a valid tool? Did someone succed in a conversion of non trivial databases?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about tools