I have a trigger that fires on insert.
The trigger then fires off a Job using sp_start_job. which executes a stored procedure.
The stored procedure my trigger calls uses sp_OACreate
The account I use from my webapp doesn't have permission to sp_OACreate and I prefer not to.
The job owner is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.