One way sync SQL Server Data based on value of specific column -


i need sync/push data 1 sql server (owned our crm) our own sql server (on aws rds) reporting , analysis. there 3 tables , believe there column owner/id determines if data in row belongs us. (they have data multiple different companies in same tables)

i can use ssis import initial data set when manually dump our data there way setup limited remote connection(only allows access rows owner) can automatically pull in new data our reporting server each night?


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -