I'd like to use an IDENTITY column instead of create a new GUID for the Time Tracker application.
I modified the sprocs to return the ID via SCOPE_IDENTITY(), but what steps would I need to take to incorporate the ID returned from the sproc as an output variable to the
VB code?