MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Transfer/Export Table Data from MySql into MS Sql Server
Posted by: jim smith
Date: January 14, 2009 02:27PM

export the tables as sql statements including data

run them in new database on sql server

dependant files first:

for instance if you have people, and addresses tables and the address table has the people id in it

run the people script first so the addresses will have related records in people as soon as it is run.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.