Execute Python Script in SQL Server trigger

618
1
11-02-2020 04:31 PM
DionO_Reilly
New Contributor III

I have a python script that I need to run when a record is inserted into our SDE layer.  Anyone have success executing a python script from an Insert Trigger or have another suggestion?

0 Kudos
1 Reply
nita14
by
Occasional Contributor III

Hi,

Hi,

I am afraid it is not supported. You need to try a regular SQL syntax to achieve this goal. Eventaully, if the updates go through REST API, you can try to develope Server Object Interception and implement the logic there.

BR,

Adam

0 Kudos