Nuacht

Hi everyone,I have a stored procedure in MSSQL 2000 that inserts a new record in a table and then return the new identity.It works like that: BEGIN TRANSACTION (..) INSERT INTO tOutbox (ob_UID, ob ...