There comes a time when all of your databases are owned by some retarded users or that you forgot to change the database owner after a restore. The following sproc will loop thru your databases and change the owner to ‘sa.’
You can take it a step further and have it the server send you an email when all the changes. I was just too lazy to write that party in.