|
nigelrivett
Flowing Fount of Yak Knowledge
United Kingdom
3328 Posts |
Posted - 12/05/2012 : 11:39:46
|
The idea is that the indexed view has an index to access the data - it's not meant to allow viewing of historic data (which would probably mean using the transaction log). Why not create a scheduled job that refreshes the data that you need periodically - or maybe just address the issue that causes the update to be a problem - maybe use a snapshot?
========================================== Cursors are useful if you don't know sql. SSIS can be used in a similar way. Beer is not cold and it isn't fizzy. |
 |
|