Reputation: 2036
I am having troubles finding the views settings section
using sql server
. What filtered views would I query to find these settings. I was told briefly to try looking in FilteredUserQuery
but did not find all of the columns I am looking for. I have attached a screenshot for more clarification on which settings I am looking for.
I am interested in these columns while using sql server. Please let me know if you have any questions or confusions with my questions.
Here is a link to all of the different filtered views I have access to http://msdn.microsoft.com/en-us/library/dn531182.aspx
Thanks for the assitance!
Upvotes: 2
Views: 765
Reputation: 15138
You need to look into FilteredSavedQuery
, the entity SavedQuery
holds the system views.
Upvotes: 3