Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting from Mysql to Mssql

Status
Not open for further replies.

Antithott

IS-IT--Management
Jan 20, 2006
90
0
0
DK
Hi, i'm hoping someone here can help out with this question, as its going to be alittle work if its not possible.

I have been working on a project for the past month which use MySql as DB, but now i need it changed to MsSql.

Does anyone know of a good way or a program to check if my CMD strings from MySql is valid in MsSql format?

There is a slight diffrence as i have seen.

I tried searching but i didnt seem to find anything giving me a good answer, hopefully i didnt miss any posts.
 
If you look at the last book listed in this FAQ it will show the differnces in SQL code between the two database. This will be very useful to you.

And personally I would not use cmd strings to send code, but would use stored procs instead, they are generally faster and more secure.

"NOTHING is more important in a database than integrity." ESquared
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top