SELECT INTO tempdb..
- From: "Pat" <GTQWVOPHMEAQ@xxxxxxxxxxxxx>
- Date: 9 Dec 2005 07:48:41 -0800
I have tested a stored procedure that SELECT INTO tempdb..myAppTable in
development as an user who has dbo rights. Hence, the table can be
referenced as tempdb.dbo..myAppTable.
However, when the same stored procedure is run in production as a user
who has only guest role, the same table can only be referenced as
tempdb.guest.myAppTable.
Can the SELECT INTO be modified so the dbo has table ownership?
.
- Follow-Ups:
- Re: SELECT INTO tempdb..
- From: darkknight56
- Re: SELECT INTO tempdb..
- Prev by Date: Re: Help required with Timestamp field
- Next by Date: bcp into syslogins
- Previous by thread: Help required with Timestamp field
- Next by thread: Re: SELECT INTO tempdb..
- Index(es):
Relevant Pages
|