changing Dadabase Owner in Sql2000

hi there ..
in Sql 2000
how to change the owner of the DB after it is created
thanks..
[109 byte] By [hthm] at [2007-11-19 23:06:41]
# 1 Re: changing Dadabase Owner in Sql2000
You can use sp_changedbowner stored procedure to change the owner of the database. EXEC sp_changedbowner 'NEWUSER' Remember the account under which this command will be executed should be member of the sysadmin group.
Shuja Ali at 2007-11-9 13:43:56 >