Hi All,
I have column1 with datatype varchar(50) and in procedure I am taking bigint.when I check Execution plan then it convert bigint to varchar .
My question is any performance related issue while converting bigint to varchar in select procedure
Hi All,
I have column1 with datatype varchar(50) and in procedure I am taking bigint.when I check Execution plan then it convert bigint to varchar .
My question is any performance related issue while converting bigint to varchar in select procedure