Forum Moderators: open
but doesn't change a lot, i want to create a table then update it daily so that i can do the update in the early hours and therefore at busy times pull the data from the daily updated table rather than calculate on the fly on each call.
i can't seem to get a multiple update to work, i want to do an update rather like using INSERT INTO, is it possible?
currently am running a query and looping through the result with asp and consiquently doing (several thousand) individual updates - (i'll prob do it with stored proc to do it when it is working as required)
this seems intensive use of the db server, any other more elegant way?