Hi,
Our Security team need a user so that they can do Vulnerability scan in database. They want a database user with following privilege-
1) grant VIEW SERVER STATE
2) grant VIEW ANY DEFINITION
3) allow all system table read only view
4) grant select on INFORMATION_SCHEMA.COLUMNS
5) grant select on INFORMATION_SCHEMA.TABLE_PRIVILEGES
The first two I have the command to provide the privilege. Can anyone give e the command for point 3, 4 & 5?