BANGALORE, INDIA: In SQL Server 2008, you can perform insert, update, or delete operations in a single statement using the MERGE statement. MERGE statement allows you to join a data source with a ...
I'm thinking merge replication might be better than transactional with queued updates. I haven't gotten around to testing yet, but why process the extra transactions instead of just working with the ...