Re: Convert interbase to sql server



Have a look at some of the items on this page. I don't know how far they go but they are certainly talking around the same area

http://www.google.com/search?sourceid=ie7&rls=com.microsoft:en-US&ie=utf8&oe=utf8&q=convert+interbase+to+SQL+Server

--


Allan Mitchell
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com |
http://www.konesans.com




"alvin" <alvinleong@xxxxxxxxxxx> wrote in message news:uPHaPgSOHHA.992@xxxxxxxxxxxxxxxxxxxx:

Is there a utility for me to convert the interbase database 5.6
(data,schema,procedure,trigger,generator,table...etc) to microsoft sql
server 2005? I am manage to find the database (table,table schema)convertion
but not valid for procedure, trigger, generator convertion.

Thank You.

From Alvin

.



Relevant Pages

  • Re: Error 2950 - Reserved Error on form refresh/requery
    ... and I can't leave the client with an unusable database while I try to ... The requery is on the form (so the data displayed in the sub-forms refreshes ... The triggering event is a listbox after update that does 2 things only: ... can trigger others, and so the problem may occur only when a specific ...
    (microsoft.public.access.formscoding)
  • Re: Help with INSERT TRIGGER - fails with error.
    ... You didn't declare any PRIMARY KEY in this database. ... In an INSERT trigger, ... but I can't get it to work because it references ntext fields. ...
    (comp.databases.ms-sqlserver)
  • Re: Lookup Tables, the right way?
    ... model is comes in un-learning what you know about file systems. ... The users might not all have the same database access rights ... This rule would be enforce by a REFERENCES ... with a trigger that you can do with DRI and more. ...
    (comp.databases.theory)
  • Re: Using one table vs. many
    ... model is comes in un-learning what you know about file systems. ... The users might not all have the same database access rights ... This rule would be enforce by a REFERENCES ... with a trigger that you can do with DRI and more. ...
    (comp.databases)
  • Re: Safe delete idea for discussion
    ... to use a stored procedure instead of trigger ... select getdate, 'AuditLog', AuditLogID ... > restore database Recovery ... >>> that writes an entry into a DeleteLog table ...
    (microsoft.public.dotnet.framework.aspnet)