I am facing issues while inserting data on table variable. I have created two table with same datatype,
1)@TableData
Now I am inserting same data on both tables, but I am getting error “Error converting data type varchar to numeric.” in @tableData but not in #temp. Please check below example.