|
-
Aug 7th, 2000, 04:49 PM
#1
Thread Starter
Hyperactive Member
Hi, in my app, I'm using stored procedures in SQL Server. Is it possible to have 1 stored procedure return results from another? I want to pass an employee name to the main sp, have the main sp call another sp (that parses the name and returns the result), and then have the main sp update the employee's record.
Thanks.
-
Aug 7th, 2000, 04:59 PM
#2
Frenzied Member
Set your database to "master" (in Enterprise Manager) and take a look at some of the system stored procedures, sp_help and sp_addgroup being some good examples of what you want to do...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|