I have one stored procedure proc_in which the insert data to tbl table
proc_in
tbl
create table tbl(id int identity, val nvarchar(50)) create proce