I have a nicely sized database of about 400000 records, which I have in
MS SQL but I need to move it to my production server, which is Mysql.  I
was going to do it this way:

Export MS SQL database into a file and then use LOAD DATA INFILE

But I was wondering if there were a way to export into SQL and then just
use \. Database.sql to import it very quickly.  I am worried that the
exporter will mess up the file because it is so large.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to