Hello everybody,

I am planning to create an Insert trigger in SQL Server 2000. I want to fire this trigger to call an external Java program, which will print data which is inserted into the table.
So in this case, I want to create a trigger where once it is fired, it will call pass one parameter to an external Java program and execute the program.

Can anyone please help me. Thank you alot.

Regards,
Cheongww