PDA

View Full Version : Initiate a stored procedure on MsSQL from UNIX/sh


7uan
02-28-03, 21:36
Hi all !

I have an interesting issue, I need to pass 3-6 parameters to a stored procedure in a MsSQL database from a sh script on a Sun server and I need the output from this stored procedure in a file on the Sun server.

There are numerous ways to do this, I'm sure, does anyone recognize the terrain ?

Extra points will be awarded for the attack angle that requires the least amount of development and favors use of standard OS components.

-- Johan