Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MYSQL to Microsoft SQL

Status
Not open for further replies.

stevomorrison

Programmer
Aug 31, 2006
163
0
0
CA
I have a call centre reporting customer who was using MYSQL 4.1 for their call records and now it must be setup on Microsoft SQL on a different computer. I am not very familiar with SQL and need to move the records to the Microsoft SQL Server. Any help would be appreciated
 
1. You could use the "import data" task for a database in management studio and specify the data is comming from an odbc datasource.. THis datasource could point to your mysql database.

2. You could set up a "linked server" that points to your mysql box and then use a select into query to populate the data. (again use the odbc drivers)

also


references migrating from mysql to sql. (probably a good place to start)

HTH


Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top