Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Job
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Re: Job
Miscellaneous
Thread ID:
00674106
Message ID:
00674123
Views:
23
You can use xp_cmdshell to run external programs. You need to be aware that since this will be running on the server, you cannot have any user interface because you will not be able to see it.

Here's the T-SQL code:
exec master.dbo.xp_cmdshell 'myprogram.exe'
HTH,
Kurt




>How can I run one of my vfp program from SQL JOB?
>Thanks
>MA
Previous
Reply
Map
View

Click here to load this message in the networking platform