Re: Cannot change login associated with DBO for MasterDB.
From: Wayne Snyder (wayne.nospam.snyder_at_mariner-usa.com)
Date: 10/28/04
- Next message: Dan Guzman: "Re: Single-Threading / Performance issues"
- Previous message: John J. Hughes II: "Re: Replication - will this work?"
- In reply to: slycat: "Cannot change login associated with DBO for MasterDB."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 28 Oct 2004 07:54:27 -0400
Additionally, sp_changedbowner changes the owner of the database from one
login to another, and the owner of master can not be changed.. This is why
you are getting the error... The way to disable the sa login is to go to NT
authenication ONLY ... Otherwise you can not disable it.
-- Wayne Snyder, MCDBA, SQL Server MVP Mariner, Charlotte, NC www.mariner-usa.com (Please respond only to the newsgroups.) I support the Professional Association of SQL Server (PASS) and it's community of SQL Server professionals. www.sqlpass.org "slycat" <slycat@consultant.com> wrote in message news:dec83278.0410271324.1c200fa6@posting.google.com... > I have a sql2000 server with Master db owned by DBO, login sa. All > well and good but I need the login changed from sa to abc. Problem is > each time i try to run > > sp_changedbowner 'abc' , it comes back with > > Server: Msg 15109, Level 16, State 1, Procedure sp_changedbowner, Line > 22 > Cannot change the owner of the master database. > > I am not changing the owner of the database, just wanna change the > login. > > Any ideas? THanks.
- Next message: Dan Guzman: "Re: Single-Threading / Performance issues"
- Previous message: John J. Hughes II: "Re: Replication - will this work?"
- In reply to: slycat: "Cannot change login associated with DBO for MasterDB."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|