Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Importing From MySQL Problems

Author  Topic 

krabople
Starting Member

17 Posts

Posted - 2008-05-30 : 03:38:30
Hi, I am relatively new to SSIS so please bear with me. Basically, I'm looking to import data from a MySQL database table on a regular basis. However, I only want to import data since a certain date or time which will be stored in a table in an SQL Server database, so need to look to this table for the criteria. Can anybody tell me the best way to do this?

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-06-02 : 22:18:08
Take look at linked server.
Go to Top of Page
   

- Advertisement -