I need to write a query that update only table not indexes
because I want to update an int field and don’t need to 10 huge index to be updated
I need to write a query that update only table not indexes because I
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.
Perhaps Filtered Indexes are what you’re looking for.
This is a
SQL Server 2008feature that lets you create an index that only applies to certain values in a column.