| | |
mysql to mssql
Please support our MS SQL advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Apr 2009
Posts: 56
Reputation:
Solved Threads: 11
0
#2 Oct 16th, 2009
migrating from one rdbms to another is not as simple as dumping the sql scripts in the new rmdbs, unless you convert the entire script by hand a simpler solution is use a migrator tool to migrate and old dbms to a new one.
Last edited by baki100; Oct 16th, 2009 at 5:29 am.
0
#3 Oct 16th, 2009
You DTS or the Import/Export data wizard on SQL Server 2008 to copy the data. You should be able to set up an ODBC data source to connect to your MySQL database then let SQL Server handle the rest.
The table structures will be rough and unindexed so you should create a new set of tables by hand with proper indexes, relationships, datatypes, etc. After that just insert the data in to the newly created tables.
The table structures will be rough and unindexed so you should create a new set of tables by hand with proper indexes, relationships, datatypes, etc. After that just insert the data in to the newly created tables.
![]() |
Similar Threads
- Mysql to MSSQL (ASP.NET)
- REWARD! Help me find a PHP/mySQL DEVELOPER needed (Web Development Job Offers)
- MS Access vs. MySQL (MS Access and FileMaker Pro)
- MySQL or MSSQL (MS SQL)
- MySQL or MSSQL (MySQL)
Other Threads in the MS SQL Forum
- Previous Thread: help with SQL query / view / count problem....
- Next Thread: Help with the Following Logic
Views: 705 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for MS SQL
"last age autogrowth business connectingtodatabaseinuse count cursor data database dateadd datediff datepart day" dbsize deadlock delete_trigger exploit getdate hack highperformancecomputing hpc hpcserver2008 ibm iis limit live loop maximum microsoft ms mssql multiple multithreading news number password permission position query reporting result security server services sets single source sql sql-injection sqlserver sqlserver2005 subtype supercomputing supertype tables uniqueid update view weekday






