You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"⚠️ DAP231 SELECT for single row without WHERE or (TOP and ORDER BY)" is firing for fn_listextendedproperty.
When the table-valued function has parameters, it's less likely that filtering is not happening.
returnawaitconnection.QuerySingleAsync<int?>("select value from sys.fn_listextendedproperty('DatabaseLevelExtendedPropName', null, null, null, null, null, null)");
The text was updated successfully, but these errors were encountered:
"⚠️ DAP231 SELECT for single row without WHERE or (TOP and ORDER BY)" is firing for fn_listextendedproperty.
When the table-valued function has parameters, it's less likely that filtering is not happening.
The text was updated successfully, but these errors were encountered: