Click here to Skip to main content
15,908,020 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to select mysql table data inside SQL server query?
Posted

1 solution

You cannot do this directly. You cannot connect to another database.
You may be able to export data from one database and import data into another database.

Some third party tools are availabble - http://www.spectralcore.com/fullconvert/tutorials/convert-mysql-to-mssql-sql-server.php[^].
 
Share this answer
 
Comments
amnk.info 13-Nov-13 2:59am    
Thank you very much for your reply!..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900