jhampton13
Programmer
I would like to call a batch file from a stored procedure, something like
If (this happens)
then (call xxxx.bat)
I know there are some ways of doing this by stepping outside of the database into the O/S and then calling the batch file, but I have been searching for an easier way. If anyone knows a way that I can call the batch file to run directly from the stored procedure, it would be greatly appreciated.. Thanks...
If (this happens)
then (call xxxx.bat)
I know there are some ways of doing this by stepping outside of the database into the O/S and then calling the batch file, but I have been searching for an easier way. If anyone knows a way that I can call the batch file to run directly from the stored procedure, it would be greatly appreciated.. Thanks...