• Enable FILESTREAM in your database;

    Ensure your column is of VARBINARY(MAX) datatype, with FILESTREAM storage type, e.g.

    CREATE TABLE Archive.dbo.Records

    (

    [Id] [uniqueidentifier] ROWGUIDCOL NOT NULL UNIQUE,

    [SerialNumber] INTEGER UNIQUE,

    [Chart] VARBINARY(MAX) FILESTREAM NULL

    )

    GO

    ____________________________________________
    Space, the final frontier? not any more...
    All limits henceforth are self-imposed.
    “libera tute vulgaris ex”