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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

run external commands from stored procs

Status
Not open for further replies.

gensan

MIS
Feb 21, 2001
142
SG
Hi,

I usually run sql scripts from isql. Is it possible to run command line / dos commands from within a script? how?

thanks in advance
 
Hi gensan,

What does that exactly mean?

Do you mean to say, you want to run a "Dos Command" from within isql, like

isql -S<server> -U<user> -P<password>
1> run calc
2> go

???

RajD
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top