Change Database from Mysql to SQl

We are looking to change our database from Mysql to SQl. It is my understanding that I just have to reconnect the database and generate the code.

What has been anyones experience with doing this? What are the areas to be aware of?

Thanks

The area’s are your custom made sql code. Not alle databases share the same sql, there are differences. I.e. joins in Oracle can be created using ‘join’, but als using + . If you have limited yourself to standard ansi sql then you most likely can migrate without issues.