Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Is it possible to convert a MySql stored procedure to SqlServer stored precedure ? If possible please explain how (i'm using SqlServer 2008)

Thanks in advance
Posted
Updated 3-Jan-14 0:28am
v2

Query Rewrite is better one if you don't have any tools. I didn't get any opensource/freeware for this. But check these
Converting MySQL Queries to MS SQL Server Queries[^]
MySQL to SQL Server Conversion Tools[^]
 
Share this answer
 
no tools available to direct translation of u r code to sqlserver2008.
there will be syntactical differences will be there
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900