Hello all,
I have a SQL "When an item is modified(V2) trigger, i provide the server name and database name but when it comes to the table name, only 1 table shows out of the 20 or so in the server, anyone have an idea why that is ?
Thank you

Hello all,
I have a SQL "When an item is modified(V2) trigger, i provide the server name and database name but when it comes to the table name, only 1 table shows out of the 20 or so in the server, anyone have an idea why that is ?
Thank you
I figured it out, if you want to have a SQL trigger of "When an item is modified" make sure you have a rowversion column in your table and it will work