I have a view and it looks a table. If I create an index for this table, view will be affected on this index? Thanks for your help.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, the view will be affected.
The view doesn’t have an execution plan of itself, it will be included in the query that uses it, and a plan is made for the entire query, just as if you would paste the code from the view into the query.