>I usually have "sa" as the database owner (even though nobody ever logs in as "sa". This has the
>extra advantage of having the same sid in all SQL Server - no orphaned database owners.
The thing is that you cannot remove sa. You can rename it, but I still call it "sa". Perhaps I
should say "the login which has SID 0x01" instead? :-)

Signature
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
>>I usually have "sa" as the database owner (even though nobody ever logs in as "sa". This has the
>>extra advantage of having the same sid in all SQL Server - no orphaned database owners.
[quoted text clipped - 3 lines]
>
> Josh
John Bell - 12 Jul 2008 20:43 GMT
This method still applies if you only have windows authentication, which IMO
makes it even better!
John
> The thing is that you cannot remove sa. You can rename it, but I still
> call it "sa". Perhaps I should say "the login which has SID 0x01" instead?
[quoted text clipped - 9 lines]
>>
>> Josh