Trigger a .EXE from SQL Server



Is it possible to trigger a .EXE program to run on a Row insertion ...

I want to run an .EXE program whenever a new row is inserted to create a
directory somewhere on the server.

I know that there are triggers that I can use but these seem to be to
execute SQL statements ...

many thanks all,

jON


.



Relevant Pages

  • Re: Trigger a .EXE from SQL Server
    ... In your trigger, provided that it is enabled for non-sysadmin use, you can ... Create a SQL Agent job to run the EXE. ... If you are using SQL Server 2005 you can grant the job the needed ... I want to run an .EXE program whenever a new row is inserted to create a ...
    (microsoft.public.sqlserver.connect)
  • Re: Change "Text Like" to "Greater than"
    ... that trigger the row insertion and the end of the ... this only added rows above my header row.... ...
    (microsoft.public.excel.programming)

Loading