I created a SQL Trigger (SQL Server 2012) for "After Update". Very basic taking values from the "deleted" table and inserting some of them to an archiving table. When I debug it in Visual Studio 2019, it works perfectly. However, it doesn't work when being activated (if it even is) on the production app. I have another Trigger on the same database that works just fine and is way more complicated.
I know this isn't a whole lot of info to go on, but any suggestions on troubleshooting this issue would be appreciated?