What are the SQL Server query syntax not supported by MySQL?

Posted by ANP on Stack Overflow See other posts from Stack Overflow or by ANP
Published on 2011-01-13T10:01:47Z Indexed on 2011/01/13 12:53 UTC
Read the original article Hit count: 113

Filed under:
|
|
|
|

I am working in a project where we are using SQL Server database currently. But recently a decision has been taken that the database will be changed to MySQL.

I am not using any stored procedures, views, triggers, user defined functions, etc. But I think even then some queries written for SQL Server will not be supported by MySQL.

Can anyone help: what are the things that I have to check (and change) so that all the queries will work properly for MySQL also?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sql-server