I am having some trouble with a few of my views. They are timing out, and I would like to optimize them by adding indexes. I am not sure how to actually do this. Any help would be appreciated.
Thanks, but that was the first place I looked. The help really didn't provide much help on what I can do. More or less stated how to put an index on a table and said that it could be applyed to a view as well. However, I haven't had any luck with that method.
look in BOL for creating indexed views. Although you can use them and they are extremely efficient there are strict criteria that must be met in order to use them. They view must also be schema bound.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.