I'm working on distributed database. I have a main database with four tables which are : IT_Data , Physics_Data , Chem_Data , Stats_Data Now I want to place IT_Data in seperate server , Physics_Data on another server and so on. Main point is to not replicate whole database but to only replicate some part of database. Please help me with this. I'm using MS SQL Server
Asked
Active
Viewed 21 times
0
-
Hi, may be this is helpful for you https://stackoverflow.com/questions/1144051/selecting-data-from-two-different-servers-in-sql-server – Rajat Jha Nov 21 '22 at 13:26