I have three SP (with date as the input parameter) and I will like to create a single SP by combining all three SP. Is this possible, if yes how do I go about doing this. Thanks.
Note:
The logic is to execute each SP and store the result in a temporary buffer and then use a select statement to create the final result.
Note:
The logic is to execute each SP and store the result in a temporary buffer and then use a select statement to create the final result.