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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySQL and Microsoft SQL

Status
Not open for further replies.

ALSITech

IS-IT--Management
Nov 6, 2001
1
US
Please excuse my ignorance. I have a test server that we have MySQL installed on and we use it for our web sites. I have an application that I want to test that requires SQL 7.0 from Microsoft. Can I have both SQL running concurrently or can I convert MySQL databases to MS Databases. Any help would be appreciated.
 
Hi
You should be able to have both running on the same machine, give them each a different DSN and its off to the races. You can also export your mySQL data to the new DB

using SELECT ... INTO OUTFILE

hth
Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top