Hi
I have the code:
use NewContentDBSELECT name FROM dbo.sysusers
This sends the query to the database 'NewContentDB'.
I am trying to list all database users.
How can i change this so that it sends the query too all my databases?
any help wil be appriciated
br
Bjorn