J
Jim Light
How could I resolve the following concurreny problem, assuming that
this procedure is not written as one stored procedure in T-SQL, but as
two separate, dynamic SQL queries.
QUERY 1: Check if username is already taken, return value to signify
if taken or not.
If username if not already taken,
QUERY 2: Store username (and other user info).
Thank you.
Regards,
Jim Light
this procedure is not written as one stored procedure in T-SQL, but as
two separate, dynamic SQL queries.
QUERY 1: Check if username is already taken, return value to signify
if taken or not.
If username if not already taken,
QUERY 2: Store username (and other user info).
Thank you.
Regards,
Jim Light