Import data from MSSQL to MYSQL

  • Hi,

    I want to know can we write a script to transfer data from MSSQL to Mysql.

    I need to build a SQL job for this.

    SQL server I am using : 2008 R2

    Mysql : 5.1

    I have created linkserver for Mysql in sql server.

    Thanks in advance,

    Thanks

    Tulika

  • Have you tried the import/export wizard to create an SSIS package and use that on your SQL job?

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • No I am just researching for possibilities..... thanks for your advice.

  • Is this a 1 time deal or will you need to continuously transfer data from SQL Server to MySQL?

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • it will be a ongoing process

  • Then I would opt for the linked server option and custom code to keep the data pumping across to MySQL.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • Thanks Jason,

    I need help for this custom code, can you suggest where I should look?

  • tchaturvedi (7/10/2015)


    Thanks Jason,

    I need help for this custom code, can you suggest where I should look?

    The custom code will depend entirely on your environment and database. You would need to write it or hire somebody to write it.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • Thanks

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic. Login to reply