Hello RickCole,
I follow your instruction and I also get an error. The error is: "Must declare the variable @nCount".
I rewrite this code as:
CREATE PROCEDURE L_sp_UniqueUserID
@szTableName varchar(20),
@szUID varchar(20) output
AS
declare @nCount smallint
declare @nLen smallint...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.