Re: Windows Authenticated Database Owner
From: Dan Guzman (guzmanda_at_nospam-online.sbcglobal.net)
Date: 10/05/05
- Next message: Sue Hoegemeier: "Re: Securing SQL Server after administration installation"
- Previous message: wickedw: "Securing SQL Server after administration installation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 4 Oct 2005 19:50:27 -0500
Without a valid database owner login, you may have problems with some
functionality. Some items that come to mind are:
- Enterprise Manager security management
- sp_helpdb
- cross-database chaining ('db chaining' database option)
It's a trivial task to change the database owner to a valid login using
sp_changedbowner so I suggest you go ahead and fix it.
-- Hope this helps. Dan Guzman SQL Server MVP "MichelleM" <MichelleM@discussions.microsoft.com> wrote in message news:D1D9CEF0-F7C5-4D99-9155-C3EDF3372A5E@microsoft.com... >I think this has happened to me before, but can't seem to find any notes on >it. > > I've got a windows-authenticated login that is the database owner. Login > cleanup occurs in Windows, and the login is dropped. What is the impact > on > the database that still references this windows-authenticated login as its > dbo? I think this causes some problems, but can't confirm that. > > Thanks in advance.
- Next message: Sue Hoegemeier: "Re: Securing SQL Server after administration installation"
- Previous message: wickedw: "Securing SQL Server after administration installation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|