Custom Counter

How to return multiple values using a custom counter without writing multiple queries? For example, lets say we have a custom query "select name from sys.sysdatabases" . I need all database names and not only the top DB "master"

Parents Reply Children
No Data