Re: Migration of SQL Server 2008 R2 to MySQL
Hi,
Please paste me output of that query executed on your ms sql server instance:
SELECT name, TYPE_NAME(system_type_id), max_length, precision, scale, is_nullable
FROM sys.types
WHERE is_user_defined = 1
--
Milosz Bodzek
MySQL Developer Tools
Subject
Written By
Posted
February 25, 2015 07:45AM
Re: Migration of SQL Server 2008 R2 to MySQL
May 28, 2015 02:12AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.