Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

SELECT INTO tempdb..

 
   Database Forums (Home) -> Sybase RSS
Next:  Report 6i Layout Model  
Author Message
Pat

External


Since: Oct 14, 2005
Posts: 4



(Msg. 1) Posted: Fri Dec 09, 2005 7:48 am
Post subject: SELECT INTO tempdb..
Archived from groups: comp>databases>sybase (more info?)

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?

 >> Stay informed about: SELECT INTO tempdb.. 
Back to top
Login to vote
darkknight56

External


Since: Dec 09, 2005
Posts: 8



(Msg. 2) Posted: Mon Dec 12, 2005 11:40 am
Post subject: Re: SELECT INTO tempdb.. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On production you can probably assign to guest a dbo role but that
obviously would not be a good idea. It is probably better and more
accurate to have him test on development as guest rather than dbo. The
purpose of dev is to simulate production in all possible ways.

Patrick

 >> Stay informed about: SELECT INTO tempdb.. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
tempdb - We are running sybase ASA ver 8.x and are getting some queries hanging our system for 10 + seconds. We are looking at possible problems and wondered if tempdb was too small. Where is this configured? How do we increase its size. I notice that ASTEMP....

Revoke user from using tempdb 12.5.3 how to - Hello I have created a multiple tempdb in ASE 12.5.3. solaris 5.8 but I would like to revoke from "normal" tempdb usage from a user. Lets say I have created a new tempdb called tempdbtest and JohnDoe user should be only able to use the tempdb...

Sybase 'transaction log in database tempdb is almost full'.. - Hi, I'm getting the following error messages from the database when I run the following SQL via DBArtisan against Sybase 12.5 . Error message follows: The transaction log in database tempdb is almost full. Your transaction is being suspended until spac...

Best way to perform this select - Hello all, I have similar table: amounts id int, row_dt datetime, amount int it contains id row_dt amount 1 2005-01-01 300 1 2006-02-30 500 2 1998-09-01 900 etc I need to update another table for every id only those lines where row_dt is..

Help with SELECT needed - Hi! I have this two Tables (amon some others not affected by this problem) in an ASA Database: CREATE TABLE "DBA"."C_T_COUPONS" ( "COUPONNO" varchar(25) NOT NULL , "DESCRIPTIONID" integer NULL , &quo...
   Database Forums (Home) -> Sybase All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]