CREATE TABLE [dbo].[fds__mfr_invoicefiles] ( [Id] BIGINT NOT NULL, [filename] VARCHAR (100) NOT NULL, [file] VARBINARY (MAX) NOT NULL );