Exporting a MS-SQL database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bsagal@gmail.com

    Exporting a MS-SQL database

    I have an asp site connected to an MS-SQL database, I need to export
    the database and import it in to a MySQL database? How would I be able
    to do this? My only way of communicating with the MS-SQL database is
    via asp scripts.

    Thank You
    Ben Sagal

    PS. i have no problem fixing the SQL code manually to be compatible
    with MySQL.

  • Jack Vamvas

    #2
    Re: Exporting a MS-SQL database

    TI know you only have access via an asp script , but MySQL do offer a
    migration toolkit

    --

    Jack Vamvas
    _______________ _______________ _____
    Search IT jobs from multiple sources- http://www.ITjobfeed.com/SQL




    <bsagal@gmail.c omwrote in message
    news:1191321416 .670361.48860@5 0g2000hsm.googl egroups.com...
    >I have an asp site connected to an MS-SQL database, I need to export
    the database and import it in to a MySQL database? How would I be able
    to do this? My only way of communicating with the MS-SQL database is
    via asp scripts.
    >
    Thank You
    Ben Sagal
    >
    PS. i have no problem fixing the SQL code manually to be compatible
    with MySQL.
    >

    Comment

    Working...