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.
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 |
 |
|
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? |
 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-02-13 : 04:53:15
|
yes.Go with the flow & have fun! Else fight the flow |
 |
|
|
|
|