I need something a bit more difficult.
The real issue is that my host supports ASP.NET but doesn't have MsSQL, only MySQL. So what I was after was an easy way to deploy my projects which means that I have to create the databases on the remote MySQL server (where I only have access through a web-based control panel).
So my plan was to generate the database sql script (from enterprise manager), then find some tool to translate it to MySQL (all the minor differences) and then run that script on the web control panel. Does this make sense?
Main Topics
Browse All Topics





by: HuyBDPosted on 2006-11-23 at 02:02:37ID: 18001830
you mean convert
You can export from Enterpise manager of MSSQL via ODBC
note; create DNS of MySQL first