MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Migration of SQL Server 2008 R2 to MySQL
Posted by: Milosz Bodzek
Date: May 28, 2015 02:12AM

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

Options: ReplyQuote


Subject
Written By
Posted
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.