Webastor - Programming Tips and Tricks

Programming language => Sql => Topic started by: Ayman on November 01, 2014, 04:02:51 AM

Title: Any idea about filtered index?Why indexed views when we can achieve the same with filtered index?
Post by: Ayman on November 01, 2014, 04:02:51 AM
Hello, I would like to submit a question to you if you do not mind? any idea about filtered index? why indexed views when we can achieve the same with filtered index? Thank you very much for helping me with this question.
Title: Re: About filtered index
Post by: Simon on April 15, 2017, 08:08:53 PM
SQL Server filtered indexes can save space and improve performance if they are used properly.