Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 26th, 2007, 09:54 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default Best way to transfer data from SQL server to MySql

Hi All,

Which is the best way to transfer data from MSSQL server to MySQL DB?

The objective is to transfer data on a daily basis (for now weekly)from different sites to a central location (Mysql DB) that runs on linux box from which the aggregated reports are to be done. The management wants to do it this way. I have completed the work for moving all data backups and restore those into one place(MSSQL server 2000).

1) DTS : Can we do that using DTS? If possible, Can we do a differential data transfer say that day's data alone is copied into mysql db.
2) OPENROWSET : Using this I am able to transfer data into MYSQL. But kind of slow and time consuming.
3) Linked Server : Can we add mysql server as a linked server to sql server? Not sure if this is possible.

If Option 1 and 3 are possible, then all 3 options are initiated from sql server.

I am also curious to know if data transfer can be initiated from MYSQL and how optimal is that, will that be faster than I do it right now? Trying to understand the best way to do this...

Please put across your thoughts and let me follow the best way in accomplishing this.

Thanks in advance.
Cheers.

_________________________
- Vijay G
Strive for Perfection
__________________
- Vijay G





Similar Threads
Thread Thread Starter Forum Replies Last Post
Data transfer from LotusNotes to SQL server vijayma SQL Server DTS 1 June 4th, 2008 10:01 PM
transfer database from Paradox to Sql server 2000 oveisi SQL Language 1 November 26th, 2007 05:40 AM
moving mysql data to sql server every 24hours [email protected] SQL Server 2000 4 November 28th, 2006 09:52 AM
Transfer data from .dbf file to SQL Server 2000 somnath.kartic SQL Server 2000 1 October 18th, 2006 11:01 AM
How transfer access tables to sql server 2000? method SQL Server 2000 1 June 23rd, 2005 06:17 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.