1- using trigger to sync 2 tbl in 2 database==> it's not good becuse data in Emp tbl are too many and storing these data in 2 place is not googd suggestion.is't it?
If employee tables contain too many than you can use linked server to access it or create one webservice to fetch data from this database.
yrb.yogi
Star
14460 Points
2402 Posts
Re: virtual table that gets it's value from diffrent database
Apr 30, 2012 09:36 AM|LINK
If employee tables contain too many than you can use linked server to access it or create one webservice to fetch data from this database.
.Net All About