Re: Stored Procedure question
From: Aaron Bertrand [MVP] (aaron_at_TRASHaspfaq.com)
Date: 03/26/04
- Next message: Adam Machanic: "Re: Is this a feature?"
- Previous message: LiFo: "Re: better way to make tran"
- In reply to: rob: "Stored Procedure question"
- Next in thread: Dan Guzman: "Re: Stored Procedure question"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Mar 2004 10:36:27 -0500
Maybe you could show the actual code, instead of two small pieces of it?
-- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/ "rob" <rwc1960@bellsouth.net> wrote in message news:XYX8c.146324$rB4.125337@bignews6.bellsouth.net... > Within a stored procedure I am doing the follwing... > > insert into table1 select aa from #temp > > followed by > > insert into table2 select aa from table1 > > The first insert is working fine, but the second on does not work at all. > Funny thing though... if I cut and paste the second "insert into" into a > separate stored procedure it works just fine > > Anyone know what is going on ? > > >
- Next message: Adam Machanic: "Re: Is this a feature?"
- Previous message: LiFo: "Re: better way to make tran"
- In reply to: rob: "Stored Procedure question"
- Next in thread: Dan Guzman: "Re: Stored Procedure question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|