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.
| 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 |
|
|
priyadarshee
Starting Member
5 Posts |
|
|
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 |
 |
|
|
|
|
|