Ask a Question related to Microsoft SQL / MS SQL Server, Design and Development.
-
Philip #1
Problem creating objects not as dbo
I have a problem with people logging on
as one user, but sql server keeps
changing the owner to dbo. Sometimes
the owner name will be their loggin
account and sometimes it will be dbo.
Is there anyway to stop dbo from
becoming the owner, it is really
fouling things up.
There are only two users in the database,
so how do I keep dbo from owning anything.
I never want anybody creating object as dbo.table.
Philip Guest
-
Creating Acrobat objects with LotusScript
We have been automating Acrobat 6 with LotusScript (Notes 6.0.3) for some time, and are now upgrading Acrobat. The OLE class object reference for... -
DCOM Errors when creating COM Objects in IIS
Hi all, I'm having a few problems creating COM objects in IIS. The issue only seems to affect a couple of our own custom COM objects. The COM... -
Creating COM objects remotely
I am trying to create a cfobject that will inevitably create a Word Document, and after reading the materials have decided its probably not a good... -
Creating objects
Hello, I am using Perl to access the Windows management interface to query information on some Windows boxes through the Win32::OLE module. I am... -
Handle leak when creating COM objects from ASP?
Hi Leo I am experiencing the same problem (also windows 2000 server sp3). Do you have any further feedback? Alternatively, has this been... -
Dan Guzman #2
Re: Problem creating objects not as dbo
If you want users to create only objects owned by their own userid,
grant them CREATE statement privileges and remove them from the db_owner
and db_ddladmin fixed database roles as well as the sysadmin server
role.
--
Hope this helps.
Dan Guzman
SQL Server MVP
-----------------------
SQL FAQ links (courtesy Neil Pike):
[url]http://www.ntfaq.com/Articles/Index.cfm?DepartmentID=800[/url]
[url]http://www.sqlserverfaq.com[/url]
[url]http://www.mssqlserver.com/faq[/url]
-----------------------
"Philip" <atec396@hotmail.com> wrote in message
news:013e01c347c9$76c75780$a301280a@phx.gbl...> I have a problem with people logging on
> as one user, but sql server keeps
> changing the owner to dbo. Sometimes
> the owner name will be their loggin
> account and sometimes it will be dbo.
> Is there anyway to stop dbo from
> becoming the owner, it is really
> fouling things up.
>
> There are only two users in the database,
> so how do I keep dbo from owning anything.
> I never want anybody creating object as dbo.table.
>
Dan Guzman Guest



Reply With Quote

