Link to home
Start Free TrialLog in
Avatar of paulCardiff
paulCardiff

asked on

Can i use a trigger in SQL 2005 to hit a url or update a file

Can i use a trigger in SQL 2005 to hit a url, call a webservice or update a file?

And if not can i get a trigger to run an exe located?
ASKER CERTIFIED SOLUTION
Avatar of Ashish Patel
Ashish Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of paulCardiff
paulCardiff

ASKER

Thanks for that though i must admit the exe was my plan b - as i was going to use the exe to hit a url/webservice.

But in the interests of avoiding that extra layer of maintenance is there anything simular for calling a url / webservice?
No there isnt any way of calling url or webservice.
what about using a sql agent or alt sql?
* sql? = sqlclr
I guess, not with sql agent too, and i am not sure about others.
actually the 2nd option of using your application exe is better way i think.
Ok thanks