Bulk Importing Large-Object Data
A data file can be bulk-imported as large-object data. The image, text and ntext data types were deprecated with Microsoft SQL Server 2005. The replacement data types are varbinary(max), varchar(max) and nvarchar(max) respectively.