Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Exporting Data

Author  Topic 

priyadarshee
Starting Member

5 Posts

Posted - 2010-12-04 : 02:37:42
How will export data from a database in sqlserver 2005 in sql format so that I can import in mysql ?

vaibhavktiwari83
Aged Yak Warrior

843 Posts

Posted - 2010-12-04 : 02:52:30
Please do not repeat the post -

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=153766

Vaibhav T

If I cant go back, I want to go fast...
Go to Top of Page

priyadarshee
Starting Member

5 Posts

Posted - 2010-12-04 : 04:09:54
quote:
Originally posted by vaibhavktiwari83

Please do not repeat the post -

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=153766

Vaibhav T

If I cant go back, I want to go fast...



Please help me !!!!!!!!!!!!!!!!!!!!!!!!!!1
Go to Top of Page

Sachin.Nand

2937 Posts

Posted - 2010-12-04 : 04:12:50
Is the data from a single table ?If yes then you can export it to csv and import the csv file in MySQL.

PBUH

Go to Top of Page
   

- Advertisement -