Comparison of different SQL implementations

I was looking for something like that recently for a small project to see if my SQL Server database could move smoothly to Oracle, and yes does the job by compring all the differences between various SQL implementations (SQL Server, Oracle, MySQL, etc...).

 

1 Comment

  • The easiest way to switch databases is to just use an import export function to transport the data and an ORM to handle the differences in SQL.



    Supporting all the different dialects of SQL is the job of ORM solutions so why not use it :)



Comments have been disabled for this content.