CREATE BLOB TABLE
CREATE BLOB TABLE
will create a new table for holding BLOBS.
See also
Follows the same syntax as the CREATE TABLE … CLUSTERED clause.
WITH
Follows the same syntax as the clause with the following additional parameter.
blobs_path
The custom path for storing blob data as a string literal value or string parameter.