Trigger on SQL Server Table to insert items in Sharepoint list -


we have custom sql server table data. whenever record gets created in table, need update sharepoint list information. thanks.

you can try using clr trigger , write list update code in there using sharepoint client library


Comments