Hi Guys,
Is there anyway to write a script that wil produce table showing all the Users from sysusers for every database on the server?
I know of the undocumented sp_MSforeachdb - but this produces a table for each... what i was after was ONE table ... something like....
DbName | User | CreateDate | UpdateDate
...is this at all possible?
Cheers,
Dan
Is there anyway to write a script that wil produce table showing all the Users from sysusers for every database on the server?
I know of the undocumented sp_MSforeachdb - but this produces a table for each... what i was after was ONE table ... something like....
DbName | User | CreateDate | UpdateDate
...is this at all possible?
Cheers,
Dan