I have a situation where when I update user I also have to keep track of all changes made to the user - sort of like activity log for the user table. This activity log is located in a different database on the same DB server. But when I wrap these 2 DB calls in a transaction scope I get an error.
So I was wondering if there is a way to bypass/resolve this issue?