• This one walks through each database, non-system, and changes the owner. You should simply see a list of your databases it executed against in your output.

    I would suggest you run 'sp_helpdb' before you run this to capture the current owners....just in case you need to go back.


    thanks, ERH