Viewing 3 posts - 1 through 3 (of 3 total)
Finally got it to work, here's the correct sql - I am using the unique+increment field Trades.ID to return the newest Trade for a given SymbolID :
select a.SymbolID, a.CurrentPrice, a.TotalValue,...
April 29, 2008 at 6:16 am
Hi,
I probably should add that this process occurs only on 2 tables in A, not the whole db.
I was considering transaction replication, but since it's not a direct 1-to-1 replication,...
April 4, 2008 at 5:24 pm
Thanks, that definitely sounds like the way to go. So the polling process would be something like :
1 - Poll change log table
2 - Read last, say, 100 rows
3 -...
April 4, 2008 at 3:03 am
Viewing 3 posts - 1 through 3 (of 3 total)