dbTalk Databases Forums  

procedure with temp tables

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss procedure with temp tables in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Subbaiahd
 
Posts: n/a

Default procedure with temp tables - 07-09-2004 , 01:12 PM






I wrote a stored procedure which uses temp tables in its logic, tested it in
query analyser it is executed without errors, when i try to execute it in
DTS activex script, it is failing. If i remove temp tables usage inside
procedure i am able to execute in the same activex script, can someone get
me more insight of it. is it really a problem ?, if it is how to avoid it.

Thanks,
Subbu.



Reply With Quote
  #2  
Old   
Narayana Vyas Kondreddi
 
Posts: n/a

Default Re: procedure with temp tables - 07-09-2004 , 03:02 PM






What do you mean by 'failing'? Are you getting any errors? Do you have SET
NOCOUNT ON at the begining of your stored procedure?
--
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/


"Subbaiahd" <subbaiahd (AT) hotmail (DOT) com> wrote

Quote:
I wrote a stored procedure which uses temp tables in its logic, tested it
in
query analyser it is executed without errors, when i try to execute it in
DTS activex script, it is failing. If i remove temp tables usage inside
procedure i am able to execute in the same activex script, can someone get
me more insight of it. is it really a problem ?, if it is how to avoid
it.

Thanks,
Subbu.





Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: procedure with temp tables - 07-09-2004 , 03:21 PM



You say it fails but give no error messages.

Also what is the code you are using?
What do you expect to happen?


Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.