Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2005
 Transact-SQL Data Types
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All

Want more? Here are some additional resources on this topic:

SQL Server 2005 Books Online (November 2008)
Transact-SQL Data Types

Microsoft SQL Server 2005 introduces a new data type and has enhanced several of the existing SQL Server data types.

Data type Description

xml

Used to store XML data.

Data types Description

varchar(max)

Indicates that the maximum storage size for the varchar data type is 2^31-1 bytes.

nvarchar(max)

Indicates that the maximum storage size for the nvarchar data type is 2^31-1 bytes.

varbinary(max)

Indicates that the maximum storage size for the varbinary data type is 2^31-1 bytes.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker