Accessing and Changing Relational Data

Using Special Data

Special data types are those that do not fit into any of the other data type categories. For example, to store data as 1 or 0 corresponding to yes or no values in a customer survey, use the bit data type. Microsoft® SQL Server™ 2000 has several data types that fit into this category:

See Also

CREATE FUNCTION

Data Types

DECLARE @local_variable

Special Data

SQL_VARIANT_PROPERTY

table