performance issue with openquery

  • Hi,

    I have an vb6 application which captures some employee performance information and update in a mssql 2000 table as well as in a mysql table.

    I am using procedures to update in mssql 2000 and the openquery component to insert/update data into the mysql table through mssql 2000.

    The client app will hit an update query say for a minimum of every 2-3 seconds which is affecting the performance.

    I am using a ML530 server with 4 GB RAM, 2.8 Ghz with RAID 5.

    Is there a better way to do this?

    Please suggest.

    Rajkumar

  • why not just go from vb straight to mysql.

    it's a lot easier and faster than going from mssql to mysql.

    Alex S
  • Thanks for your reply Alex!!

    I thought too. But in our organization we have two diff. networks, one for production and another for non-production.

    Mysql is being used for an enterprise application and is kept in the non-production network, but end user desktops will be connected only to production network as per our compliance guidelines :blink:. So, our only option is go through mssql 2000 which is lying the production network which has the limited access to few servers in the non-production servers.

    Thanks in advance.

  • Follow this post:

    http://www.sqlservercentral.com/Forums/Topic340912-146-1.aspx

    Alex S

Viewing 4 posts - 1 through 3 (of 3 total)

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