identification
is an attribute that specifies the type of data of any object.
Data Type
identification
SQL Server offers six categories of data types for your use which are
identification
Exact Numeric Data Types
identification
Exact Numeric Data Types
identification
Approximate Numeric Data Types
identification
Date and Time Data Types
identification
Character Strings Data Types
identification
Unicode Character Strings Data Types
identification
Binary Data Types
identification
Misc Data Types
identification
Approximate Numeric Data Types
identification
Date and Time Data Types
identification
Character Strings Data Types
identification
Unicode Character Strings Data Types
identification
Binary Data Types
identification
Misc Data Types
Data Types
Stores a result set for later processing
table
Data Types
Reference to a cursor object
cursor
Data Types
Stores XML data. You can store xml instances in a column or a variable (SQL Server 2005 only).
xml
Data Types
Stores a globally unique identifier (GUID)
uniqueidentifier
Data Types
Stores a database-wide unique number that gets updated every time a row gets updated
timestamp
Data Types
Stores values of various SQL Server-supported data types, except text, ntext, and timestamp.
sql_variant
Data Types
Maximum length of 2,147,483,647 bytes. ( Variable length Binary Data)
image
Data Types
Maximum length of 231 bytes (SQL Server 2005 only). (Variable length Binary data)
varbinary(max)