Re: Table ownership
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 11/02/04
- Next message: songnetworks: "Re: Backup DTS and Jobs"
- Previous message: Tibor Karaszi: "Re: ok to remove guest from msdb?"
- In reply to: Anceladux: "Table ownership"
- Next in thread: Anceladux: "RE: Table ownership"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 2 Nov 2004 10:37:52 +0100
Perhaps the user isn't dbo, but is only a member of db_owner? If so, make sure that the user
specified the owner when the object is created:
CREATE TABLE dbo.Customers
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "Anceladux" <Anceladux@discussions.microsoft.com> wrote in message news:2194B7DD-718D-4FB1-9120-583FE786234D@microsoft.com... > I always understand that when a user has dbo permission in a database then > when he/she creates a table then the table will be owned by dbo. For some > reason on one SQL Server this is not the case. Is there a setting somewhere > that we can set this? > > Thanks >
- Next message: songnetworks: "Re: Backup DTS and Jobs"
- Previous message: Tibor Karaszi: "Re: ok to remove guest from msdb?"
- In reply to: Anceladux: "Table ownership"
- Next in thread: Anceladux: "RE: Table ownership"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|