Granted domain user "VIEW SERVER STATE"
GRANT VIEW SERVER STATE TO [mydoamin\reportuser]
sql 2014
user executed
DBCC SQLPERF(LOGSPACE)
result is only showing master, msdb, tempdb
executed
USE [testdb]
CREATE USER [mydoamin\reportuser] FOR LOGIN [mydoamin\reportuser]
as result output has master, msdb, tempdb AND testdb
according to BOL DBCC SQLPERF(LOGSPACE) need only VIEW SERVER STATE
is it mistake in BOL ?