Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Stored Procedure and Output value

$
0
0

Hi,
I have created a stored procedure with two outputs. The @RowsUpdated works fine, but I am struggling to get a value for @id_user. I have tried using   if EXISTS(SELECT @id_user = id_user from tbl_Users where us

Viewing all articles
Browse latest Browse all 3145

Trending Articles