SQL Variant
Its data type
that stores values of various SQL Server-supported data types.
In certain
conditions where we are not sure about datatype we can define it as sql_variant
for testing purpose.
Its
supporting int,char and binary value but will not support char(max)/varchar(max)/nvarchar(max)
.