How do I execute a UNIX shell (.sh) script from within an MS SQL Stored Procedure?
I created a shell script which runs fine from the command line but does not get executed when I added to crontab. I have checked the environmental PATH and added the path to my script to it I also specified the absolute path in the crontab entry. I have scheduled different tasks using the crontab...
We have to move more than 250 shell scripts from a unix to a linux environment, and also 100 sql scripts. Could you please give me some steps or a check list to follow to migrate these from unix to linux?


