Re: How to drop login name with the dbo account
From: Kalen Delaney (replies_at_public_newsgroups.com)
Date: 04/20/04
- Next message: Hari: "Re: Timeout expired when add new record"
- Previous message: Alex Ting: "Re: CASE ORDER BY Date sort"
- In reply to: Lawrence: "How to drop login name with the dbo account"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 19 Apr 2004 22:29:43 -0700
Hi Lawrence
DBO is a user name in a database (in fact, EVERY database has a user DBO)
but it is not an account.
It must map to an account in the master database. If you want to get rid of
pfweb_admin, you'll have to map the dbo in whatever database uses it to
another login name. Use sp_changedbowner to change the mapping.
-- HTH ---------------- Kalen Delaney SQL Server MVP www.SolidQualityLearning.com "Lawrence" <lawrenceb@ascentium.com> wrote in message news:5E50A8CF-373E-4246-8997-5AD0B8A31D3C@microsoft.com... > Hi, > Currently the dbo account contains login name "pfweb_admin". > I am trying to get rid of this login name so it dbo account does NOT require login name. > "pfweb_admin" is actually a SQL Account with System Admin privileges. Not sure how it got associated with dbo account. > > Much appreciate any help on this! > -Lawrence
- Next message: Hari: "Re: Timeout expired when add new record"
- Previous message: Alex Ting: "Re: CASE ORDER BY Date sort"
- In reply to: Lawrence: "How to drop login name with the dbo account"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|