RE: truncate table
From: Davy (Davy_at_discussions.microsoft.com)
Date: 06/22/04
- Next message: Davy: "RE: DTS permissions to create"
- Previous message: Julie: "Update Statistics"
- In reply to: stacey: "truncate table"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Jun 2004 09:07:01 -0700
you could wait for Yukon to come out. this gives you the option to create a stored procedure with a truncate table statement. You can then GRANT the stored procedure to be EXECUTED AS a login or role.
"stacey" wrote:
> Good idea. Thx...
> >-----Original Message-----
> >Hi,
> >
> >Truncate table permissions are NOT transferable. Only
> >table owners and dbo's have this permission.
> >
> >Perhaps, you could change table ownership.
> >
> >TIA
> >DeeJay
> >>-----Original Message-----
> >>Can you explicity grant access to truncate a specific
> >>table to a login id without giving dbo permissions on a
> >>database.
> >>
> >>I have a job that first truncates a table and then runs
> a
> >>dts job to import into that table. I do not want to
> give
> >>the account that runs the job any additional
> permissions
> >>than necessary.
> >>
> >>thanks..
> >>
> >>
> >>.
> >>
> >.
> >
>
- Next message: Davy: "RE: DTS permissions to create"
- Previous message: Julie: "Update Statistics"
- In reply to: stacey: "truncate table"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|