Sheni R. Meledath wrote: > Can any body provide me some details regarding migrating MySQL > databases to MS SQL databases.
I recently got to do this. I built DTS packages on the MS-SQL database to import my data from MySQL. I found it worked better to create the tables manually and then import the data, because when I let the DTS wizard create the tables, it made some poor choices for datatypes. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]