Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Job
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Job
Divers
Thread ID:
00674106
Message ID:
00674123
Vues:
22
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform