I donβt have to pass stored procedures to any variables from my VBScript, I just need to run the stored procedure on the server. I could not find any clear examples of how to do this - just many people explain how to pass a variable from SP back to VBScript.
Any help would be greatly appreciated! It looks like I will need to open a connection, and then send a command to execute the stored procedure, and then close the connection, but I lost a little about how to do this from VBscript.
Thank!
sql sql-server procedure vbscript
Joshua May 13 '11 at 21:20 2011-05-13 21:20
source share