I've got an insert trigger on a table that doesn't seem to be firing. The
trigger is an autonumber emulator, created by the SQL Server Browser (part
of the MS Access Upsizing Tools).
I tried using SQL Trace to see if it was being fired, but it doesn't show
any mention of it there. I also tried dropping and recreating the trigger.
Any suggestions on how to troubleshoot this problem?
Brian Baker