I don't believe this is possible. You could however run the statement below using linked servers to connect to each of the servers, that could give you what you need:EXEC [MyServer].master..sp_MSForEachDB 'Use [?]; SELECT DB_NAME()'
EXEC [MyServer\Instance].master..sp_MSForEachDB 'Use [?]; SELECT DB_NAME()'
______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience