I am executing a SP within a SP. The SP returns say 10 params. I am interested in only 5 of them. How do I insert only these 5 into the temp table.
The code I have s
You can't. The table variable must match exactly the structure of waht is being returned.