Re: procedure with temp tables
From: Narayana Vyas Kondreddi (answer_me_at_hotmail.com)
Date: 07/09/04
- Next message: martino: "Fastest way to load text file into a table"
- Previous message: Jahnathan Cain: "DTS for MSDE"
- In reply to: Subbaiahd: "procedure with temp tables"
- Next in thread: Allan Mitchell: "Re: procedure with temp tables"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 9 Jul 2004 21:02:57 +0100
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@hotmail.com> wrote in message news:ONO20BeZEHA.712@TK2MSFTNGP11.phx.gbl... > 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. > >
- Next message: martino: "Fastest way to load text file into a table"
- Previous message: Jahnathan Cain: "DTS for MSDE"
- In reply to: Subbaiahd: "procedure with temp tables"
- Next in thread: Allan Mitchell: "Re: procedure with temp tables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|