|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
mySQL to MSSQL migration
I am setting up a webspider on my local computer using a mysql database and php, but once i'm done spidering i want to put the information i receive onto my website that only is compatable with MSSQL. Is there a way to take all the data from my mysql database and put it into my MSSQL database? thanks for any help you can give me
|
|
#2
|
|||
|
|||
|
RE: mySQL to MSSQL migration
all you should have to do is export the db structure and data from the MySQL database and then run the resulting sql scripts in MSSQL. If you are using PHPMyAdmin use the Export Feature if you are using the MySQL command shell, do a data dump. If you need the syntax for the MySQL Command shell data dump, let me know.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > mySQL to MSSQL migration |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|