Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sanjaysengupta

    Can I call a Unix shell script from within a Stored Procedure

    U could use the extended stored procedure xp_cmdshell 'shellscript.sh', [no_output] to do it if u r using ASE 11.5.x or higher. Assumption is that ur shell script is called 'shellscript.sh' and the user executing the same must also have appropriate user rights on the UNIX environment. U could...

Part and Inventory Search

Back
Top