A similar question has been asked, but since it always depends, I\'m asking for my specific situation separately.
I have a web-site page that shows some data that co
Have you considered using a materialized view (MSSQL calls them indexed views) instead of doing it manually? This could also have other performance benefits as an indexed view gives the query optimizer more choices when its constructing execution plans for other queries that reference the table(s) in the view.