-1

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

user2617053
  • 323
  • 3
  • 5
  • 13
  • Replicate to what? Where? Your question has no information in it that people can use to answer it properly. – steoleary Nov 01 '13 at 09:45

1 Answers1

0

You can use Transactional replication and schedule it to run every 30 minutes.

Amir Keshavarz
  • 3,050
  • 1
  • 19
  • 26