[thelist] Can I convert a MS SQL database to MySQL??

Jay Blanchard jblanchard at pocket.com
Mon Mar 20 15:33:15 CST 2006


[snip]
As the subject says.....
My cleint has a forum running on a MS SQL db (.NET forum) and I am 
trying to give her options for switching to a PHP forum and still keep 
the current posts she has on her forum.
Is that possible? And if so how can I get that done?
[/snip]

Yes, it is possible. You will have to output the data from the MSSQL
server as csv files and then LOAD DATA INFILE in MySQL



More information about the thelist mailing list