New SQL Server Role Access to all views for discovery
I know how to grant a user access to all views currently created within a database, but how would I create a database role that would include all views created in the future?
New MSSQL Role Access to all views for discovery
I know how to grant a user access to all VIEWs currently created within a DB, but how would I create a DB Role that would include all VIEWS created in the future?