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 > Migration from MSSQL to MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-28-04, 03:20
rahuul rahuul is offline
Registered User
 
Join Date: Oct 2004
Posts: 3
Migration from MSSQL to MySQL

Hi,

We have an application based on ASP-SQL SERVER. Now, the client wants this to be changed to MySQL.

In our present application we have used SQL Stored Procedure extensively.

I have few questions:

1. How difficult is the migration?
2. Can we create Stored Procedure in MySQL? If not, what is the equivalent in mySQL?
3. Can you suggest some ways by which the ASP coding (changing) can be minimized?

Thanks for reading.

Rahuul
Reply With Quote
  #2 (permalink)  
Old 10-28-04, 06:32
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
1. How difficult is the migration?

there should be no problem converting the tables

all the queries have to be checked


2. Can we create Stored Procedure in MySQL? If not, what is the equivalent in mySQL?

stored procs are only in version 5, which is still in beta test mode

there is no equivalent


3. Can you suggest some ways by which the ASP coding (changing) can be minimized?

have somebody read every piece of code and look for the queries

__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
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