Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can data sets be passed between SP's for modification?
Message
From
24/10/2002 16:13:12
 
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00714572
Message ID:
00715130
Views:
15
Yep, I have read this info. It was a different article. But, we don't do any of the things listed in those four bullets. I have check to see and nothing recompiles. And, we run a whole payroll engine using this methodology.

BOb


>You need to be careful here. Referencing a temporary table that was created outside of the stored procedure can cause the stored procedure to be recompiled.
>
>http://www.sql-server-performance.com/rd_optimizing_sp_recompiles.asp
>
>-Mike
>
>
>>Margret,
>>
>>I usually use a TEMP table for this. You can create the temp table in your SP, and any SP's you call from that one will be able to access the table.
>>
>>For more info on temp tables see the SQL BOL.
>>
>>BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform