Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / July 2008

Tip: Looking for answers? Try searching our database.

Recomended database owner, MS SQL2005

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Mr. Smith - 12 Jul 2008 07:51 GMT
Hi.
What user do you recomend as "default" database owner. I want to avoid it
beeing owned by a "real" person. Is it common to create a local server user
or domain user dedicated to only be a DBO?

Kind regards
Mr. Smith
Tibor Karaszi - 12 Jul 2008 08:50 GMT
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.

Signature

Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi

> Hi.
> What user do you recomend as "default" database owner. I want to avoid it beeing owned by a "real"
> person. Is it common to create a local server user or domain user dedicated to only be a DBO?
>
> Kind regards
> Mr. Smith
JXStern - 12 Jul 2008 16:56 GMT
>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.

I thought we were all supposed to remove the sa account entirely from
production boxes!

Josh
Tibor Karaszi - 12 Jul 2008 19:27 GMT
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
Dan Guzman - 12 Jul 2008 16:43 GMT
I agree with Tibor to use 'sa' unless you have a reason to do otherwise.  In
cases where a non-sa login is desired as the database owner (e.g. third
party application requirement), I usually use a standard SQL login.

Signature

Hope this helps.

Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/

> Hi.
> What user do you recomend as "default" database owner. I want to avoid it
[quoted text clipped - 3 lines]
> Kind regards
> Mr. Smith
Mr. Smith - 13 Jul 2008 22:31 GMT
Thanks all of you.
I'll go for sa....

Kind regards
Mr. Smith
>I agree with Tibor to use 'sa' unless you have a reason to do otherwise.
>In cases where a non-sa login is desired as the database owner (e.g. third
[quoted text clipped - 7 lines]
>> Kind regards
>> Mr. Smith
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.