I have an unusual problem, there is a field in my DB (SQL Azure) that is being changed but I can't work out where it is being changed from. I have created some DB triggers so I can log changes and see exactly when it changes but can't find the source.
Is there anything I can set up in code at a DB level so when the field changes I can log and hopefully get a call stack? The data access is primarily through NHibernate and I have set up events in there to trap that changes but it doesn't get shown, so it is either ourside of NH or somewhere else, which is why I want to monitor at DB level. Craig
