Hello,
I'm trying to save something (with refetch=true). This something that I am saving is inserted with an INSTEAD OF trigger, unfortunately this seems to break llbl's refetch (which works using SCOPE_IDENTITY()).
SCOPE_IDENTITY returns null which screws everything up. Suggestions?