I have written a trigger that requires information that does not exist in the table being updated. I thought that if I could examine the properties in the connection string that was used to update the table, I could communicate the information to the trigger.
I have examined various system functions to no avail. I hope someone can shed some light on my problem.