May 16, 2008 at 6:39 am
Hi,
I'm just wondering if anyone would know of converter tool that takes t-sql (2000) and converts it to ansi-sql, specifically stored procedures and views, making it compatible with mySQL server?
Or, if anyone could sum up the effort of converting the datamodel and logic from SQL Server 2000 to mySQL? Specifically the objects one would have to tailor by hand?
Thanks
/Timo
May 16, 2008 at 11:16 pm
There are a lot of things in SQL Server that have no replacement in ANSI SQL. And, I've never heard of such a converter... basically, portability is a myth.
So far as conversion goes, you're going to need to know both languages really well, plain and simple.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply