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:07:07
 
 
To
24/10/2002 12:58:26
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00714572
Message ID:
00715125
Views:
22
>Are you doing something else in your routines, such as updating existing fields on the passed in table instead of getting the data through select/joining two files? So I might make a blank field for the company name in the main SP and then pass the #tempfile to the 2nd SP to fill the company field in?

What I would do, is create ALL the fields I will need in the initial temp file... then, susequent SP's can just add this data to the existing records.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform