Hi !
I would like to insert a record into my SQL Server database with a stored procedure and catch the ID of this inserted row (SCOPE_IDENTITY()) to use it in another insert command.
Because I would like to execute those two select command the one after the other if the one didn't pass the other didn't pass too !
Any Idea ?
Thank you for helping me !