Loading Files
Loading Legacy Files into a SQL Table
Create an Empty SQL Table for the Legacy File
exec Utilities.CreateSubmissionFileTable
@DatabaseName = 'Generate', -- Your database name
@SchemaName = 'XX', -- Your schema name
@SubmissionYear = 2022, -- The report year
@ReportCode = '002', -- EdFacts File Number
@ReportLevel = 'LEA', -- 'SEA', 'LEA', 'SCH'
@Label = 'Legacy',
@ShowSQL = 0,
@CreatedTableName = NULLParameter
Description
Loading a Legacy File When BCP is Enabled
Parameter
Description
Loading a Legacy File When BCP is NOT Enabled
Loading Generate Files into a Table
Last updated
Was this helpful?