This entry was posted on Monday, May 23rd, 2005 at 11:44 am and is filed under Uncategorized, Tech data. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
Unfortunately this needs to be done in the using TSQL until enterprise manage become sligthly useable:
So heres the code:
sp_changedbowner @loginame = `sa`
When using this make sure that you are logged on to the correct database. Obvously changing the sa for apporiate user.