If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Converting a MS SQL db to MySql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-27-10, 03:43
Jodarl Jodarl is offline
Registered User
 
Join Date: Jun 2010
Posts: 2
Converting a MS SQL db to MySql

Hello,

I have a couple of MS Sql databases that was previously accessed via ASP pages. The databases are now offline.

Is it possible to take a peek into the databases? Is it also possible to convert the databases into MySql so that they can be used via a PHP site?

I hope I am making myself understood.

Regards
Reply With Quote
  #2 (permalink)  
Old 06-27-10, 10:30
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
Assuming that you have permission from the system administrator or other database owner, you can certainly access the data inside the database. Depending on a lot of factors related to the ASP page and database design, the amount of work needed to do this might be small or large.

Conversion to MySQL depends on your ability to access the data at all. There are a lot of design choices in terms of getting data from your old site to a new one, and I'd need a lot more background to help someone with your experience to get the data moved.

The odds are very high that the task can be done. I don't know enough about the problem to even guess how much work that it will be.

-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.
Reply With Quote
  #3 (permalink)  
Old 06-27-10, 15:02
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
Assuming you have the permissions it should be easy enough to to get the data from SQL server to MySQL using soemthing like the MySQL migration tool (part of the GUI tools from MySQL)

however you will not be able to copy across any of the stored procedures if they are in the SQL Server db.

if all you want to do is look at the datat then you may not need to copy at all, as it should be available in any competent SQL browser such as Heidi
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #4 (permalink)  
Old 06-28-10, 01:57
Jodarl Jodarl is offline
Registered User
 
Join Date: Jun 2010
Posts: 2
Thank you both for the the replies.

I do have permission for the databases. I got someone to create them for one of my websites 8 years ago.

I was hoping to use the data in a new site running in PHP. The databases are offline at the moment. I have them in my computer. I need to take a peek into them so that I can pass on the correct db to a programmer who will code it for the new site.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On