I have following SQL Query
DECLARE @invoiceTable TABLE ( Id INT NOT NULL, CustName NVARCHAR(MAX) NOT NULL, FilteredRecords DEFAULT 0 NOT NULL ) Insert into @