windows command in a sql script
windows command in a sql script
(OP)
I have a SQL query written that works fine. My question is, can I create a way to open and run a Windows Command from a third party software?
Thanks in advance for your help and time.
Thanks in advance for your help and time.
RE: windows command in a sql script
A lot will depend on whose SQL (Oracle, SQLServer, etc). If nothing else, you might be able to shim a bit of Java into your code and get it to work.