Hey Guys,
Im wondering if you could point me to a few possibilities in the best way to move/replicate data from one database on a different server to my database.
Ideally any update on the other database would be immediately pushed to mine.
Another thing i was thinking about ok lets say the master database has 100 tables I could build a process to move the data from the 100 tables to mine i.e have the same 100 tables in my database
Or I could buy some views on the master database which would only carry the essential data i need, and then look at the best ways to move the data from these views to my database
Any help would be greatly appreciated
EDIT : Using SQL Server 2008