![]() |
| |||||||
| Sponsored Links |
![]() | « Previous Thread | Next Thread » |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
| Hi All, I am trying to come up with an efficient way of handling a problem. I am executing a stored procedure to get a mailing list based on various criteria. This list, if under 200 names must follow a separate procedure to backfill itself. I am thinking that if it is possible, I might try executing another stored procedure from the first stored procedure to get those results. Then I have to add the results of the second procedure to the records obtained in the first procedure and output the results. Is this possible? Can I evaluate the results of stored proc A from within stored proc B? Has anyone tried this?
__________________ "The Enrichment Center is required to remind you that first you will be baked, then there will be cake." - GLaDOS |
| Sponsored Links |
|
#2
| ||||
| ||||
| I answered my own question. I managed to make this into one procedure. I reasoned that it would be easier to maintain this way rather than having two similar procedures. I accomplished this by adding additional temp tables to store the data while I worked with it. Thanks anyway! |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to retrieve unknown recordset field names in table? | BLaaaaaaaaaarche | ASP Development | 2 | August 10th, 2008 08:33 AM |
| Access 03 Adding updating data from child table to Parent | nboscaino | Microsoft Access | 8 | July 15th, 2008 08:12 AM |
| Create History Table / Outcome results | Rebelle | Database Design Help | 9 | July 1st, 2008 08:33 AM |