Is there any way to investigate what I haven't used as a value during creating filtered index? I have looked at index create script but still no value.
create nonclustered index IX1 where status=0
I am looking for the status column and 0 value in below query
The built-in system catalog view
sys.indexeshas the filter information in thefilter_definitioncolumn: