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 2000 Forums
 SQL Server Administration (2000)
 Replicate MySQL table

Author  Topic 

henrik.andersson@goldware
Starting Member

6 Posts

Posted - 2006-02-13 : 04:06:42
Hi!

Is it possible to replicate a table in a MySQL database to a SQL Server database?

Any one has any experience of that?

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2006-02-13 : 04:28:44
you can use DTS to copy the data.

Go with the flow & have fun! Else fight the flow
Go to Top of Page

henrik.andersson@goldware
Starting Member

6 Posts

Posted - 2006-02-13 : 04:34:54
quote:
Originally posted by spirit1

you can use DTS to copy the data.

Go with the flow & have fun! Else fight the flow



Thanks.

And I can configure this to run with a interval, so that I always have a pretty up to date copy in SQL Server?
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2006-02-13 : 04:53:15
yes.

Go with the flow & have fun! Else fight the flow
Go to Top of Page
   

- Advertisement -