I noticed that the stored procedures use @@IDENTITY instead of SCOPE_IDENTITY(). Is there any plan to change the procedures in a future release to use SCOPE_IDENTITY()?
I'd prefer not to modify the procedures if they will be changed in a future release.
Thanks