0

I need to call some java functions from sql server using a trigger. Is there any way to solve this requirement?, if yes, can you share it to me?,

I have already done this by Oracle , i have no idea about how to do this with ms-sql2012

  • take look at this [question](http://stackoverflow.com/questions/6652238/run-c-sharp-code-inside-a-sql-agent-job) – A4L Sep 27 '13 at 08:23
  • 1
    You should call an external process as noted in the link in @A4L's comment. Oracle accepts writing stored procedures using Java code, but SQL Server doesn't, it doesn't even allow writing anything on .net languages either. – Luiggi Mendoza Sep 27 '13 at 08:55

0 Answers0