Re: User dbo
From: Enric (Enric_at_discussions.microsoft.com)
Date: 08/09/04
- Next message: Wayne Snyder: "Re: Start SQLServerAgent job Synchronously"
- Previous message: Keith Kratochvil: "Re: User dbo"
- In reply to: Keith Kratochvil: "Re: User dbo"
- Next in thread: Peter The Spate: "Re: User dbo"
- Reply: Peter The Spate: "Re: User dbo"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 9 Aug 2004 04:53:02 -0700
Thanks for that Keith,
But I really need is a good control from Sql Server. I'm thinking that
surely there is some table where store that 'real user'. VSS is a good idea
but the case is that we're looking for a guilty...
>From Management and then 'Process Info' I see all the processes running or
waiting and in the user column "domain\Windows logon" but that isn't
sufficient.
"Keith Kratochvil" wrote:
> If you want to know who changed objects use a source control system such as
> Visual Source Safe. Implement policies where people need to check out the
> object from VSS make the appropriate change, and then create the object
> within SQL Server.
>
> It is generally recommended that dbo owns tables and stored procedures
> within SQL Server 2000, 7, and 6.5. This makes it easier to set up security
> as necessary.
>
> --
> Keith
>
>
> "Enric" <Enric@discussions.microsoft.com> wrote in message
> news:2B2F8E6C-A1B7-49EA-8DDA-6DF576C276CF@microsoft.com...
> > hi all of us,
> >
> > I've got four users which currently are updating and modifyng tables as
> well
> > as stored procedures. Well, all of them start up query analyzer using the
> > same login and password. This means that any change in any object always
> > appear as 'dbo' as owner.
> >
> > I'd like to know how to obtain the real user.
> >
> > Thanks in advance and best regards,
> >
> >
>
>
- Next message: Wayne Snyder: "Re: Start SQLServerAgent job Synchronously"
- Previous message: Keith Kratochvil: "Re: User dbo"
- In reply to: Keith Kratochvil: "Re: User dbo"
- Next in thread: Peter The Spate: "Re: User dbo"
- Reply: Peter The Spate: "Re: User dbo"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|