'How can I insert the script executed in a stored procedure into a tab of an excel file/
I have a stored procedure and I am calling it in excel using VBA. Now, I want to insert the script executed (with the variables used, not the parameters) into a tab of the same excel file called "codes" in order to keep the logic behind each stored procedure executed. I know that it is possible to do but I just don't find anything about it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|