Large Objects
Large Object (LOB) support was enhanced significantly in SQL Server 2005. Support for LOBs in earlier versions of SQL Server was limited compared with regular datatypes, and their manipulation was awkward, to say the least. SQL Server 2005 introduces a unified programming model for regular datatypes and LOBs using a new MAX specifier for dynamic-length datatypes. The older LOB datatypes TEXT, NTEXT, and IMAGE are still supported for backward compatibility, but they will enter a deprecation process in a future version. SQL Server 2005 also introduces a new XML datatype (also a LOB) that allows you to store and manipulate XML data natively. Support for loading data from files is also enhanced with the introduction of the new BULK rowset ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access