What is the result of an instruction like the following on SQL Server 2008+?
GRANT SELECT TO role
(without specifying ON object!)
The 'Command(s) completed successfully.'
My tests have concluded that the role will have SELECT
permission on ALL
past and future objects - TABLES, VIEWS,
etc.
Is this true?