Hi all I could do with some advice.
I have a transactional table containing lots of transactions but want to keep a running balnce of certain values based on several key fields in this table.
I'll then want to display the inforamation to a user such that they can select one of the balances and see a list of the transactions that make up that balance.
My question is how best to keep track of my balances. Is it more efficent to use a #Temp table as part of a stored prcedure to build the balances as and when i need them or should i have a specific balances table that holds the summary information. If the latter is so should i be using triggers on my transaction table to update the Balances table??
Any advice is much appreciated...
jj
I have a transactional table containing lots of transactions but want to keep a running balnce of certain values based on several key fields in this table.
I'll then want to display the inforamation to a user such that they can select one of the balances and see a list of the transactions that make up that balance.
My question is how best to keep track of my balances. Is it more efficent to use a #Temp table as part of a stored prcedure to build the balances as and when i need them or should i have a specific balances table that holds the summary information. If the latter is so should i be using triggers on my transaction table to update the Balances table??
Any advice is much appreciated...
jj