I need to replicate 6 tables in SQL server 2008 every 30 mins. Any Idea how to implement it?
Environment will be the server
Thanks, Ryl
I need to replicate 6 tables in SQL server 2008 every 30 mins. Any Idea how to implement it?
Environment will be the server
Thanks, Ryl
You can use Transactional replication and schedule it to run every 30 minutes.