Search notes:

SQL Server: datatype sql_variant

An sql_variant allows to store values of different data types. The concept of sql_variant is the same as that of the VBA datatype variant.

See also

The sql_variant_property function can be used to query an sql_variant value's base type and other properties.
SQL Server: Data types

Index