diff --git a/src/upgrade/V7_2-to-V8_1.sql b/src/upgrade/V7_2-to-V8_1.sql deleted file mode 100644 index c098ed0..0000000 --- a/src/upgrade/V7_2-to-V8_1.sql +++ /dev/null @@ -1,46151 +0,0 @@ -/* - - Copyright 2021 Common Education Data Standards - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Common Education Data Standards (CEDS) - Version 8.1 - Integration Data Schema (IDS) - - Model database update script - - This script updates a IDS version 7.2 model database to version 8.1. - - - WARNING!!!! - This script is intended for use on a model database and should not - be used on a database that contains data. - - This script contains potentially breaking changes. Queries are included to preserve data. However, programming logic should be adjusted were necessary for these changes. - - Search for "WARNING!!!!" through this update script to see said changes and make necessary adjustments before executing. - - - The script was generated from a model database - hosted on a Microsoft SQL Server 2012 platform. - - Questions on this script can be sent to ceds@ed.gov - - More information on the data model is available at the CEDS website, - http://ceds.ed.gov, and the CEDS Open Source Community (OSC) site, - https://github.com/CEDStandards/CEDS-IDS. - -*/ - -PRINT N'--Drop FK and Unique statements' - -PRINT N'Dropping [dbo].[FK_Activity_Organization]...'; - - -GO -ALTER TABLE [dbo].[Activity] DROP CONSTRAINT [FK_Activity_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeCourse_RefCareerCluster]...'; - - -GO -ALTER TABLE [dbo].[AeCourse] DROP CONSTRAINT [FK_AeCourse_RefCareerCluster]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeProvider_Organization]...'; - - -GO -ALTER TABLE [dbo].[AeProvider] DROP CONSTRAINT [FK_AeProvider_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeProvider_RefLevelOfInstitution]...'; - - -GO -ALTER TABLE [dbo].[AeProvider] DROP CONSTRAINT [FK_AeProvider_RefLevelOfInstitution]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeStaff_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[AeStaff] DROP CONSTRAINT [FK_AeStaff_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeStaff_RefAeCertificationType]...'; - - -GO -ALTER TABLE [dbo].[AeStaff] DROP CONSTRAINT [FK_AeStaff_RefAeCertificationType]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeStaff_RefAeStaffClassification]...'; - - -GO -ALTER TABLE [dbo].[AeStaff] DROP CONSTRAINT [FK_AeStaff_RefAeStaffClassification]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeStaff_RefAeStaffEmploymentStatus]...'; - - -GO -ALTER TABLE [dbo].[AeStaff] DROP CONSTRAINT [FK_AeStaff_RefAeStaffEmploymentStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeStudentAcademicRecord_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[AeStudentAcademicRecord] DROP CONSTRAINT [FK_AeStudentAcademicRecord_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeStudentAcademicRecord_RefHighSchoolDiplomaType]...'; - - -GO -ALTER TABLE [dbo].[AeStudentAcademicRecord] DROP CONSTRAINT [FK_AeStudentAcademicRecord_RefHighSchoolDiplomaType]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeStudentAcademicRecord_RefProfTechnicalCredentialType]...'; - - -GO -ALTER TABLE [dbo].[AeStudentAcademicRecord] DROP CONSTRAINT [FK_AeStudentAcademicRecord_RefProfTechnicalCredentialType]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeStudentEmployment_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[AeStudentEmployment] DROP CONSTRAINT [FK_AeStudentEmployment_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeStudentEmployment_RefEmployedAfterExit]...'; - - -GO -ALTER TABLE [dbo].[AeStudentEmployment] DROP CONSTRAINT [FK_AeStudentEmployment_RefEmployedAfterExit]; - - -GO - -PRINT N'Dropping [dbo].[FK_AeStudentEmployment_RefEmployedWhileEnrolled]...'; - - -GO -ALTER TABLE [dbo].[AeStudentEmployment] DROP CONSTRAINT [FK_AeStudentEmployment_RefEmployedWhileEnrolled]; - - -GO - -PRINT N'Dropping [dbo].[FK_ApipInteraction_AssessmentItemApip]...'; - - -GO -ALTER TABLE [dbo].[ApipInteraction] DROP CONSTRAINT [FK_ApipInteraction_AssessmentItemApip]; - - -GO - -PRINT N'Dropping [dbo].[FK_ApipInteraction_RefAPIPInteractionType]...'; - - -GO -ALTER TABLE [dbo].[ApipInteraction] DROP CONSTRAINT [FK_ApipInteraction_RefAPIPInteractionType]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentItemBody_AssessmentItem1]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemApip] DROP CONSTRAINT [FK_AssessmentItemBody_AssessmentItem1]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentItemApipDescription_AssessmentItemApip]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemApipDescription] DROP CONSTRAINT [FK_AssessmentItemApipDescription_AssessmentItemApip]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentItemApipDescription_RefLanguage]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemApipDescription] DROP CONSTRAINT [FK_AssessmentItemApipDescription_RefLanguage]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentItemResponseTheory_AssessmentItem]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemResponseTheory] DROP CONSTRAINT [FK_AssessmentItemResponseTheory_AssessmentItem]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentItemResponseTheory_RefIRTDifficultyCategory]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemResponseTheory] DROP CONSTRAINT [FK_AssessmentItemResponseTheory_RefIRTDifficultyCategory]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentItemResponseTheory_RefIRTKappaAlgorithm]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemResponseTheory] DROP CONSTRAINT [FK_AssessmentItemResponseTheory_RefIRTKappaAlgorithm]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentParticipantSession_AssessmentRegistration]...'; - - -GO -ALTER TABLE [dbo].[AssessmentParticipantSession] DROP CONSTRAINT [FK_AssessmentParticipantSession_AssessmentRegistration]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegirstration_RefAssessmentForm]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegirstration_RefAssessmentForm]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_AssessmentAdministration]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_AssessmentAdministration]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_CourseSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_Organization]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_Person]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_Person2]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_Person2]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_RefAssessmentParticipationIndicator]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_RefAssessmentParticipationIndicator]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_RefAssessmentPurpose]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_RefAssessmentPurpose]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_RefAssessmentReasonNotCompleting]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_RefAssessmentReasonNotCompleting]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_RefAssessmentReasonNotTested]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_RefAssessmentReasonNotTested]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_RefAssessmentRegistrationCompletionStatus]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_RefAssessmentRegistrationCompletionStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_RefGradeLevel]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_RefGradeLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_RefGradeLevel1]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_RefGradeLevel1]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_RefOrganization1]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_RefOrganization1]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_RefOrganization2]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] DROP CONSTRAINT [FK_AssessmentRegistration_RefOrganization2]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentRegistration_Registration]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration_Accommodation] DROP CONSTRAINT [FK_AssessmentRegistration_Registration]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentResult_AssessmentRegistration]...'; - - -GO -ALTER TABLE [dbo].[AssessmentResult] DROP CONSTRAINT [FK_AssessmentResult_AssessmentRegistration]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentSubtest_CompetencyFrameworkItem_AssessmentSubtest]...'; - - -GO -ALTER TABLE [dbo].[AssessmentSubtest_CompetencyFrameworkItem] DROP CONSTRAINT [FK_AssessmentSubtest_CompetencyFrameworkItem_AssessmentSubtest]; - - -GO - -PRINT N'Dropping [dbo].[FK_AssessmentSubtest_CompetencyFrameworkItem_CompetencyFrameworkItem]...'; - - -GO -ALTER TABLE [dbo].[AssessmentSubtest_CompetencyFrameworkItem] DROP CONSTRAINT [FK_AssessmentSubtest_CompetencyFrameworkItem_CompetencyFrameworkItem]; - - -GO - -PRINT N'Dropping [dbo].[FK_BuildingSpaceUtilization_BuildingSpace]...'; - - -GO -ALTER TABLE [dbo].[BuildingSpaceUtilization] DROP CONSTRAINT [FK_BuildingSpaceUtilization_BuildingSpace]; - - -GO - -PRINT N'Dropping [dbo].[FK_BuildingSpaceUtilization_RefBuildingCommunityUseSpaceType]...'; - - -GO -ALTER TABLE [dbo].[BuildingSpaceUtilization] DROP CONSTRAINT [FK_BuildingSpaceUtilization_RefBuildingCommunityUseSpaceType]; - - -GO - -PRINT N'Dropping [dbo].[FK_BuildingSpaceUtilization_RefBuildingInstructionalSpaceFactorType]...'; - - -GO -ALTER TABLE [dbo].[BuildingSpaceUtilization] DROP CONSTRAINT [FK_BuildingSpaceUtilization_RefBuildingInstructionalSpaceFactorType]; - - -GO - -PRINT N'Dropping [dbo].[FK_Classroom_Location]...'; - - -GO -ALTER TABLE [dbo].[Classroom] DROP CONSTRAINT [FK_Classroom_Location]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyFrameworkItem_CompetencyFramework]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItem] DROP CONSTRAINT [FK_CompetencyFrameworkItem_CompetencyFramework]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyFrameworkItem_CompetencyFrameworkItem]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItem] DROP CONSTRAINT [FK_CompetencyFrameworkItem_CompetencyFrameworkItem]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyFrameworkItem_RefBloomsTaxonomyDomain]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItem] DROP CONSTRAINT [FK_CompetencyFrameworkItem_RefBloomsTaxonomyDomain]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyFrameworkItem_RefCompetencyFrameworkItemNodeAccessibilityProfile]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItem] DROP CONSTRAINT [FK_CompetencyFrameworkItem_RefCompetencyFrameworkItemNodeAccessibilityProfile]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyFrameworkItem_RefCompetencyFrameworkItemTestabilityType]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItem] DROP CONSTRAINT [FK_CompetencyFrameworkItem_RefCompetencyFrameworkItemTestabilityType]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyFrameworkItem_RefLanguage]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItem] DROP CONSTRAINT [FK_CompetencyFrameworkItem_RefLanguage]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyFrameworkItem_RefMultipleIntelligenceType]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItem] DROP CONSTRAINT [FK_CompetencyFrameworkItem_RefMultipleIntelligenceType]; - - -GO - -PRINT N'Dropping [dbo].[FK_CFItemAssociation_RefCompetencyFrameworkItemAssociation]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItemAssociation] DROP CONSTRAINT [FK_CFItemAssociation_RefCompetencyFrameworkItemAssociation]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyFrameworkItemAssociation_CompetencyFrameworkItem]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItemAssociation] DROP CONSTRAINT [FK_CompetencyFrameworkItemAssociation_CompetencyFrameworkItem]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyFrameworkItemAssociation_RefAssociatedEntityType]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItemAssociation] DROP CONSTRAINT [FK_CompetencyFrameworkItemAssociation_RefAssociatedEntityType]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyFrameworkItemEducationLevel_CompetencyFrameworkItem]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItemEducationLevel] DROP CONSTRAINT [FK_CompetencyFrameworkItemEducationLevel_CompetencyFrameworkItem]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyFrameworkItemEducationLevel_RefEducationLevel]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFrameworkItemEducationLevel] DROP CONSTRAINT [FK_CompetencyFrameworkItemEducationLevel_RefEducationLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyItem_CompetencySet_CompetencyFrameworkItem]...'; - - -GO -ALTER TABLE [dbo].[CompetencyItem_CompetencySet] DROP CONSTRAINT [FK_CompetencyItem_CompetencySet_CompetencyFrameworkItem]; - - -GO - -PRINT N'Dropping [dbo].[FK_CompetencyItem_CompetencySet_CompetencySet]...'; - - -GO -ALTER TABLE [dbo].[CompetencyItem_CompetencySet] DROP CONSTRAINT [FK_CompetencyItem_CompetencySet_CompetencySet]; - - -GO - -PRINT N'Dropping [dbo].[FK_Course_Organization]...'; - - -GO -ALTER TABLE [dbo].[Course] DROP CONSTRAINT [FK_Course_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_Course_RefCourseApplicableEducationLevel]...'; - - -GO -ALTER TABLE [dbo].[Course] DROP CONSTRAINT [FK_Course_RefCourseApplicableEducationLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_Course_RefCourseCreditUnit]...'; - - -GO -ALTER TABLE [dbo].[Course] DROP CONSTRAINT [FK_Course_RefCourseCreditUnit]; - - -GO - -PRINT N'Dropping [dbo].[FK_Course_RefCourseLevelCharacteristic]...'; - - -GO -ALTER TABLE [dbo].[Course] DROP CONSTRAINT [FK_Course_RefCourseLevelCharacteristic]; - - -GO - -PRINT N'Dropping [dbo].[FK_Course_RefLanguage]...'; - - -GO -ALTER TABLE [dbo].[Course] DROP CONSTRAINT [FK_Course_RefLanguage]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSection_Course]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] DROP CONSTRAINT [FK_CourseSection_Course]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSection_Organization]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] DROP CONSTRAINT [FK_CourseSection_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSection_OrganizationCalendarSession]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] DROP CONSTRAINT [FK_CourseSection_OrganizationCalendarSession]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSection_RefAdvancedPlacementCourseCodeId]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] DROP CONSTRAINT [FK_CourseSection_RefAdvancedPlacementCourseCodeId]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSection_RefCourseSectionDeliveryMode]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] DROP CONSTRAINT [FK_CourseSection_RefCourseSectionDeliveryMode]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSection_RefCourseSectionSingleSexClassStatus]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] DROP CONSTRAINT [FK_CourseSection_RefCourseSectionSingleSexClassStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSection_RefCreditTypeEarned]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] DROP CONSTRAINT [FK_CourseSection_RefCreditTypeEarned]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSection_RefLanguage]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] DROP CONSTRAINT [FK_CourseSection_RefLanguage]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSectionAssessmentReporting_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionAssessmentReporting] DROP CONSTRAINT [FK_CourseSectionAssessmentReporting_CourseSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSectionAssessmentReporting_RefCSAssessmentReportMethod]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionAssessmentReporting] DROP CONSTRAINT [FK_CourseSectionAssessmentReporting_RefCSAssessmentReportMethod]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSectionLevel_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionLevel] DROP CONSTRAINT [FK_CourseSectionLevel_CourseSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSectionLevel_RefCourseLevelType]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionLevel] DROP CONSTRAINT [FK_CourseSectionLevel_RefCourseLevelType]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSectionLocation_Classroom]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionLocation] DROP CONSTRAINT [FK_CourseSectionLocation_Classroom]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSectionLocation_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionLocation] DROP CONSTRAINT [FK_CourseSectionLocation_CourseSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSectionLocation_RefInstructionLocationType]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionLocation] DROP CONSTRAINT [FK_CourseSectionLocation_RefInstructionLocationType]; - - -GO - -PRINT N'Dropping [dbo].[FK_CourseSectionSchedule_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionSchedule] DROP CONSTRAINT [FK_CourseSectionSchedule_CourseSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_Credential_RefCareerCluster]...'; - - -GO -ALTER TABLE [dbo].[Credential] DROP CONSTRAINT [FK_Credential_RefCareerCluster]; - - -GO - -PRINT N'Dropping [dbo].[FK_Credential_RefCipCode]...'; - - -GO -ALTER TABLE [dbo].[Credential] DROP CONSTRAINT [FK_Credential_RefCipCode]; - - -GO - -PRINT N'Dropping [dbo].[FK_Credential_RefCredentialIntendedPurposeType]...'; - - -GO -ALTER TABLE [dbo].[Credential] DROP CONSTRAINT [FK_Credential_RefCredentialIntendedPurposeType]; - - -GO - -PRINT N'Dropping [dbo].[FK_Credential_RefCredentialStatusType]...'; - - -GO -ALTER TABLE [dbo].[Credential] DROP CONSTRAINT [FK_Credential_RefCredentialStatusType]; - - -GO - -PRINT N'Dropping [dbo].[FK_Credential_RefCredentialVerificationType]...'; - - -GO -ALTER TABLE [dbo].[Credential] DROP CONSTRAINT [FK_Credential_RefCredentialVerificationType]; - - -GO - -PRINT N'Dropping [dbo].[FK_Credential_RefONETSOCOccupationType]...'; - - -GO -ALTER TABLE [dbo].[Credential] DROP CONSTRAINT [FK_Credential_RefONETSOCOccupationType]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialAward_Credential]...'; - - -GO -ALTER TABLE [dbo].[CredentialAward] DROP CONSTRAINT [FK_CredentialAward_Credential]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialAward_CredentialIssuer]...'; - - -GO -ALTER TABLE [dbo].[CredentialAward] DROP CONSTRAINT [FK_CredentialAward_CredentialIssuer]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialAward_Person]...'; - - -GO -ALTER TABLE [dbo].[CredentialAward] DROP CONSTRAINT [FK_CredentialAward_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialAwardCredit_CredentialAward]...'; - - -GO -ALTER TABLE [dbo].[CredentialAwardCredit] DROP CONSTRAINT [FK_CredentialAwardCredit_CredentialAward]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialAwardCredit_CredentialCriteriaCourse]...'; - - -GO -ALTER TABLE [dbo].[CredentialAwardCredit] DROP CONSTRAINT [FK_CredentialAwardCredit_CredentialCriteriaCourse]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialAwardEvidence_CredentialAward]...'; - - -GO -ALTER TABLE [dbo].[CredentialAwardEvidence] DROP CONSTRAINT [FK_CredentialAwardEvidence_CredentialAward]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialCategory_Credential]...'; - - -GO -ALTER TABLE [dbo].[CredentialCategory] DROP CONSTRAINT [FK_CredentialCategory_Credential]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialCreator_Organization]...'; - - -GO -ALTER TABLE [dbo].[CredentialCreator] DROP CONSTRAINT [FK_CredentialCreator_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialCreator_RefCTDLOrganizationType]...'; - - -GO -ALTER TABLE [dbo].[CredentialCreator] DROP CONSTRAINT [FK_CredentialCreator_RefCTDLOrganizationType]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialCreatorCredential_Credential]...'; - - -GO -ALTER TABLE [dbo].[CredentialCreatorCredential] DROP CONSTRAINT [FK_CredentialCreatorCredential_Credential]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialCreatorCredential_CredentialCreator]...'; - - -GO -ALTER TABLE [dbo].[CredentialCreatorCredential] DROP CONSTRAINT [FK_CredentialCreatorCredential_CredentialCreator]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialCriteria_CompetencySet]...'; - - -GO -ALTER TABLE [dbo].[CredentialCriteria] DROP CONSTRAINT [FK_CredentialCriteria_CompetencySet]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialCriteria_Credential]...'; - - -GO -ALTER TABLE [dbo].[CredentialCriteria] DROP CONSTRAINT [FK_CredentialCriteria_Credential]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialCriteria_RefCredentialAssessmentMethodType]...'; - - -GO -ALTER TABLE [dbo].[CredentialCriteria] DROP CONSTRAINT [FK_CredentialCriteria_RefCredentialAssessmentMethodType]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialCriteriaCourse_Course]...'; - - -GO -ALTER TABLE [dbo].[CredentialCriteriaCourse] DROP CONSTRAINT [FK_CredentialCriteriaCourse_Course]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialCriteriaCourse_CredentialCriteria]...'; - - -GO -ALTER TABLE [dbo].[CredentialCriteriaCourse] DROP CONSTRAINT [FK_CredentialCriteriaCourse_CredentialCriteria]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialIdentifier_Credential]...'; - - -GO -ALTER TABLE [dbo].[CredentialIdentifier] DROP CONSTRAINT [FK_CredentialIdentifier_Credential]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialIdentifier_RefCredentialIdentifierSystem]...'; - - -GO -ALTER TABLE [dbo].[CredentialIdentifier] DROP CONSTRAINT [FK_CredentialIdentifier_RefCredentialIdentifierSystem]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialIssuer_Organization]...'; - - -GO -ALTER TABLE [dbo].[CredentialIssuer] DROP CONSTRAINT [FK_CredentialIssuer_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialIssuer_RefCTDLOrganizationType]...'; - - -GO -ALTER TABLE [dbo].[CredentialIssuer] DROP CONSTRAINT [FK_CredentialIssuer_RefCTDLOrganizationType]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialIssuerCredential_Credential]...'; - - -GO -ALTER TABLE [dbo].[CredentialIssuerCredential] DROP CONSTRAINT [FK_CredentialIssuerCredential_Credential]; - - -GO - -PRINT N'Dropping [dbo].[FK_CredentialIssuerCredential_CredentialIssuer]...'; - - -GO -ALTER TABLE [dbo].[CredentialIssuerCredential] DROP CONSTRAINT [FK_CredentialIssuerCredential_CredentialIssuer]; - - -GO - -PRINT N'Dropping [dbo].[FK_CteCourse_Course]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] DROP CONSTRAINT [FK_CteCourse_Course]; - - -GO - -PRINT N'Dropping [dbo].[FK_CteCourse_RefAdditionalCreditType]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] DROP CONSTRAINT [FK_CteCourse_RefAdditionalCreditType]; - - -GO - -PRINT N'Dropping [dbo].[FK_CteCourse_RefCareerCluster]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] DROP CONSTRAINT [FK_CteCourse_RefCareerCluster]; - - -GO - -PRINT N'Dropping [dbo].[FK_CteCourse_RefCourseGpaApplicability]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] DROP CONSTRAINT [FK_CteCourse_RefCourseGpaApplicability]; - - -GO - -PRINT N'Dropping [dbo].[FK_CteCourse_RefCreditTypeEarned]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] DROP CONSTRAINT [FK_CteCourse_RefCreditTypeEarned]; - - -GO - -PRINT N'Dropping [dbo].[FK_CteCourse_RefCurriculumFrameworkType]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] DROP CONSTRAINT [FK_CteCourse_RefCurriculumFrameworkType]; - - -GO - -PRINT N'Dropping [dbo].[FK_CteCourse_RefSCEDCourseLevel]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] DROP CONSTRAINT [FK_CteCourse_RefSCEDCourseLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_CteCourse_RefSCEDCourseSubjectArea]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] DROP CONSTRAINT [FK_CteCourse_RefSCEDCourseSubjectArea]; - - -GO - -PRINT N'Dropping [dbo].[FK_CteStudentAcademicRecord_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[CteStudentAcademicRecord] DROP CONSTRAINT [FK_CteStudentAcademicRecord_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_CteStudentAcademicRecord_RefProfessionalTechnicalCredential]...'; - - -GO -ALTER TABLE [dbo].[CteStudentAcademicRecord] DROP CONSTRAINT [FK_CteStudentAcademicRecord_RefProfessionalTechnicalCredential]; - - -GO - -PRINT N'Dropping [dbo].[FK_EarlyChildhoodCredential_PersonCredential]...'; - - -GO -ALTER TABLE [dbo].[EarlyChildhoodCredential] DROP CONSTRAINT [FK_EarlyChildhoodCredential_PersonCredential]; - - -GO - -PRINT N'Dropping [dbo].[FK_EarlyChildhoodCredential_RefEarlyChildhoodCredential]...'; - - -GO -ALTER TABLE [dbo].[EarlyChildhoodCredential] DROP CONSTRAINT [FK_EarlyChildhoodCredential_RefEarlyChildhoodCredential]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildDemographic_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildDemographic] DROP CONSTRAINT [FK_ELChildDemographic_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildDevelopmentalAssessment_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildDevelopmentalAssessment] DROP CONSTRAINT [FK_ELChildDevelopmentalAssessment_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildDevelopmentalAssessment_RefChildDevelopmentalScreeningStatus]...'; - - -GO -ALTER TABLE [dbo].[ELChildDevelopmentalAssessment] DROP CONSTRAINT [FK_ELChildDevelopmentalAssessment_RefChildDevelopmentalScreeningStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildDevelopmentalAssessment_RefDevelopmentalEvaluationFinding]...'; - - -GO -ALTER TABLE [dbo].[ELChildDevelopmentalAssessment] DROP CONSTRAINT [FK_ELChildDevelopmentalAssessment_RefDevelopmentalEvaluationFinding]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildHealth_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildHealth] DROP CONSTRAINT [FK_ELChildHealth_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildHealth_RefScheduledWellChildScreening]...'; - - -GO -ALTER TABLE [dbo].[ELChildHealth] DROP CONSTRAINT [FK_ELChildHealth_RefScheduledWellChildScreening]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildIndividualizedProgram_IndividualizedProgram]...'; - - -GO -ALTER TABLE [dbo].[ELChildIndividualizedProgram] DROP CONSTRAINT [FK_ELChildIndividualizedProgram_IndividualizedProgram]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildIndividualizedProgram_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildIndividualizedProgram] DROP CONSTRAINT [FK_ELChildIndividualizedProgram_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildIndividualizedProgram_RefIDEAIEPStatus]...'; - - -GO -ALTER TABLE [dbo].[ELChildIndividualizedProgram] DROP CONSTRAINT [FK_ELChildIndividualizedProgram_RefIDEAIEPStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildIndividualizedProgram_RefIDEAPartCEligibilityCategory]...'; - - -GO -ALTER TABLE [dbo].[ELChildIndividualizedProgram] DROP CONSTRAINT [FK_ELChildIndividualizedProgram_RefIDEAPartCEligibilityCategory]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildOutcomeSummary_COSRatingA]...'; - - -GO -ALTER TABLE [dbo].[ELChildOutcomeSummary] DROP CONSTRAINT [FK_ELChildOutcomeSummary_COSRatingA]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildOutcomeSummary_COSRatingB]...'; - - -GO -ALTER TABLE [dbo].[ELChildOutcomeSummary] DROP CONSTRAINT [FK_ELChildOutcomeSummary_COSRatingB]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildOutcomeSummary_COSRatingC]...'; - - -GO -ALTER TABLE [dbo].[ELChildOutcomeSummary] DROP CONSTRAINT [FK_ELChildOutcomeSummary_COSRatingC]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildOutcomeSummary_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildOutcomeSummary] DROP CONSTRAINT [FK_ELChildOutcomeSummary_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildProgramEligibility_OrgPersonRole]...'; - - -GO -ALTER TABLE [dbo].[ELChildProgramEligibility] DROP CONSTRAINT [FK_ELChildProgramEligibility_OrgPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildService_OrgPersonRole]...'; - - -GO -ALTER TABLE [dbo].[ELChildService] DROP CONSTRAINT [FK_ELChildService_OrgPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildService_RefEarlyChildhoodServicesOffered]...'; - - -GO -ALTER TABLE [dbo].[ELChildService] DROP CONSTRAINT [FK_ELChildService_RefEarlyChildhoodServicesOffered]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildService_RefEarlyChildhoodServicesReceived]...'; - - -GO -ALTER TABLE [dbo].[ELChildService] DROP CONSTRAINT [FK_ELChildService_RefEarlyChildhoodServicesReceived]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildService_RefELServiceType]...'; - - -GO -ALTER TABLE [dbo].[ELChildService] DROP CONSTRAINT [FK_ELChildService_RefELServiceType]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildServicesApplication_OrgPersonRole]...'; - - -GO -ALTER TABLE [dbo].[ELChildServicesApplication] DROP CONSTRAINT [FK_ELChildServicesApplication_OrgPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildIDEA_IndividualizedProgram]...'; - - -GO -ALTER TABLE [dbo].[ELChildTransitionPlan] DROP CONSTRAINT [FK_ELChildIDEA_IndividualizedProgram]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildIDEA_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildTransitionPlan] DROP CONSTRAINT [FK_ELChildIDEA_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELChildIDEA_RefReasonDelayTransitionConf]...'; - - -GO -ALTER TABLE [dbo].[ELChildTransitionPlan] DROP CONSTRAINT [FK_ELChildIDEA_RefReasonDelayTransitionConf]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELClassSection_Organization]...'; - - -GO -ALTER TABLE [dbo].[ELClassSection] DROP CONSTRAINT [FK_ELClassSection_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELClassSection_RefEnvironmentSetting]...'; - - -GO -ALTER TABLE [dbo].[ELClassSection] DROP CONSTRAINT [FK_ELClassSection_RefEnvironmentSetting]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELClassSection_RefServiceOption]...'; - - -GO -ALTER TABLE [dbo].[ELClassSection] DROP CONSTRAINT [FK_ELClassSection_RefServiceOption]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELClassSectionService_ELClassSection]...'; - - -GO -ALTER TABLE [dbo].[ELClassSectionService] DROP CONSTRAINT [FK_ELClassSectionService_ELClassSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELClassSectionService_RefELGroupSizeStandardMet]...'; - - -GO -ALTER TABLE [dbo].[ELClassSectionService] DROP CONSTRAINT [FK_ELClassSectionService_RefELGroupSizeStandardMet]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELClassSectionService_RefFrequencyOfServiceId]...'; - - -GO -ALTER TABLE [dbo].[ELClassSectionService] DROP CONSTRAINT [FK_ELClassSectionService_RefFrequencyOfServiceId]; - - -GO - -PRINT N'Dropping [dbo].[FK_EcProgramEnrollment_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] DROP CONSTRAINT [FK_EcProgramEnrollment_OrganizationPerson]; - - -GO - -PRINT N'Dropping [dbo].[FK_ElEnrollment_ELClassSection]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] DROP CONSTRAINT [FK_ElEnrollment_ELClassSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELEnrollment_RefELFederalFundingType]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] DROP CONSTRAINT [FK_ELEnrollment_RefELFederalFundingType]; - - -GO - -PRINT N'Dropping [dbo].[FK_ElEnrollment_RefFoodServiceParticipation]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] DROP CONSTRAINT [FK_ElEnrollment_RefFoodServiceParticipation]; - - -GO - -PRINT N'Dropping [dbo].[FK_ElEnrollment_RefIDEAEnvironmentEL]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] DROP CONSTRAINT [FK_ElEnrollment_RefIDEAEnvironmentEL]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELEnrollment_RefServiceOption]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] DROP CONSTRAINT [FK_ELEnrollment_RefServiceOption]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganization_Organization]...'; - - -GO -ALTER TABLE [dbo].[ELOrganization] DROP CONSTRAINT [FK_ELOrganization_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganization_RefProfitStatus]...'; - - -GO -ALTER TABLE [dbo].[ELOrganization] DROP CONSTRAINT [FK_ELOrganization_RefProfitStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganizationAvailability_Organization1]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationAvailability] DROP CONSTRAINT [FK_ELOrganizationAvailability_Organization1]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganizationAvailability_RefEnvironmentSetting]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationAvailability] DROP CONSTRAINT [FK_ELOrganizationAvailability_RefEnvironmentSetting]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganizationAvailability_RefPopulationServed]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationAvailability] DROP CONSTRAINT [FK_ELOrganizationAvailability_RefPopulationServed]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganizationAvailability_RefServiceOption]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationAvailability] DROP CONSTRAINT [FK_ELOrganizationAvailability_RefServiceOption]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganizationFunds_Organization]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] DROP CONSTRAINT [FK_ELOrganizationFunds_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganizationFunds_RefBillableBasisType]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] DROP CONSTRAINT [FK_ELOrganizationFunds_RefBillableBasisType]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganizationFunds_RefELFederalFundingType]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] DROP CONSTRAINT [FK_ELOrganizationFunds_RefELFederalFundingType]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganizationFunds_RefELLocalRevenueSource]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] DROP CONSTRAINT [FK_ELOrganizationFunds_RefELLocalRevenueSource]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganizationFunds_RefELOtherFederalFundingSources]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] DROP CONSTRAINT [FK_ELOrganizationFunds_RefELOtherFederalFundingSources]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganizationFunds_RefELStateRevenueSource]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] DROP CONSTRAINT [FK_ELOrganizationFunds_RefELStateRevenueSource]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELOrganizationFunds_RefReimbursementType]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] DROP CONSTRAINT [FK_ELOrganizationFunds_RefReimbursementType]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELServicePartner_Organization]...'; - - -GO -ALTER TABLE [dbo].[ELServicePartner] DROP CONSTRAINT [FK_ELServicePartner_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaff_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[ELStaff] DROP CONSTRAINT [FK_ELStaff_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaff_RefChildDevAssociateType]...'; - - -GO -ALTER TABLE [dbo].[ELStaff] DROP CONSTRAINT [FK_ELStaff_RefChildDevAssociateType]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaffAssignment_OrgPersonRole]...'; - - -GO -ALTER TABLE [dbo].[ELStaffAssignment] DROP CONSTRAINT [FK_ELStaffAssignment_OrgPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaff_RefELLevelOfSpecialization]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEducation] DROP CONSTRAINT [FK_ELStaff_RefELLevelOfSpecialization]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaffEducation_ELStaff]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEducation] DROP CONSTRAINT [FK_ELStaffEducation_ELStaff]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaffEducation_RefELPDTopicArea]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEducation] DROP CONSTRAINT [FK_ELStaffEducation_RefELPDTopicArea]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaffEmployment_RefELEducationStaffClassification]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] DROP CONSTRAINT [FK_ELStaffEmployment_RefELEducationStaffClassification]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaffEmployment_RefELEmploymentSeparationReason]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] DROP CONSTRAINT [FK_ELStaffEmployment_RefELEmploymentSeparationReason]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaffEmployment_RefELServiceProfessionalStaffClassification]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] DROP CONSTRAINT [FK_ELStaffEmployment_RefELServiceProfessionalStaffClassification]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaffEmployment_RefEmploymentStatus]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] DROP CONSTRAINT [FK_ELStaffEmployment_RefEmploymentStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaffEmployment_RefWageCollectionMethod]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] DROP CONSTRAINT [FK_ELStaffEmployment_RefWageCollectionMethod]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaffEmployment_RefWageVerification]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] DROP CONSTRAINT [FK_ELStaffEmployment_RefWageVerification]; - - -GO - -PRINT N'Dropping [dbo].[FK_ELStaffEmployment_StaffEmployment]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] DROP CONSTRAINT [FK_ELStaffEmployment_StaffEmployment]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityFinancial_FacilityLease]...'; - - -GO -ALTER TABLE [dbo].[FacilityFinancial] DROP CONSTRAINT [FK_FacilityFinancial_FacilityLease]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityFinancial_FacilityMortgage]...'; - - -GO -ALTER TABLE [dbo].[FacilityFinancial] DROP CONSTRAINT [FK_FacilityFinancial_FacilityMortgage]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityFinancial_FacilityMortgageFee]...'; - - -GO -ALTER TABLE [dbo].[FacilityFinancial] DROP CONSTRAINT [FK_FacilityFinancial_FacilityMortgageFee]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityFinancial_OrganizationFinancial]...'; - - -GO -ALTER TABLE [dbo].[FacilityFinancial] DROP CONSTRAINT [FK_FacilityFinancial_OrganizationFinancial]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityManagement_Facility]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] DROP CONSTRAINT [FK_FacilityManagement_Facility]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityManagement_RefBuildingCharterSchoolRealtyAccessType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] DROP CONSTRAINT [FK_FacilityManagement_RefBuildingCharterSchoolRealtyAccessType]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityManagement_RefBuildingCleaningStandardType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] DROP CONSTRAINT [FK_FacilityManagement_RefBuildingCleaningStandardType]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityManagement_RefFacilityCapitalProgramMgmtType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] DROP CONSTRAINT [FK_FacilityManagement_RefFacilityCapitalProgramMgmtType]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityManagement_RefFacilityComplianceAgencyType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] DROP CONSTRAINT [FK_FacilityManagement_RefFacilityComplianceAgencyType]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityManagement_RefFacilityOperationsMgmtType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] DROP CONSTRAINT [FK_FacilityManagement_RefFacilityOperationsMgmtType]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityManagementPlan_FacilityManagement]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagementPlan] DROP CONSTRAINT [FK_FacilityManagementPlan_FacilityManagement]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityManagementPlan_RefFacilitiesMgmtEmergencyType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagementPlan] DROP CONSTRAINT [FK_FacilityManagementPlan_RefFacilitiesMgmtEmergencyType]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityManagementPlan_RefFacilitiesPlanType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagementPlan] DROP CONSTRAINT [FK_FacilityManagementPlan_RefFacilitiesPlanType]; - - -GO - -PRINT N'Dropping [dbo].[FK_FacilityUtilization_Facility]...'; - - -GO -ALTER TABLE [dbo].[FacilityUtilization] DROP CONSTRAINT [FK_FacilityUtilization_Facility]; - - -GO - -PRINT N'Dropping [dbo].[FK_IEPPresentLevel_IndividualizedProgram]...'; - - -GO -ALTER TABLE [dbo].[IEPPresentLevel] DROP CONSTRAINT [FK_IEPPresentLevel_IndividualizedProgram]; - - -GO - -PRINT N'Dropping [dbo].[FK_IncidentPerson_Incident]...'; - - -GO -ALTER TABLE [dbo].[IncidentPerson] DROP CONSTRAINT [FK_IncidentPerson_Incident]; - - -GO - -PRINT N'Dropping [dbo].[FK_IncidentPerson_Person]...'; - - -GO -ALTER TABLE [dbo].[IncidentPerson] DROP CONSTRAINT [FK_IncidentPerson_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_IncidentPerson_RefIncidentPersonRoleType]...'; - - -GO -ALTER TABLE [dbo].[IncidentPerson] DROP CONSTRAINT [FK_IncidentPerson_RefIncidentPersonRoleType]; - - -GO - -PRINT N'Dropping [dbo].[FK_IncidentPerson_RefIncidentPersonType]...'; - - -GO -ALTER TABLE [dbo].[IncidentPerson] DROP CONSTRAINT [FK_IncidentPerson_RefIncidentPersonType]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_OrganizationFinancial]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_OrganizationFinancial]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSFASBFinancialPosition]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBFinancialPosition]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSFASBFunctionalExpense]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBFunctionalExpense]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSFASBPellGrantTransactions]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBPellGrantTransactions]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSFASBRevenue]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBRevenue]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSFASBRevenueRestriction]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBRevenueRestriction]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSFASBScholarshipsandFellowshipsRevenue]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBScholarshipsandFellowshipsRevenue]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSGASBFinancialPosition]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBFinancialPosition]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSGASBFunctionalExpense]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBFunctionalExpense]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSGASBRevenue]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBRevenue]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSGASBScholarshipsandFellowshipsRevenue]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBScholarshipsandFellowshipsRevenue]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSIntercollegiateAthleticsExpenses]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSIntercollegiateAthleticsExpenses]; - - -GO - -PRINT N'Dropping [dbo].[FK_IPEDSFinance_RefIPEDSNaturalExpense]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] DROP CONSTRAINT [FK_IPEDSFinance_RefIPEDSNaturalExpense]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_Course]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_Course]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_RefAdditionalCreditType]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_RefAdditionalCreditType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_RefBlendedLearningModel]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_RefBlendedLearningModel]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_RefCareerCluster]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_RefCareerCluster]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_RefCourseGPAApplicability]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_RefCourseGPAApplicability]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_RefCourseInteractionMode]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_RefCourseInteractionMode]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_RefCreditTypeEarned]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_RefCreditTypeEarned]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_RefCurriculumFrameworkType]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_RefCurriculumFrameworkType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_RefK12EndOfCourseRequirement]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_RefK12EndOfCourseRequirement]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_RefSCEDCourseLevel]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_RefSCEDCourseLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_RefSCEDCourseSubjectArea]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_RefSCEDCourseSubjectArea]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Course_RefWorkbasedLearningOpportunityType]...'; - - -GO -ALTER TABLE [dbo].[K12Course] DROP CONSTRAINT [FK_K12Course_RefWorkbasedLearningOpportunityType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Lea_Organization]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] DROP CONSTRAINT [FK_K12Lea_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Lea_RefCharterLeaStatus]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] DROP CONSTRAINT [FK_K12Lea_RefCharterLeaStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Lea_RefLEAImprovementStatus]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] DROP CONSTRAINT [FK_K12Lea_RefLEAImprovementStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Lea_RefLeaType]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] DROP CONSTRAINT [FK_K12Lea_RefLeaType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Lea_RefPublicSchoolChoiceStatus]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] DROP CONSTRAINT [FK_K12Lea_RefPublicSchoolChoiceStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAFederalFunds_OrganizationCalendarSession]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalFunds] DROP CONSTRAINT [FK_K12LEAFederalFunds_OrganizationCalendarSession]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAFederalFunds_RefRLISProgramUse]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalFunds] DROP CONSTRAINT [FK_K12LEAFederalFunds_RefRLISProgramUse]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAFederalReporting_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalReporting] DROP CONSTRAINT [FK_K12LEAFederalReporting_K12Lea]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAFederalReporting_RefBarrierToEducatingHomeless]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalReporting] DROP CONSTRAINT [FK_K12LEAFederalReporting_RefBarrierToEducatingHomeless]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAFederalReporting_RefIntegratedTechnologyStatus]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalReporting] DROP CONSTRAINT [FK_K12LEAFederalReporting_RefIntegratedTechnologyStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LeaPreKEligibility_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaPreKEligibility] DROP CONSTRAINT [FK_K12LeaPreKEligibility_K12Lea]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LeaPreKEligibility_RefPrekindergartenEligibility]...'; - - -GO -ALTER TABLE [dbo].[K12LeaPreKEligibility] DROP CONSTRAINT [FK_K12LeaPreKEligibility_RefPrekindergartenEligibility]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAPreKEligibleAgesIDEA_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaPreKEligibleAgesIDEA] DROP CONSTRAINT [FK_K12LEAPreKEligibleAgesIDEA_K12Lea]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAPreKEligibleAgesIDEA_RefPreKEligibleAgesNonIDEA]...'; - - -GO -ALTER TABLE [dbo].[K12LeaPreKEligibleAgesIDEA] DROP CONSTRAINT [FK_K12LEAPreKEligibleAgesIDEA_RefPreKEligibleAgesNonIDEA]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LeaSafeDrugFree_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaSafeDrugFree] DROP CONSTRAINT [FK_K12LeaSafeDrugFree_K12Lea]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEATitleIIIProfessionalDev_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaTitleIIIProfessionalDevelopment] DROP CONSTRAINT [FK_K12LEATitleIIIProfessionalDev_K12Lea]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEATitleIIIProfessionalDev_TitleIIIProfessionalDevType]...'; - - -GO -ALTER TABLE [dbo].[K12LeaTitleIIIProfessionalDevelopment] DROP CONSTRAINT [FK_K12LEATitleIIIProfessionalDev_TitleIIIProfessionalDevType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEATitleISupportService_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaTitleISupportService] DROP CONSTRAINT [FK_K12LEATitleISupportService_K12Lea]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEATitleISupportService_RefK12LEATitleISupportService]...'; - - -GO -ALTER TABLE [dbo].[K12LeaTitleISupportService] DROP CONSTRAINT [FK_K12LEATitleISupportService_RefK12LEATitleISupportService]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LeaProgramOrService_Organization]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] DROP CONSTRAINT [FK_K12LeaProgramOrService_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAProgramOrService_RefMEPProjectType]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] DROP CONSTRAINT [FK_K12LEAProgramOrService_RefMEPProjectType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAProgramOrService_RefMEPSessionType]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] DROP CONSTRAINT [FK_K12LEAProgramOrService_RefMEPSessionType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAProgramOrService_RefProgramDayLength]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] DROP CONSTRAINT [FK_K12LEAProgramOrService_RefProgramDayLength]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAProgramOrService_RefProgramDayLength1]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] DROP CONSTRAINT [FK_K12LEAProgramOrService_RefProgramDayLength1]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAProgramOrService_RefProgramGiftedEligibility]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] DROP CONSTRAINT [FK_K12LEAProgramOrService_RefProgramGiftedEligibility]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAProgramOrService_RefTitleIInstructServices]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] DROP CONSTRAINT [FK_K12LEAProgramOrService_RefTitleIInstructServices]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12LEAProgramOrService_RefTitleIProgramType]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] DROP CONSTRAINT [FK_K12LEAProgramOrService_RefTitleIProgramType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Sea_Organization]...'; - - -GO -ALTER TABLE [dbo].[K12Sea] DROP CONSTRAINT [FK_K12Sea_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12SEA_RefStateANSICode]...'; - - -GO -ALTER TABLE [dbo].[K12Sea] DROP CONSTRAINT [FK_K12SEA_RefStateANSICode]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12SEAAlternateFundUse_K12SEAFederalFunds]...'; - - -GO -ALTER TABLE [dbo].[K12SeaAlternateFundUse] DROP CONSTRAINT [FK_K12SEAAlternateFundUse_K12SEAFederalFunds]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12SEAAlternateFundUse_RefAlternateFundUses]...'; - - -GO -ALTER TABLE [dbo].[K12SeaAlternateFundUse] DROP CONSTRAINT [FK_K12SEAAlternateFundUse_RefAlternateFundUses]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12SEAFederalFunds_K12SEA]...'; - - -GO -ALTER TABLE [dbo].[K12SeaFederalFunds] DROP CONSTRAINT [FK_K12SEAFederalFunds_K12SEA]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StaffEmployment_RefEduStaffClassification]...'; - - -GO -ALTER TABLE [dbo].[K12StaffEmployment] DROP CONSTRAINT [FK_K12StaffEmployment_RefEduStaffClassification]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StaffEmployment_RefEmploymentStatus]...'; - - -GO -ALTER TABLE [dbo].[K12StaffEmployment] DROP CONSTRAINT [FK_K12StaffEmployment_RefEmploymentStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StaffEmployment_StaffEmployment]...'; - - -GO -ALTER TABLE [dbo].[K12StaffEmployment] DROP CONSTRAINT [FK_K12StaffEmployment_StaffEmployment]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentAcademicRecord_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] DROP CONSTRAINT [FK_K12StudentAcademicRecord_OrganizationPerson]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentAcademicRecord_RefGpaWeightedIndicator]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] DROP CONSTRAINT [FK_K12StudentAcademicRecord_RefGpaWeightedIndicator]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentAcademicRecord_RefHighSchoolDiplomaType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] DROP CONSTRAINT [FK_K12StudentAcademicRecord_RefHighSchoolDiplomaType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentAcademicRecord_RefHSDiplomaDistinctionType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] DROP CONSTRAINT [FK_K12StudentAcademicRecord_RefHSDiplomaDistinctionType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentAcademicRecord_RefPreAndPostTestIndicator]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] DROP CONSTRAINT [FK_K12StudentAcademicRecord_RefPreAndPostTestIndicator]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentAcademicRecord_RefProfessionalTechnicalCredential]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] DROP CONSTRAINT [FK_K12StudentAcademicRecord_RefProfessionalTechnicalCredential]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentAcademicRecord_RefProgressLevel]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] DROP CONSTRAINT [FK_K12StudentAcademicRecord_RefProgressLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentAcademicRecord_RefPSEnrollmentAction]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] DROP CONSTRAINT [FK_K12StudentAcademicRecord_RefPSEnrollmentAction]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentAcademicRecord_RefTechnologyLiteracyStatus]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] DROP CONSTRAINT [FK_K12StudentAcademicRecord_RefTechnologyLiteracyStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentActivity_OrgPersonRole]...'; - - -GO -ALTER TABLE [dbo].[K12StudentActivity] DROP CONSTRAINT [FK_K12StudentActivity_OrgPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentActivity_RefActivityTimeMeasurementType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentActivity] DROP CONSTRAINT [FK_K12StudentActivity_RefActivityTimeMeasurementType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCohort_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCohort] DROP CONSTRAINT [FK_K12StudentCohort_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection _RefCourseGpaApplicability]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection _RefCourseGpaApplicability]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_OrganizationPerson]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_RefAdditionalCreditType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_RefAdditionalCreditType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_RefCourseRepeatCode]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_RefCourseRepeatCode]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_RefCourseSectionEnrollmentStatusType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_RefCourseSectionEnrollmentStatusType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_RefCourseSectionEntryType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_RefCourseSectionEntryType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_RefCourseSectionExitType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_RefCourseSectionExitType]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_RefCreditTypeEarned]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_RefCreditTypeEarned]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_RefExitOrWithdrawalStatus]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_RefExitOrWithdrawalStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_RefGradeLevel]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_RefGradeLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_RefPreAndPostTestIndicator]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_RefPreAndPostTestIndicator]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_RefProgressLevel]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_RefProgressLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSectionMark_K12StudentCourseSection]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSectionMark] DROP CONSTRAINT [FK_K12StudentCourseSectionMark_K12StudentCourseSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentEmployment_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[K12StudentEmployment] DROP CONSTRAINT [FK_K12StudentEmployment_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentEmployment_RefEmployedAfterExit]...'; - - -GO -ALTER TABLE [dbo].[K12StudentEmployment] DROP CONSTRAINT [FK_K12StudentEmployment_RefEmployedAfterExit]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentEmployment_RefEmployedWhileEnrolled]...'; - - -GO -ALTER TABLE [dbo].[K12StudentEmployment] DROP CONSTRAINT [FK_K12StudentEmployment_RefEmployedWhileEnrolled]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentGraduationPlan_K12Course]...'; - - -GO -ALTER TABLE [dbo].[K12StudentGraduationPlan] DROP CONSTRAINT [FK_K12StudentGraduationPlan_K12Course]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentGraduationPlan_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[K12StudentGraduationPlan] DROP CONSTRAINT [FK_K12StudentGraduationPlan_OrganizationPerson]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentGraduationPlan_RefGradeLevel]...'; - - -GO -ALTER TABLE [dbo].[K12StudentGraduationPlan] DROP CONSTRAINT [FK_K12StudentGraduationPlan_RefGradeLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentGraduationPlan_RefSCEDCourseSubjectArea]...'; - - -GO -ALTER TABLE [dbo].[K12StudentGraduationPlan] DROP CONSTRAINT [FK_K12StudentGraduationPlan_RefSCEDCourseSubjectArea]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentLiteracyAssessment_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[K12StudentLiteracyAssessment] DROP CONSTRAINT [FK_K12StudentLiteracyAssessment_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentLiteracyAssessment_RefLiteracyAssessment]...'; - - -GO -ALTER TABLE [dbo].[K12StudentLiteracyAssessment] DROP CONSTRAINT [FK_K12StudentLiteracyAssessment_RefLiteracyAssessment]; - - -GO - -PRINT N'Dropping [dbo].[FK_LearnerActivity_AssessmentRegistration]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] DROP CONSTRAINT [FK_LearnerActivity_AssessmentRegistration]; - - -GO - -PRINT N'Dropping [dbo].[FK_LearnerActivity_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] DROP CONSTRAINT [FK_LearnerActivity_CourseSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_LearnerActivity_Organization]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] DROP CONSTRAINT [FK_LearnerActivity_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_LearnerActivity_Organization1]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] DROP CONSTRAINT [FK_LearnerActivity_Organization1]; - - -GO - -PRINT N'Dropping [dbo].[FK_LearnerActivity_OrganizationCalendarSession]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] DROP CONSTRAINT [FK_LearnerActivity_OrganizationCalendarSession]; - - -GO - -PRINT N'Dropping [dbo].[FK_LearnerActivity_Person]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] DROP CONSTRAINT [FK_LearnerActivity_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_LearnerActivity_Person1]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] DROP CONSTRAINT [FK_LearnerActivity_Person1]; - - -GO - -PRINT N'Dropping [dbo].[FK_LearnerActivity_RefLearnerActivityMaximumTimeAllowedUnits]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] DROP CONSTRAINT [FK_LearnerActivity_RefLearnerActivityMaximumTimeAllowedUnits]; - - -GO - -PRINT N'Dropping [dbo].[FK_LearnerActivity_RefLearnerActivityType]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] DROP CONSTRAINT [FK_LearnerActivity_RefLearnerActivityType]; - - -GO - -PRINT N'Dropping [dbo].[FK_LearnerAssignment_LearningResource_LearnerAssignment]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity_LearningResource] DROP CONSTRAINT [FK_LearnerAssignment_LearningResource_LearnerAssignment]; - - -GO - -PRINT N'Dropping [dbo].[FK_LocationAddress_Location]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] DROP CONSTRAINT [FK_LocationAddress_Location]; - - -GO - -PRINT N'Dropping [dbo].[FK_LocationAddress_RefCountry]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] DROP CONSTRAINT [FK_LocationAddress_RefCountry]; - - -GO - -PRINT N'Dropping [dbo].[FK_LocationAddress_RefCounty]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] DROP CONSTRAINT [FK_LocationAddress_RefCounty]; - - -GO - -PRINT N'Dropping [dbo].[FK_LocationAddress_RefERSRuralUrbanContinuumCode]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] DROP CONSTRAINT [FK_LocationAddress_RefERSRuralUrbanContinuumCode]; - - -GO - -PRINT N'Dropping [dbo].[FK_LocationAddress_RefState]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] DROP CONSTRAINT [FK_LocationAddress_RefState]; - - -GO - -PRINT N'Dropping [dbo].[FK_OrganizationImage_Organization]...'; - - -GO -ALTER TABLE [dbo].[OrganizationImage] DROP CONSTRAINT [FK_OrganizationImage_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_OrganizationWebsite_Organization]...'; - - -GO -ALTER TABLE [dbo].[OrganizationWebsite] DROP CONSTRAINT [FK_OrganizationWebsite_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_PDActivityEducationLevel_PDActivity]...'; - - -GO -ALTER TABLE [dbo].[PDActivityEducationLevel] DROP CONSTRAINT [FK_PDActivityEducationLevel_PDActivity]; - - -GO - -PRINT N'Dropping [dbo].[FK_PersonBirthplace_Person]...'; - - -GO -ALTER TABLE [dbo].[PersonBirthplace] DROP CONSTRAINT [FK_PersonBirthplace_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_PersonBirthplace_RefCountry]...'; - - -GO -ALTER TABLE [dbo].[PersonBirthplace] DROP CONSTRAINT [FK_PersonBirthplace_RefCountry]; - - -GO - -PRINT N'Dropping [dbo].[FK_PersonBirthplace_RefState]...'; - - -GO -ALTER TABLE [dbo].[PersonBirthplace] DROP CONSTRAINT [FK_PersonBirthplace_RefState]; - - -GO - -PRINT N'Dropping [dbo].[FK_PersonHealthBirth_Person]...'; - - -GO -ALTER TABLE [dbo].[PersonHealthBirth] DROP CONSTRAINT [FK_PersonHealthBirth_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_PersonHealthBirth_RefTrimesterWhenPrenatalCareBegan]...'; - - -GO -ALTER TABLE [dbo].[PersonHealthBirth] DROP CONSTRAINT [FK_PersonHealthBirth_RefTrimesterWhenPrenatalCareBegan]; - - -GO - -PRINT N'Dropping [dbo].[FK_HomelessPrimaryNighttimeResidence_Person]...'; - - -GO -ALTER TABLE [dbo].[PersonHomelessness] DROP CONSTRAINT [FK_HomelessPrimaryNighttimeResidence_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_HomelessPrimaryNighttimeResidence_RefHomelessNighttimeResid]...'; - - -GO -ALTER TABLE [dbo].[PersonHomelessness] DROP CONSTRAINT [FK_HomelessPrimaryNighttimeResidence_RefHomelessNighttimeResid]; - - -GO - -PRINT N'Dropping [dbo].[FK_PersonMilitary_Person]...'; - - -GO -ALTER TABLE [dbo].[PersonMilitary] DROP CONSTRAINT [FK_PersonMilitary_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_PersonMilitary_RefMilitaryActiveStudentIndicator]...'; - - -GO -ALTER TABLE [dbo].[PersonMilitary] DROP CONSTRAINT [FK_PersonMilitary_RefMilitaryActiveStudentIndicator]; - - -GO - -PRINT N'Dropping [dbo].[FK_PersonMilitary_RefMilitaryBranch]...'; - - -GO -ALTER TABLE [dbo].[PersonMilitary] DROP CONSTRAINT [FK_PersonMilitary_RefMilitaryBranch]; - - -GO - -PRINT N'Dropping [dbo].[FK_PersonMilitary_RefMilitaryConnectedStudentIndicator]...'; - - -GO -ALTER TABLE [dbo].[PersonMilitary] DROP CONSTRAINT [FK_PersonMilitary_RefMilitaryConnectedStudentIndicator]; - - -GO - -PRINT N'Dropping [dbo].[FK_PersonMilitary_RefMilitaryVeteranStudentIndicator]...'; - - -GO -ALTER TABLE [dbo].[PersonMilitary] DROP CONSTRAINT [FK_PersonMilitary_RefMilitaryVeteranStudentIndicator]; - - -GO - -PRINT N'Dropping [dbo].[FK_PDSession_Course]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] DROP CONSTRAINT [FK_PDSession_Course]; - - -GO - -PRINT N'Dropping [dbo].[FK_PDSession_PDRequirement]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] DROP CONSTRAINT [FK_PDSession_PDRequirement]; - - -GO - -PRINT N'Dropping [dbo].[FK_PDSession_RefCourseCreditUnit]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] DROP CONSTRAINT [FK_PDSession_RefCourseCreditUnit]; - - -GO - -PRINT N'Dropping [dbo].[FK_PDSession_RefProfDevFinancialSupport]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] DROP CONSTRAINT [FK_PDSession_RefProfDevFinancialSupport]; - - -GO - -PRINT N'Dropping [dbo].[FK_ProfessionalDevelopmentActivity_RefPDActivityApprovedFor]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] DROP CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityApprovedFor]; - - -GO - -PRINT N'Dropping [dbo].[FK_ProfessionalDevelopmentActivity_RefPDActivityCreditType]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] DROP CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityCreditType]; - - -GO - -PRINT N'Dropping [dbo].[FK_ProfessionalDevelopmentActivity_RefPDActivityLevel]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] DROP CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_ProfessionalDevelopmentActivity_RefPDActivityType]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] DROP CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityType]; - - -GO - -PRINT N'Dropping [dbo].[FK_ProfessionalDevelopmentActivity_RefPDAudienceType]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] DROP CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDAudienceType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PDSession_PDActivity]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentSession] DROP CONSTRAINT [FK_PDSession_PDActivity]; - - -GO - -PRINT N'Dropping [dbo].[FK_Program_Organization]...'; - - -GO -ALTER TABLE [dbo].[Program] DROP CONSTRAINT [FK_Program_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_ProgramParticipationTitleI_PersonProgramParticipation]...'; - - -GO -ALTER TABLE [dbo].[ProgramParticipationTitleI] DROP CONSTRAINT [FK_ProgramParticipationTitleI_PersonProgramParticipation]; - - -GO - -PRINT N'Dropping [dbo].[FK_ProgramParticipationTitleI_RefTitleIIndicator]...'; - - -GO -ALTER TABLE [dbo].[ProgramParticipationTitleI] DROP CONSTRAINT [FK_ProgramParticipationTitleI_RefTitleIIndicator]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsCourse_Course]...'; - - -GO -ALTER TABLE [dbo].[PsCourse] DROP CONSTRAINT [FK_PsCourse_Course]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsCourse_RefCipCode]...'; - - -GO -ALTER TABLE [dbo].[PsCourse] DROP CONSTRAINT [FK_PsCourse_RefCipCode]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsCourse_RefCourseCreditBasisType]...'; - - -GO -ALTER TABLE [dbo].[PsCourse] DROP CONSTRAINT [FK_PsCourse_RefCourseCreditBasisType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsCourse_RefCourseCreditLevelType]...'; - - -GO -ALTER TABLE [dbo].[PsCourse] DROP CONSTRAINT [FK_PsCourse_RefCourseCreditLevelType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsCourse_RefNCESCollegeCourseMapCode]...'; - - -GO -ALTER TABLE [dbo].[PsCourse] DROP CONSTRAINT [FK_PsCourse_RefNCESCollegeCourseMapCode]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsInstitution_Organization]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] DROP CONSTRAINT [FK_PsInstitution_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsInstitution_RefAdmissionConsiderationLevel]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] DROP CONSTRAINT [FK_PsInstitution_RefAdmissionConsiderationLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsInstitution_RefAdmissionConsiderationType]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] DROP CONSTRAINT [FK_PsInstitution_RefAdmissionConsiderationType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsInstitution_RefClassification]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] DROP CONSTRAINT [FK_PsInstitution_RefClassification]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsInstitution_RefControlOfInstitution]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] DROP CONSTRAINT [FK_PsInstitution_RefControlOfInstitution]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsInstitution_RefLevelOfInstitution]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] DROP CONSTRAINT [FK_PsInstitution_RefLevelOfInstitution]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsInstitution_RefPredominantCalendarSystem]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] DROP CONSTRAINT [FK_PsInstitution_RefPredominantCalendarSystem]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsInstitution_RefTenureSystem]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] DROP CONSTRAINT [FK_PsInstitution_RefTenureSystem]; - - -GO - -PRINT N'Dropping [dbo].[FK_PSPriceOfAttendance_PsInstitution]...'; - - -GO -ALTER TABLE [dbo].[PsPriceOfAttendance] DROP CONSTRAINT [FK_PSPriceOfAttendance_PsInstitution]; - - -GO - -PRINT N'Dropping [dbo].[FK_PSPriceOfAttendance_RefTuitionUnit]...'; - - -GO -ALTER TABLE [dbo].[PsPriceOfAttendance] DROP CONSTRAINT [FK_PSPriceOfAttendance_RefTuitionUnit]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsSection _RefCourseGpaApplicability]...'; - - -GO -ALTER TABLE [dbo].[PsSection] DROP CONSTRAINT [FK_PsSection _RefCourseGpaApplicability]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsSection _RefCourseHonorsType]...'; - - -GO -ALTER TABLE [dbo].[PsSection] DROP CONSTRAINT [FK_PsSection _RefCourseHonorsType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsSection _RefCourseInstructionMethod]...'; - - -GO -ALTER TABLE [dbo].[PsSection] DROP CONSTRAINT [FK_PsSection _RefCourseInstructionMethod]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsSection _RefCourseLevelType]...'; - - -GO -ALTER TABLE [dbo].[PsSection] DROP CONSTRAINT [FK_PsSection _RefCourseLevelType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsSection_Organization]...'; - - -GO -ALTER TABLE [dbo].[PsSection] DROP CONSTRAINT [FK_PsSection_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsSection_RefCipCode]...'; - - -GO -ALTER TABLE [dbo].[PsSection] DROP CONSTRAINT [FK_PsSection_RefCipCode]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsSection_RefDevelopmentalEducationType]...'; - - -GO -ALTER TABLE [dbo].[PsSection] DROP CONSTRAINT [FK_PsSection_RefDevelopmentalEducationType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsSection_RefWorkbasedLearningOpportunityType]...'; - - -GO -ALTER TABLE [dbo].[PsSection] DROP CONSTRAINT [FK_PsSection_RefWorkbasedLearningOpportunityType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsSectionLocation_PsSection]...'; - - -GO -ALTER TABLE [dbo].[PsSectionLocation] DROP CONSTRAINT [FK_PsSectionLocation_PsSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsSectionLocation_RefCourseInstructionSiteType]...'; - - -GO -ALTER TABLE [dbo].[PsSectionLocation] DROP CONSTRAINT [FK_PsSectionLocation_RefCourseInstructionSiteType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStaffEmployment_InstructionCreditType]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] DROP CONSTRAINT [FK_PsStaffEmployment_InstructionCreditType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStaffEmployment_RefAcademicRank]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] DROP CONSTRAINT [FK_PsStaffEmployment_RefAcademicRank]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStaffEmployment_RefEmploymentContractType]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] DROP CONSTRAINT [FK_PsStaffEmployment_RefEmploymentContractType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStaffEmployment_RefFullTimeStatus]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] DROP CONSTRAINT [FK_PsStaffEmployment_RefFullTimeStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStaffEmployment_RefGraduateAssistIpedsCategory]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] DROP CONSTRAINT [FK_PsStaffEmployment_RefGraduateAssistIpedsCategory]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStaffEmployment_RefInstructStaffContractLength]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] DROP CONSTRAINT [FK_PsStaffEmployment_RefInstructStaffContractLength]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStaffEmployment_RefInstructStaffFacultyTenure]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] DROP CONSTRAINT [FK_PsStaffEmployment_RefInstructStaffFacultyTenure]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStaffEmployment_RefIPEDSOccupationalCategory]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] DROP CONSTRAINT [FK_PsStaffEmployment_RefIPEDSOccupationalCategory]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStaffEmployment_StaffEmployment]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] DROP CONSTRAINT [FK_PsStaffEmployment_StaffEmployment]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentApplication_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentApplication] DROP CONSTRAINT [FK_PsStudentApplication_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentApplication_RefAdmittedStudent]...'; - - -GO -ALTER TABLE [dbo].[PsStudentApplication] DROP CONSTRAINT [FK_PsStudentApplication_RefAdmittedStudent]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentApplication_RefGpaWeightedIndicator]...'; - - -GO -ALTER TABLE [dbo].[PsStudentApplication] DROP CONSTRAINT [FK_PsStudentApplication_RefGpaWeightedIndicator]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentApplication_RefGradePointAverageDomain]...'; - - -GO -ALTER TABLE [dbo].[PsStudentApplication] DROP CONSTRAINT [FK_PsStudentApplication_RefGradePointAverageDomain]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentCohort_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentCohort] DROP CONSTRAINT [FK_PsStudentCohort_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentCourseSectionMark_StudentSection]...'; - - -GO -ALTER TABLE [dbo].[PsStudentCourseSectionMark] DROP CONSTRAINT [FK_PsStudentCourseSectionMark_StudentSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentDemographic_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] DROP CONSTRAINT [FK_PsStudentDemographic_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentDemographic_RefCampusResidencyType]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] DROP CONSTRAINT [FK_PsStudentDemographic_RefCampusResidencyType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentDemographic_RefCohortExclusion]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] DROP CONSTRAINT [FK_PsStudentDemographic_RefCohortExclusion]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentDemographic_RefDependencyStatus]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] DROP CONSTRAINT [FK_PsStudentDemographic_RefDependencyStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentDemographic_RefEducationLevel]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] DROP CONSTRAINT [FK_PsStudentDemographic_RefEducationLevel]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentDemographic_RefEducationLevel1]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] DROP CONSTRAINT [FK_PsStudentDemographic_RefEducationLevel1]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentDemographic_RefPostsecondaryLEPType]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] DROP CONSTRAINT [FK_PsStudentDemographic_RefPostsecondaryLEPType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentDemographic_RefTuitionResidencyType]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] DROP CONSTRAINT [FK_PsStudentDemographic_RefTuitionResidencyType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentEmployment_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentEmployment] DROP CONSTRAINT [FK_PsStudentEmployment_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentEmployment_RefEmployedAfterExit]...'; - - -GO -ALTER TABLE [dbo].[PsStudentEmployment] DROP CONSTRAINT [FK_PsStudentEmployment_RefEmployedAfterExit]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentEmployment_RefEmployedWhileEnrolled]...'; - - -GO -ALTER TABLE [dbo].[PsStudentEmployment] DROP CONSTRAINT [FK_PsStudentEmployment_RefEmployedWhileEnrolled]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentEmployment_RefEmploymentStatusWhileEnrolled]...'; - - -GO -ALTER TABLE [dbo].[PsStudentEmployment] DROP CONSTRAINT [FK_PsStudentEmployment_RefEmploymentStatusWhileEnrolled]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentFinancialAid_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentFinancialAid] DROP CONSTRAINT [FK_PsStudentFinancialAid_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentFinancialAid_RefFinancialAidVeteransBenefitStatus]...'; - - -GO -ALTER TABLE [dbo].[PsStudentFinancialAid] DROP CONSTRAINT [FK_PsStudentFinancialAid_RefFinancialAidVeteransBenefitStatus]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentFinancialAid_RefFinancialAidVeteransBenefitType]...'; - - -GO -ALTER TABLE [dbo].[PsStudentFinancialAid] DROP CONSTRAINT [FK_PsStudentFinancialAid_RefFinancialAidVeteransBenefitType]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentFinancialAid_RefNeedDeterminationMethod]...'; - - -GO -ALTER TABLE [dbo].[PsStudentFinancialAid] DROP CONSTRAINT [FK_PsStudentFinancialAid_RefNeedDeterminationMethod]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentSection_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentSection] DROP CONSTRAINT [FK_PsStudentSection_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentSection_RefCourseAcademicGradeStatusCode]...'; - - -GO -ALTER TABLE [dbo].[PsStudentSection] DROP CONSTRAINT [FK_PsStudentSection_RefCourseAcademicGradeStatusCode]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsStudentSection_RefCourseRepeatCode]...'; - - -GO -ALTER TABLE [dbo].[PsStudentSection] DROP CONSTRAINT [FK_PsStudentSection_RefCourseRepeatCode]; - - -GO - -PRINT N'Dropping [dbo].[FK_RefCompetencyFrameworkItemAssociationType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCompetencyFrameworkItemAssociationType] DROP CONSTRAINT [FK_RefCompetencyFrameworkItemAssociationType_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_RefCompetencyFrameworkItemNodeAccessibilityProfile_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCompetencyFrameworkItemNodeAccessibilityProfile] DROP CONSTRAINT [FK_RefCompetencyFrameworkItemNodeAccessibilityProfile_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_RefCompetencyFrameworkItemTestabilityType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCompetencyFrameworkItemTestabilityType] DROP CONSTRAINT [FK_RefCompetencyFrameworkItemTestabilityType_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_RefCredentialAssessmentMethodType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialAssessmentMethodType] DROP CONSTRAINT [FK_RefCredentialAssessmentMethodType_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_RefCredentialIntendedPurposeType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialIntendedPurposeType] DROP CONSTRAINT [FK_RefCredentialIntendedPurposeType_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_RefCredentialStatusType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialStatusType] DROP CONSTRAINT [FK_RefCredentialStatusType_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_RefCredentialVerificationType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialVerificationType] DROP CONSTRAINT [FK_RefCredentialVerificationType_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_StaffExperience_Person]...'; - - -GO -ALTER TABLE [dbo].[StaffExperience] DROP CONSTRAINT [FK_StaffExperience_Person]; - - -GO - -PRINT N'Dropping [dbo].[FK_StaffPDActivity_PDActivity]...'; - - -GO -ALTER TABLE [dbo].[StaffProfessionalDevelopmentActivity] DROP CONSTRAINT [FK_StaffPDActivity_PDActivity]; - - -GO - -PRINT N'Dropping [dbo].[FK_TeacherStudentDataLinkExclusion_K12StaffAssignment]...'; - - -GO -ALTER TABLE [dbo].[TeacherStudentDataLinkExclusion] DROP CONSTRAINT [FK_TeacherStudentDataLinkExclusion_K12StaffAssignment]; - - -GO - -PRINT N'Dropping [dbo].[FK_TeacherStudentDataLinkExclusion_K12StudentCourseSection]...'; - - -GO -ALTER TABLE [dbo].[TeacherStudentDataLinkExclusion] DROP CONSTRAINT [FK_TeacherStudentDataLinkExclusion_K12StudentCourseSection]; - - -GO - -PRINT N'Dropping [dbo].[FK_WorkforceEmploymentQuarterlyData_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[WorkforceEmploymentQuarterlyData] DROP CONSTRAINT [FK_WorkforceEmploymentQuarterlyData_OrganizationPersonRole]; - - -GO - -PRINT N'Dropping [dbo].[FK_WorkforceProgramPartic_RefProfessionalTechnicalCredential]...'; - - -GO -ALTER TABLE [dbo].[WorkforceProgramParticipation] DROP CONSTRAINT [FK_WorkforceProgramPartic_RefProfessionalTechnicalCredential]; - - -GO - -PRINT N'Dropping [dbo].[FK_WorkforceProgramPartic_RefWfProgramParticipation]...'; - - -GO -ALTER TABLE [dbo].[WorkforceProgramParticipation] DROP CONSTRAINT [FK_WorkforceProgramPartic_RefWfProgramParticipation]; - - -GO - -PRINT N'Dropping [dbo].[FK_WorkforceProgramParticipation_PersonProgramParticipation]...'; - - -GO -ALTER TABLE [dbo].[WorkforceProgramParticipation] DROP CONSTRAINT [FK_WorkforceProgramParticipation_PersonProgramParticipation]; - - -GO - -PRINT N'--Create new table statements' - -PRINT N'Creating [dbo].[RefCredentialDefAgentRoleType]...'; - - -GO -CREATE TABLE [dbo].[RefCredentialDefAgentRoleType] ( - [RefCredentialDefAgentRoleTypeId] INT IDENTITY (1,1) NOT NULL, - [Description] NVARCHAR(100) NOT NULL, - [Code] NVARCHAR(50) NULL, - [Definition] NVARCHAR (4000) NULL, - [RefJurisdictionId] INT NULL, - [SortOrder] DECIMAL(5,2) NULL, - CONSTRAINT [PK_RefCredentialDefAgentRoleType] PRIMARY KEY CLUSTERED ([RefCredentialDefAgentRoleTypeId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - - -GO - -PRINT N'Creating [dbo].[RefCTDLAudienceLevelType]...'; - - -GO -CREATE TABLE [dbo].[RefCTDLAudienceLevelType] ( - [RefCTDLAudienceLevelTypeId] INT IDENTITY (1,1) NOT NULL, - [Description] NVARCHAR(100) NOT NULL, - [Code] NVARCHAR(50) NULL, - [Definition] NVARCHAR (4000) NULL, - [RefJurisdictionId] INT NULL, - [SortOrder] DECIMAL(5,2) NULL, - CONSTRAINT [PK_RefCTDLAudienceLevelType] PRIMARY KEY CLUSTERED ([RefCTDLAudienceLevelTypeId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - - -GO - -PRINT N'--Drop and Create or Alter existing table statements' - -PRINT N'Starting rebuilding table [dbo].[Activity]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_Activity] ( - [ActivityId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [ActivityDescription] NVARCHAR (300) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_Activity1] PRIMARY KEY CLUSTERED ([ActivityId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[Activity]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_Activity] ON; - INSERT INTO [dbo].[tmp_ms_xx_Activity] ([ActivityId], [OrganizationId], [ActivityDescription]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [ActivityDescription] - FROM [dbo].[Activity] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_Activity] OFF; - END - -DROP TABLE [dbo].[Activity]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_Activity]', N'Activity'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_Activity1]', N'PK_Activity', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[ActivityRecognition]...'; - - -GO -ALTER TABLE [dbo].[ActivityRecognition] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[AeCourse]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_AeCourse] ( - [AeCourseId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [RefCourseLevelTypeId] INT NULL, - [RefCareerClusterId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_AeCourse1] PRIMARY KEY CLUSTERED ([AeCourseId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[AeCourse]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AeCourse] ON; - INSERT INTO [dbo].[tmp_ms_xx_AeCourse] ([AeCourseId], [OrganizationId], [RefCourseLevelTypeId], [RefCareerClusterId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [RefCourseLevelTypeId], - [RefCareerClusterId] - FROM [dbo].[AeCourse] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AeCourse] OFF; - END - -DROP TABLE [dbo].[AeCourse]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_AeCourse]', N'AeCourse'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_AeCourse1]', N'PK_AeCourse', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[AeProvider]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_AeProvider] ( - [AeProviderId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [RefLevelOfInstitutionId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_AEProvider1] PRIMARY KEY CLUSTERED ([AeProviderId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[AeProvider]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AeProvider] ON; - INSERT INTO [dbo].[tmp_ms_xx_AeProvider] ([AeProviderId], [OrganizationId], [RefLevelOfInstitutionId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [RefLevelOfInstitutionId] - FROM [dbo].[AeProvider] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AeProvider] OFF; - END - -DROP TABLE [dbo].[AeProvider]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_AeProvider]', N'AeProvider'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_AEProvider1]', N'PK_AEProvider', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[AeStaff]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_AeStaff] ( - [AeStaffId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [YearsOfPriorAeTeachingExperience] DECIMAL(4, 2) NULL, - [RefAeStaffClassificationId] INT NULL, - [RefAeStaffEmploymentStatusId] INT NULL, - [RefAeCertificationTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_AEStaff1] PRIMARY KEY CLUSTERED ([AeStaffId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[AeStaff]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AeStaff] ON; - INSERT INTO [dbo].[tmp_ms_xx_AeStaff] ([AeStaffId], [OrganizationPersonRoleId], [YearsOfPriorAeTeachingExperience], [RefAeStaffClassificationId], [RefAeStaffEmploymentStatusId], [RefAeCertificationTypeId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [YearsOfPriorAeTeachingExperience], - [RefAeStaffClassificationId], - [RefAeStaffEmploymentStatusId], - [RefAeCertificationTypeId] - FROM [dbo].[AeStaff] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AeStaff] OFF; - END - -DROP TABLE [dbo].[AeStaff]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_AeStaff]', N'AeStaff'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_AEStaff1]', N'PK_AEStaff', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[AeStudentAcademicRecord]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_AeStudentAcademicRecord] ( - [AeStudentAcademicRecordId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [DiplomaOrCredentialAwardDate] NCHAR (7) NULL, - [RefHighSchoolDiplomaTypeId] INT NULL, - [RefProfessionalTechnicalCredentialTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_AeStudentAcademicRecord1] PRIMARY KEY CLUSTERED ([AeStudentAcademicRecordId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[AeStudentAcademicRecord]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AeStudentAcademicRecord] ON; - INSERT INTO [dbo].[tmp_ms_xx_AeStudentAcademicRecord] ([AeStudentAcademicRecordId], [OrganizationPersonRoleId], [DiplomaOrCredentialAwardDate], [RefHighSchoolDiplomaTypeId], [RefProfessionalTechnicalCredentialTypeId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [DiplomaOrCredentialAwardDate], - [RefHighSchoolDiplomaTypeId], - [RefProfessionalTechnicalCredentialTypeId] - FROM [dbo].[AeStudentAcademicRecord] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AeStudentAcademicRecord] OFF; - END - -DROP TABLE [dbo].[AeStudentAcademicRecord]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_AeStudentAcademicRecord]', N'AeStudentAcademicRecord'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_AeStudentAcademicRecord1]', N'PK_AeStudentAcademicRecord', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[AeStudentEmployment]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_AeStudentEmployment] ( - [AeStudentEmploymentId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [EmploymentNaicsCode] NCHAR (6) NULL, - [RefEmployedWhileEnrolledId] INT NULL, - [RefEmployedAfterExitId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_AeStudentEmployment1] PRIMARY KEY CLUSTERED ([AeStudentEmploymentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[AeStudentEmployment]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AeStudentEmployment] ON; - INSERT INTO [dbo].[tmp_ms_xx_AeStudentEmployment] ([AeStudentEmploymentId], [OrganizationPersonRoleId], [EmploymentNaicsCode], [RefEmployedWhileEnrolledId], [RefEmployedAfterExitId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [EmploymentNaicsCode], - [RefEmployedWhileEnrolledId], - [RefEmployedAfterExitId] - FROM [dbo].[AeStudentEmployment] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AeStudentEmployment] OFF; - END - -DROP TABLE [dbo].[AeStudentEmployment]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_AeStudentEmployment]', N'AeStudentEmployment'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_AeStudentEmployment1]', N'PK_AeStudentEmployment', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ApipInteraction]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ApipInteraction] ( - [ApipInteractionId] INT IDENTITY (1, 1) NOT NULL, - [AssessmentItemApipId] INT NOT NULL, - [Xml] NVARCHAR (MAX) NULL, - [SequenceNumber] INT NULL, - [APIPInteractionSequenceNumber] DECIMAL(9, 2) NULL, - [RefApipInteractionTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ApipInteraction1] PRIMARY KEY CLUSTERED ([ApipInteractionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ApipInteraction]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ApipInteraction] ON; - INSERT INTO [dbo].[tmp_ms_xx_ApipInteraction] ([ApipInteractionId], [AssessmentItemApipId], [Xml], [SequenceNumber], [APIPInteractionSequenceNumber], [RefApipInteractionTypeId]) - SELECT - [ApipInteractionId], - [AssessmentItemId], - [Xml], - [SequenceNumber], - [APIPInteractionSequenceNumber], - [RefApipInteractionTypeId] - FROM [dbo].[ApipInteraction] - ORDER BY [ApipInteractionId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ApipInteraction] OFF; - END - -DROP TABLE [dbo].[ApipInteraction]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ApipInteraction]', N'ApipInteraction'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ApipInteraction1]', N'PK_ApipInteraction', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[Application]...'; - - -GO -ALTER TABLE [dbo].[Application] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[Assessment]...'; - - -GO -ALTER TABLE [dbo].[Assessment] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[Assessment_AssessmentAdministration]...'; - - -GO -ALTER TABLE [dbo].[Assessment_AssessmentAdministration] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentAccommodation]...'; - - -GO -ALTER TABLE [dbo].[AssessmentAccommodation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentAdministration]...'; - - -GO -ALTER TABLE [dbo].[AssessmentAdministration] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentAdministration_Organization]...'; - - -GO -ALTER TABLE [dbo].[AssessmentAdministration_Organization] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentAsset]...'; - - -GO -ALTER TABLE [dbo].[AssessmentAsset] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentELDevelopmentalDomain]...'; - - -GO -ALTER TABLE [dbo].[AssessmentELDevelopmentalDomain] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentForm]...'; - - -GO -ALTER TABLE [dbo].[AssessmentForm] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentForm_AssessmentAsset]...'; - - -GO -ALTER TABLE [dbo].[AssessmentForm_AssessmentAsset] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentForm_AssessmentFormSection]...'; - - -GO -ALTER TABLE [dbo].[AssessmentForm_AssessmentFormSection] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentFormSection]...'; - - -GO -ALTER TABLE [dbo].[AssessmentFormSection] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentFormSection_AssessmentAsset]...'; - - -GO -ALTER TABLE [dbo].[AssessmentFormSection_AssessmentAsset] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentItem]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItem] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[AssessmentItemApip]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_AssessmentItemApip] ( - [AssessmentItemApipId] INT IDENTITY (1,1) NOT NULL, - [AssessmentItemId] INT NOT NULL, - [AdaptiveIndicator] BIT NULL, - [ResponseProcessingTemplateUrl] NVARCHAR (512) NULL, - [ResponseProcessingXml] NVARCHAR (MAX) NULL, - [ResponseDeclarationXml] NVARCHAR (MAX) NULL, - [OutcomeDeclarationXml] NVARCHAR (MAX) NULL, - [TemplateDeclarationXml] NVARCHAR (MAX) NULL, - [TemplateProcessingXml] NVARCHAR (MAX) NULL, - [ModalFeedbackXml] NVARCHAR (MAX) NULL, - [ItemBodyXml] NVARCHAR (MAX) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_AssessmentItemBody1] PRIMARY KEY CLUSTERED ([AssessmentItemApipId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[AssessmentItemApip]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AssessmentItemApip] ON; - INSERT INTO [dbo].[tmp_ms_xx_AssessmentItemApip] ([AssessmentItemApipId], [AssessmentItemId], [AdaptiveIndicator], [ResponseProcessingTemplateUrl], [ResponseProcessingXml], [ResponseDeclarationXml], [OutcomeDeclarationXml], [TemplateDeclarationXml], [TemplateProcessingXml], [ModalFeedbackXml], [ItemBodyXml]) - SELECT - [AssessmentItemId] pkCol, - [AssessmentItemId], - [AdaptiveIndicator], - [ResponseProcessingTemplateUrl], - [ResponseProcessingXml], - [ResponseDeclarationXml], - [OutcomeDeclarationXml], - [TemplateDeclarationXml], - [TemplateProcessingXml], - [ModalFeedbackXml], - [ItemBodyXml] - FROM [dbo].[AssessmentItemApip] - ORDER BY [AssessmentItemId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AssessmentItemApip] OFF; - END - -DROP TABLE [dbo].[AssessmentItemApip]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_AssessmentItemApip]', N'AssessmentItemApip'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_AssessmentItemBody1]', N'PK_AssessmentItemBody', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[AssessmentItemApipDescription]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_AssessmentItemApipDescription] ( - [AssessmentItemApipDescriptionId] INT IDENTITY (1,1) NOT NULL, - [AssessmentItemApipId] INT NOT NULL, - [CognitiveGuidanceActivateByDefaultIndicator] BIT NULL, - [CognitiveGuidanceAssignedSupportIndicator] BIT NULL, - [ScaffoldingAssignedSupportIndicator] BIT NULL, - [ScaffoldingActivateByDefaultIndicator] BIT NULL, - [ChunkingAssignedSupportIndicator] BIT NULL, - [ChunkingActivateByDefaultIndicator] BIT NULL, - [KeywordEmphasisAssignedSupportIndicator] BIT NULL, - [KeywordEmphasisActivateByDefaultIndicator] BIT NULL, - [ReducedAnswersAssignedSupportIndicator] BIT NULL, - [ReducedAnswersActivateByDefaultIndicator] BIT NULL, - [NegativesRemovedAssignedSupportIndicator] BIT NULL, - [NegativesRemovedActivateByDefaultIndicator] BIT NULL, - [KeywordTranslationsAssignedSupportIndicator] BIT NULL, - [KeywordTranslationsActivateByDefaultIndicator] BIT NULL, - [BrailleIndicator] BIT NULL, - [TextOnlyIndicator] BIT NULL, - [TextOnlyOnDemandIndicator] BIT NULL, - [TextGraphicsIndicator] BIT NULL, - [GraphicsOnlyIndicator] BIT NULL, - [NonVisualIndicator] BIT NULL, - [AslIndicator] BIT NULL, - [AslOnDemandIndicator] BIT NULL, - [SignedEnglishIndicator] BIT NULL, - [SignedEnglishOnDemandIndicator] BIT NULL, - [RefHazardTypeId] INT NULL, - [RefSupportToolTypeId] INT NULL, - [RefKeywordTranslationLanguageId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_AssessmentItemApipDescription1] PRIMARY KEY CLUSTERED ([AssessmentItemApipDescriptionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[AssessmentItemApipDescription]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AssessmentItemApipDescription] ON; - INSERT INTO [dbo].[tmp_ms_xx_AssessmentItemApipDescription] ([AssessmentItemApipDescriptionId], [AssessmentItemApipId], [CognitiveGuidanceActivateByDefaultIndicator], [CognitiveGuidanceAssignedSupportIndicator], [ScaffoldingAssignedSupportIndicator], [ScaffoldingActivateByDefaultIndicator], [ChunkingAssignedSupportIndicator], [ChunkingActivateByDefaultIndicator], [KeywordEmphasisAssignedSupportIndicator], [KeywordEmphasisActivateByDefaultIndicator], [ReducedAnswersAssignedSupportIndicator], [ReducedAnswersActivateByDefaultIndicator], [NegativesRemovedAssignedSupportIndicator], [NegativesRemovedActivateByDefaultIndicator], [KeywordTranslationsAssignedSupportIndicator], [KeywordTranslationsActivateByDefaultIndicator], [BrailleIndicator], [TextOnlyIndicator], [TextOnlyOnDemandIndicator], [TextGraphicsIndicator], [GraphicsOnlyIndicator], [NonVisualIndicator], [AslIndicator], [AslOnDemandIndicator], [SignedEnglishIndicator], [SignedEnglishOnDemandIndicator], [RefHazardTypeId], [RefSupportToolTypeId], [RefKeywordTranslationLanguageId]) - SELECT - [AssessmentItemId] pkCol, - [AssessmentItemId], - [CognitiveGuidanceActivateByDefaultIndicator], - [CognitiveGuidanceAssignedSupportIndicator], - [ScaffoldingAssignedSupportIndicator], - [ScaffoldingActivateByDefaultIndicator], - [ChunkingAssignedSupportIndicator], - [ChunkingActivateByDefaultIndicator], - [KeywordEmphasisAssignedSupportIndicator], - [KeywordEmphasisActivateByDefaultIndicator], - [ReducedAnswersAssignedSupportIndicator], - [ReducedAnswersActivateByDefaultIndicator], - [NegativesRemovedAssignedSupportIndicator], - [NegativesRemovedActivateByDefaultIndicator], - [KeywordTranslationsAssignedSupportIndicator], - [KeywordTranslationsActivateByDefaultIndicator], - [BrailleIndicator], - [TextOnlyIndicator], - [TextOnlyOnDemandIndicator], - [TextGraphicsIndicator], - [GraphicsOnlyIndicator], - [NonVisualIndicator], - [AslIndicator], - [AslOnDemandIndicator], - [SignedEnglishIndicator], - [SignedEnglishOnDemandIndicator], - [RefHazardTypeId], - [RefSupportToolTypeId], - [RefKeywordTranslationLanguageId] - FROM [dbo].[AssessmentItemApipDescription] - ORDER BY [AssessmentItemId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AssessmentItemApipDescription] OFF; - END - -DROP TABLE [dbo].[AssessmentItemApipDescription]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_AssessmentItemApipDescription]', N'AssessmentItemApipDescription'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_AssessmentItemApipDescription1]', N'PK_AssessmentItemApipDescription', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[AssessmentItemCharacteristic]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemCharacteristic] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentItemPossibleResponse]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemPossibleResponse] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentItemResponse]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemResponse] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[AssessmentItemResponseTheory]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_AssessmentItemResponseTheory] ( - [AssessmentItemResponseTheoryId] INT IDENTITY (1,1) NOT NULL, - [AssessmentItemId] INT NOT NULL, - [ParameterA] INT NULL, - [ParameterB] INT NULL, - [ParameterC] INT NULL, - [ParameterD1] INT NULL, - [ParameterD2] INT NULL, - [ParameterD3] INT NULL, - [ParameterD4] INT NULL, - [ParameterD5] INT NULL, - [ParameterD6] INT NULL, - [PointBiserialCorrelationValue] INT NULL, - [DIFValue] INT NULL, - [KappaValue] INT NULL, - [RefItemResponseTheoryDifficultyCategoryId] INT NULL, - [RefItemResponseTheoryKappaAlgorithmId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_AssessmentItemResponseTheory1] PRIMARY KEY CLUSTERED ([AssessmentItemResponseTheoryId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[AssessmentItemResponseTheory]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AssessmentItemResponseTheory] ON; - INSERT INTO [dbo].[tmp_ms_xx_AssessmentItemResponseTheory] ([AssessmentItemResponseTheoryId], [AssessmentItemId], [ParameterA], [ParameterB], [ParameterC], [ParameterD1], [ParameterD2], [ParameterD3], [ParameterD4], [ParameterD5], [ParameterD6], [PointBiserialCorrelationValue], [DIFValue], [KappaValue], [RefItemResponseTheoryDifficultyCategoryId], [RefItemResponseTheoryKappaAlgorithmId]) - SELECT - [AssessmentItemId] pkCol, - [AssessmentItemId], - [ParameterA], - [ParameterB], - [ParameterC], - [ParameterD1], - [ParameterD2], - [ParameterD3], - [ParameterD4], - [ParameterD5], - [ParameterD6], - [PointBiserialCorrelationValue], - [DIFValue], - [KappaValue], - [RefItemResponseTheoryDifficultyCategoryId], - [RefItemResponseTheoryKappaAlgorithmId] - FROM [dbo].[AssessmentItemResponseTheory] - ORDER BY [AssessmentItemId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AssessmentItemResponseTheory] OFF; - END - -DROP TABLE [dbo].[AssessmentItemResponseTheory]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_AssessmentItemResponseTheory]', N'AssessmentItemResponseTheory'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_AssessmentItemResponseTheory1]', N'PK_AssessmentItemResponseTheory', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[AssessmentLanguage]...'; - - -GO -ALTER TABLE [dbo].[AssessmentLanguage] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentLevelsForWhichDesigned]...'; - - -GO -ALTER TABLE [dbo].[AssessmentLevelsForWhichDesigned] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentNeedApipContent]...'; - - -GO -ALTER TABLE [dbo].[AssessmentNeedApipContent] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentNeedApipControl]...'; - - -GO -ALTER TABLE [dbo].[AssessmentNeedApipControl] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentNeedApipDisplay]...'; - - -GO -ALTER TABLE [dbo].[AssessmentNeedApipDisplay] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentNeedBraille]...'; - - -GO -ALTER TABLE [dbo].[AssessmentNeedBraille] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentNeedScreenEnhancement]...'; - - -GO -ALTER TABLE [dbo].[AssessmentNeedScreenEnhancement] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentParticipantSession]...'; - - -GO -ALTER TABLE [dbo].[AssessmentParticipantSession] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentParticipantSession_Accommodation]...'; - - -GO -ALTER TABLE [dbo].[AssessmentParticipantSession_Accommodation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentPerformanceLevel]...'; - - -GO -ALTER TABLE [dbo].[AssessmentPerformanceLevel] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentPersonalNeedLanguageLearner]...'; - - -GO -ALTER TABLE [dbo].[AssessmentPersonalNeedLanguageLearner] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentPersonalNeedScreenReader]...'; - - -GO -ALTER TABLE [dbo].[AssessmentPersonalNeedScreenReader] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentPersonalNeedsProfile]...'; - - -GO -ALTER TABLE [dbo].[AssessmentPersonalNeedsProfile] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentPersonalNeedsProfileContent]...'; - - -GO -ALTER TABLE [dbo].[AssessmentPersonalNeedsProfileContent] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentPersonalNeedsProfileControl]...'; - - -GO -ALTER TABLE [dbo].[AssessmentPersonalNeedsProfileControl] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentPersonalNeedsProfileDisplay]...'; - - -GO -ALTER TABLE [dbo].[AssessmentPersonalNeedsProfileDisplay] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentPersonalNeedsProfileScreenEnhancement]...'; - - -GO -ALTER TABLE [dbo].[AssessmentPersonalNeedsProfileScreenEnhancement] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[AssessmentRegistration]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_AssessmentRegistration] ( - [AssessmentRegistrationId] INT IDENTITY (1, 1) NOT NULL, - [PersonId] INT NOT NULL, - [AssessmentFormId] INT NOT NULL, - [CreationDate] DATETIME NULL, - [DaysOfInstructionPriorToAssessment] INT NULL, - [ScorePublishDate] DATE NULL, - [TestAttemptIdentifier] NVARCHAR (40) NULL, - [RetestIndicator] BIT NULL, - [CourseSectionId] INT NULL, - [TestingIndicator] NVARCHAR (300) NULL, - [OrganizationId] INT NULL, - [SchoolOrganizationId] INT NULL, - [LeaOrganizationId] INT NULL, - [AssessmentAdministrationId] INT NULL, - [AssignedByPersonId] INT NULL, - [AssessmentRegistrationCompletionStatusDateTime] DATETIME NULL, - [StateFullAcademicYear] BIT NULL, - [LEAFullAcademicYear] BIT NULL, - [SchoolFullAcademicYear] BIT NULL, - [RefAssessmentParticipationIndicatorId] INT NULL, - [RefAssessmentPurposeId] INT NULL, - [RefAssessmentReasonNotTestedId] INT NULL, - [RefAssessmentReasonNotCompletingId] INT NULL, - [RefGradeLevelToBeAssessedId] INT NULL, - [RefGradeLevelWhenAssessedId] INT NULL, - [RefAssessmentRegistrationCompletionStatusId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_AssessmentRegistration1] PRIMARY KEY CLUSTERED ([AssessmentRegistrationId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[AssessmentRegistration]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AssessmentRegistration] ON; - INSERT INTO [dbo].[tmp_ms_xx_AssessmentRegistration] ([AssessmentRegistrationId], [PersonId], [AssessmentFormId], [CreationDate], [DaysOfInstructionPriorToAssessment], [ScorePublishDate], [TestAttemptIdentifier], [RetestIndicator], [CourseSectionId], [TestingIndicator], [OrganizationId], [SchoolOrganizationId], [LeaOrganizationId], [AssessmentAdministrationId], [AssignedByPersonId], [AssessmentRegistrationCompletionStatusDateTime], [StateFullAcademicYear], [LEAFullAcademicYear], [SchoolFullAcademicYear], [RefAssessmentParticipationIndicatorId], [RefAssessmentPurposeId], [RefAssessmentReasonNotTestedId], [RefAssessmentReasonNotCompletingId], [RefGradeLevelToBeAssessedId], [RefGradeLevelWhenAssessedId], [RefAssessmentRegistrationCompletionStatusId]) - SELECT - [AssessmentRegistrationId], - [PersonId], - [AssessmentFormId], - [CreationDate], - [DaysOfInstructionPriorToAssessment], - [ScorePublishDate], - [TestAttemptIdentifier], - [RetestIndicator], - [CourseSectionOrganizationId], - [TestingIndicator], - [OrganizationId], - [SchoolOrganizationId], - [LeaOrganizationId], - [AssessmentAdministrationId], - [AssignedByPersonId], - [AssessmentRegistrationCompletionStatusDateTime], - [StateFullAcademicYear], - [LEAFullAcademicYear], - [SchoolFullAcademicYear], - [RefAssessmentParticipationIndicatorId], - [RefAssessmentPurposeId], - [RefAssessmentReasonNotTestedId], - [RefAssessmentReasonNotCompletingId], - [RefGradeLevelToBeAssessedId], - [RefGradeLevelWhenAssessedId], - [RefAssessmentRegistrationCompletionStatusId] - FROM [dbo].[AssessmentRegistration] - ORDER BY [AssessmentRegistrationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AssessmentRegistration] OFF; - END - -DROP TABLE [dbo].[AssessmentRegistration]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_AssessmentRegistration]', N'AssessmentRegistration'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_AssessmentRegistration1]', N'PK_AssessmentRegistration', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO -PRINT N'Creating [dbo].[AssessmentRegistration].[IX_AssReg_PersonId]...'; - - -GO -CREATE NONCLUSTERED INDEX [IX_AssReg_PersonId] - ON [dbo].[AssessmentRegistration]([PersonId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - -PRINT N'Altering [dbo].[AssessmentRegistration_Accommodation]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration_Accommodation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentResult]...'; - - -GO -ALTER TABLE [dbo].[AssessmentResult] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentResult_PerformanceLevel]...'; - - -GO -ALTER TABLE [dbo].[AssessmentResult_PerformanceLevel] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentResultRubricCriterionResult]...'; - - -GO -ALTER TABLE [dbo].[AssessmentResultRubricCriterionResult] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentSession]...'; - - -GO -ALTER TABLE [dbo].[AssessmentSession] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentSessionStaffRole]...'; - - -GO -ALTER TABLE [dbo].[AssessmentSessionStaffRole] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentSubtest]...'; - - -GO -ALTER TABLE [dbo].[AssessmentSubtest] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[AssessmentSubtest_CompetencyDefinition]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_AssessmentSubtest_CompetencyDefinition] ( - [AssessmentSubtest_CompetencyDefinitionId] INT IDENTITY (1, 1) NOT NULL, - [AssessmentSubtestId] INT NOT NULL, - [CompetencyDefinitionId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_AssessmentSubtest_CompetencyDefinition1] PRIMARY KEY CLUSTERED ([AssessmentSubtest_CompetencyDefinitionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[AssessmentSubtest_CompetencyFrameworkItem]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AssessmentSubtest_CompetencyDefinition] ON; - INSERT INTO [dbo].[tmp_ms_xx_AssessmentSubtest_CompetencyDefinition] ([AssessmentSubtest_CompetencyDefinitionId], [AssessmentSubtestId], [CompetencyDefinitionId]) - SELECT - [AssessmentSubTest_CompetencyFrameworkItemId], - [AssessmentSubtestId], - [CompetencyFrameworkItemId] - FROM [dbo].[AssessmentSubtest_CompetencyFrameworkItem] - ORDER BY [AssessmentSubTest_CompetencyFrameworkItemId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_AssessmentSubtest_CompetencyDefinition] OFF; - END - -DROP TABLE [dbo].[AssessmentSubtest_CompetencyFrameworkItem]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_AssessmentSubtest_CompetencyDefinition]', N'AssessmentSubtest_CompetencyDefinition'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_AssessmentSubtest_CompetencyDefinition1]', N'PK_AssessmentSubtest_CompetencyDefinition', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO -PRINT N'Creating [dbo].[AssessmentSubtest_CompetencyDefinition].[IX_AssessmentSubtest_CompetencyDefinition]...'; - - -GO -CREATE UNIQUE NONCLUSTERED INDEX [IX_AssessmentSubtest_CompetencyDefinition] - ON [dbo].[AssessmentSubtest_CompetencyDefinition]([AssessmentSubtestId] ASC, [CompetencyDefinitionId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - -PRINT N'Altering [dbo].[AssessmentSubtestELDevelopmentalDomain]...'; - - -GO -ALTER TABLE [dbo].[AssessmentSubtestELDevelopmentalDomain] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AssessmentSubtestLevelsForWhichDesigned]...'; - - -GO -ALTER TABLE [dbo].[AssessmentSubtestLevelsForWhichDesigned] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[Authentication]...'; - - -GO -ALTER TABLE [dbo].[Authentication] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[Authorization]...'; - - -GO -ALTER TABLE [dbo].[Authorization] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[AuthorizationDocument]...'; - - -GO -ALTER TABLE [dbo].[AuthorizationDocument] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[BuildingSpace]...'; - - -GO -ALTER TABLE [dbo].[BuildingSpace] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[BuildingSpaceUtilization]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_BuildingSpaceUtilization] ( - [BuildingSpaceUtilizationId] INT IDENTITY (1,1) NOT NULL, - [BuildingSpaceId] INT NOT NULL, - [AvailableUtilizedInstructionalSpace] BIT NULL, - [BuildingCapacityFactorIndicator] BIT NULL, - [BuildingSpaceUtilizationArea] DECIMAL(9, 2) NULL, - [BuildingUnassignedSpaceIndicator] BIT NULL, - [RefBuildingCommunityUseSpaceTypeId] INT NULL, - [RefBuildingInstructionalSpaceFactorTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_BuildingSpaceUtilization1] PRIMARY KEY CLUSTERED ([BuildingSpaceUtilizationId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[BuildingSpaceUtilization]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_BuildingSpaceUtilization] ON; - INSERT INTO [dbo].[tmp_ms_xx_BuildingSpaceUtilization] ([BuildingSpaceUtilizationId], [BuildingSpaceId], [AvailableUtilizedInstructionalSpace], [BuildingCapacityFactorIndicator], [BuildingSpaceUtilizationArea], [BuildingUnassignedSpaceIndicator], [RefBuildingCommunityUseSpaceTypeId], [RefBuildingInstructionalSpaceFactorTypeId]) - SELECT - [BuildingSpaceId] pkCol, - [BuildingSpaceId], - [AvailableUtilizedInstructionalSpace], - [BuildingCapacityFactorIndicator], - [BuildingSpaceUtilizationArea], - [BuildingUnassignedSpaceIndicator], - [RefBuildingCommunityUseSpaceTypeId], - [RefBuildingInstructionalSpaceFactorTypeId] - FROM [dbo].[BuildingSpaceUtilization] - ORDER BY [BuildingSpaceId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_BuildingSpaceUtilization] OFF; - END - -DROP TABLE [dbo].[BuildingSpaceUtilization]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_BuildingSpaceUtilization]', N'BuildingSpaceUtilization'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_BuildingSpaceUtilization1]', N'PK_BuildingSpaceUtilization', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[BuildingSystemCategory]...'; - - -GO -ALTER TABLE [dbo].[BuildingSystemCategory] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[BuildingSystemComponent]...'; - - -GO -ALTER TABLE [dbo].[BuildingSystemComponent] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[BuildingSystemComponentService]...'; - - -GO -ALTER TABLE [dbo].[BuildingSystemComponentService] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[Classroom]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_Classroom] ( - [ClassroomId] INT IDENTITY (1,1) NOT NULL, - [LocationId] INT NOT NULL, - [ClassroomIdentifier] NVARCHAR (40) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_Classroom1] PRIMARY KEY CLUSTERED ([ClassroomId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[Classroom]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_Classroom] ON; - INSERT INTO [dbo].[tmp_ms_xx_Classroom] ([ClassroomId], [LocationId], [ClassroomIdentifier]) - SELECT - [LocationId] pkCol, - [LocationId], - [ClassroomIdentifier] - FROM [dbo].[Classroom] - ORDER BY [LocationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_Classroom] OFF; - END - -DROP TABLE [dbo].[Classroom]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_Classroom]', N'Classroom'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_Classroom1]', N'PK_Classroom', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CompetencyDefAssociation]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CompetencyDefAssociation] ( - [CompetencyDefAssociationId] INT IDENTITY (1, 1) NOT NULL, - [CompetencyDefinitionId] INT NOT NULL, - [AssociatedEntityId] INT NOT NULL, - [CompetencyDefAssociationIdentifierURI] NVARCHAR (512) NULL, - [ConnectionCitation] NVARCHAR (300) NULL, - [OriginNodeName] NVARCHAR (30) NULL, - [OriginNodeURI] NVARCHAR (512) NULL, - [DestinationNodeName] NVARCHAR (30) NULL, - [DestinationNodeURI] NVARCHAR (512) NULL, - [Weight] DECIMAL(9, 3) NULL, - [RefEntityTypeId] INT NOT NULL, - [RefCompetencyDefAssociationTypeId] INT NULL, - [RefLearningResourceCompetencyAlignmentTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CompetencyDefAssociation1] PRIMARY KEY CLUSTERED ([CompetencyDefAssociationId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CompetencyFrameworkItemAssociation]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CompetencyDefAssociation] ON; - INSERT INTO [dbo].[tmp_ms_xx_CompetencyDefAssociation] ([CompetencyDefAssociationId], [CompetencyDefinitionId], [AssociatedEntityId], [CompetencyDefAssociationIdentifierURI], [ConnectionCitation], [OriginNodeName], [OriginNodeURI], [DestinationNodeName], [DestinationNodeURI], [Weight], [RefEntityTypeId], [RefCompetencyDefAssociationTypeId]) - SELECT - [CompetencyFrameworkItemAssociationId], - [CompetencyFrameworkItemId], - [AssociatedEntityId], - [CompetencyFrameworkItemAssociationIdentifierURI], - [ConnectionCitation], - [OriginNodeName], - [OriginNodeURI], - [DestinationNodeName], - [DestinationNodeURI], - [Weight], - [RefEntityTypeId], - [RefCompetencyFrameworkItemAssociationTypeId] - FROM [dbo].[CompetencyFrameworkItemAssociation] - ORDER BY [CompetencyFrameworkItemAssociationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CompetencyDefAssociation] OFF; - END - -DROP TABLE [dbo].[CompetencyFrameworkItemAssociation]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CompetencyDefAssociation]', N'CompetencyDefAssociation'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CompetencyDefAssociation1]', N'PK_CompetencyDefAssociation', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CompetencyDefEducationLevel]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CompetencyDefEducationLevel] ( - [CompetencyDefEducationLevelId] INT IDENTITY (1, 1) NOT NULL, - [CompetencyDefinitionId] INT NOT NULL, - [RefEducationLevelId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CompetencyDefEducationLevel1] PRIMARY KEY CLUSTERED ([CompetencyDefEducationLevelId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CompetencyFrameworkItemEducationLevel]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CompetencyDefEducationLevel] ON; - INSERT INTO [dbo].[tmp_ms_xx_CompetencyDefEducationLevel] ([CompetencyDefEducationLevelId], [CompetencyDefinitionId], [RefEducationLevelId]) - SELECT - [CompetencyFrameworkItemEducationLevelId], - [CompetencyFrameworkItemId], - [RefEducationLevelId] - FROM [dbo].[CompetencyFrameworkItemEducationLevel] - ORDER BY [CompetencyFrameworkItemEducationLevelId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CompetencyDefEducationLevel] OFF; - END - -DROP TABLE [dbo].[CompetencyFrameworkItemEducationLevel]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CompetencyDefEducationLevel]', N'CompetencyDefEducationLevel'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CompetencyDefEducationLevel1]', N'PK_CompetencyDefEducationLevel', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO -PRINT N'Creating [dbo].[CompetencyDefEducationLevel].[IX_CompetencyFrameworkItem_RefEducationLevel]...'; - - -GO -CREATE UNIQUE NONCLUSTERED INDEX [IX_CompetencyFrameworkItem_RefEducationLevel] - ON [dbo].[CompetencyDefEducationLevel]([CompetencyDefinitionId] ASC, [RefEducationLevelId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CompetencyDefinition]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CompetencyDefinition] ( - [CompetencyDefinitionId] INT IDENTITY (1, 1) NOT NULL, - [CompetencyFrameworkId] INT NOT NULL, - [Identifier] NVARCHAR (40) NULL, - [Code] NVARCHAR (30) NULL, - [URL] NVARCHAR (512) NULL, - [Type] NVARCHAR (60) NULL, - [Statement] NVARCHAR (MAX) NULL, - [Version] NVARCHAR (MAX) NULL, - [TypicalAgeRange] NVARCHAR (20) NULL, - [TextComplexitySystem] NVARCHAR (30) NULL, - [TextComplexityMinimumValue] DECIMAL(18, 4) NULL, - [TextComplexityMaximumValue] DECIMAL(18, 4) NULL, - [ConceptTerm] NVARCHAR (30) NULL, - [ConceptKeyword] NVARCHAR (300) NULL, - [License] NVARCHAR (300) NULL, - [Notes] NVARCHAR (MAX) NULL, - [CompetencyDefParentId] NVARCHAR (40) NULL, - [CompetencyDefParentCode] NVARCHAR (30) NULL, - [CompetencyDefParentUrl] NVARCHAR (512) NULL, - [ChildOf_CompetencyDefinitionId] INT NULL, - [CurrentVersionIndicator] BIT NULL, - [PreviousVersionIdentifier] NVARCHAR (40) NULL, - [ValidStartDate] DATE NULL, - [ValidEndDate] DATE NULL, - [NodeName] NVARCHAR (30) NULL, - [CompetencyDefSequence] NVARCHAR (60) NULL, - [TypeURL] NVARCHAR (512) NULL, - [TypicalAgeRangeMaximum] INT NULL, - [TypicalAgeRangeMinimum] INT NULL, - [RefLanguageId] INT NULL, - [RefBloomsTaxonomyDomainId] INT NULL, - [RefMultipleIntelligenceTypeId] INT NULL, - [RefCompetencyDefNodeAccessibilityProfileId] INT NULL, - [RefCompetencyDefTestabilityTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_XPKCompetencyDefinition1] PRIMARY KEY CLUSTERED ([CompetencyDefinitionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CompetencyFrameworkItem]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CompetencyDefinition] ON; - INSERT INTO [dbo].[tmp_ms_xx_CompetencyDefinition] ([CompetencyDefinitionId], [CompetencyFrameworkId], [Identifier], [Code], [URL], [Type], [Statement], [Version], [TypicalAgeRange], [TextComplexitySystem], [TextComplexityMinimumValue], [TextComplexityMaximumValue], [ConceptTerm], [ConceptKeyword], [License], [Notes], [CompetencyDefParentId], [CompetencyDefParentCode], [CompetencyDefParentUrl], [ChildOf_CompetencyDefinitionId], [CurrentVersionIndicator], [PreviousVersionIdentifier], [ValidStartDate], [ValidEndDate], [NodeName], [CompetencyDefSequence], [TypeURL], [RefLanguageId], [RefBloomsTaxonomyDomainId], [RefMultipleIntelligenceTypeId], [RefCompetencyDefNodeAccessibilityProfileId], [RefCompetencyDefTestabilityTypeId]) - SELECT - [CompetencyFrameworkItemId], - [CompetencyFrameworkId], - [Identifier], - [Code], - [URL], - [Type], - [Statement], - [Version], - [TypicalAgeRange], - [TextComplexitySystem], - [TextComplexityMinimumValue], - [TextComplexityMaximumValue], - [ConceptTerm], - [ConceptKeyword], - [License], - [Notes], - [CompetencyFrameworkItemParentId], - [CompetencyFrameworkItemParentCode], - [CompetencyFrameworkItemParentURL], - [ChildOf_CompetencyFrameworkItem], - [CurrentVersionIndicator], - [PreviousVersionIdentifier], - [ValidStartDate], - [ValidEndDate], - [NodeName], - [CompetencyFrameworkItemSequence], - [TypeURL], - [RefLanguageId], - [RefBloomsTaxonomyDomainId], - [RefMultipleIntelligenceTypeId], - [RefCompetencyFrameworkItemNodeAccessibilityProfileId], - [RefCompetencyFrameworkItemTestabilityTypeId] - FROM [dbo].[CompetencyFrameworkItem] - ORDER BY [CompetencyFrameworkItemId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CompetencyDefinition] OFF; - END - -DROP TABLE [dbo].[CompetencyFrameworkItem]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CompetencyDefinition]', N'CompetencyDefinition'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_XPKCompetencyDefinition1]', N'XPKCompetencyDefinition', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CompetencyDefinition_CompetencySet]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CompetencyDefinition_CompetencySet] ( - [CompetencyDefinition_CompetencySetId] INT IDENTITY (1, 1) NOT NULL, - [CompetencySetId] INT NOT NULL, - [CompetencyDefinitionId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CompetencyDefinition_CompetencySet1] PRIMARY KEY CLUSTERED ([CompetencyDefinition_CompetencySetId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CompetencyItem_CompetencySet]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CompetencyDefinition_CompetencySet] ON; - INSERT INTO [dbo].[tmp_ms_xx_CompetencyDefinition_CompetencySet] ([CompetencyDefinition_CompetencySetId], [CompetencySetId], [CompetencyDefinitionId]) - SELECT - [CompetencyItem_CompetencySetId], - [CompetencySetId], - [CompetencyFrameworkItemId] - FROM [dbo].[CompetencyItem_CompetencySet] - ORDER BY [CompetencyItem_CompetencySetId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CompetencyDefinition_CompetencySet] OFF; - END - -DROP TABLE [dbo].[CompetencyItem_CompetencySet]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CompetencyDefinition_CompetencySet]', N'CompetencyDefinition_CompetencySet'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CompetencyDefinition_CompetencySet1]', N'PK_CompetencyDefinition_CompetencySet', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO -PRINT N'Creating [dbo].[CompetencyDefinition_CompetencySet].[IX_CompetencyFrameworkItem_CompetencySet]...'; - - -GO -CREATE UNIQUE NONCLUSTERED INDEX [IX_CompetencyFrameworkItem_CompetencySet] - ON [dbo].[CompetencyDefinition_CompetencySet]([CompetencyDefinitionId] ASC, [CompetencySetId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - -PRINT N'Altering [dbo].[CompetencyFramework]...'; - - -GO -ALTER TABLE [dbo].[CompetencyFramework] - ADD - [CompetencyFrameworkSourceUrl] NVARCHAR(512) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[CompetencySet]...'; - - -GO -ALTER TABLE [dbo].[CompetencySet] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[CoreKnowledgeArea]...'; - - -GO -ALTER TABLE [dbo].[CoreKnowledgeArea] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[Course]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_Course] ( - [CourseId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [Description] NVARCHAR (60) NULL, - [SubjectAbbreviation] NVARCHAR (50) NULL, - [SCEDSequenceOfCourse] NVARCHAR (50) NULL, - [InstructionalMinutes] INT NULL, - [CreditValue] DECIMAL(9, 2) NULL, - [CertificationDescription] NVARCHAR (300) NULL, - [RepeatabilityMaximumNumber] INT NULL, - [RefCourseLevelCharacteristicsId] INT NULL, - [RefCourseCreditUnitId] INT NULL, - [RefInstructionLanguage] INT NULL, - [RefCourseApplicableEducationLevelId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_Course1] PRIMARY KEY CLUSTERED ([CourseId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[Course]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_Course] ON; - INSERT INTO [dbo].[tmp_ms_xx_Course] ([CourseId], [OrganizationId], [Description], [SubjectAbbreviation], [SCEDSequenceOfCourse], [InstructionalMinutes], [CreditValue], [CertificationDescription], [RepeatabilityMaximumNumber], [RefCourseLevelCharacteristicsId], [RefCourseCreditUnitId], [RefInstructionLanguage], [RefCourseApplicableEducationLevelId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [Description], - [SubjectAbbreviation], - [SCEDSequenceOfCourse], - [InstructionalMinutes], - [CreditValue], - [CertificationDescription], - [RepeatabilityMaximumNumber], - [RefCourseLevelCharacteristicsId], - [RefCourseCreditUnitId], - [RefInstructionLanguage], - [RefCourseApplicableEducationLevelId] - FROM [dbo].[Course] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_Course] OFF; - END - -DROP TABLE [dbo].[Course]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_Course]', N'Course'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_Course1]', N'PK_Course', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CourseSection]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CourseSection] ( - [CourseSectionId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [CourseId] INT NOT NULL, - [AvailableCarnegieUnitCredit] DECIMAL(9, 2) NULL, - [TimeRequiredForCompletion] DECIMAL(9, 0) NULL, - [VirtualIndicator] BIT NULL, - [OrganizationCalendarSessionId] INT NULL, - [MaximumCapacity] INT NULL, - [RelatedCompetencyDefinitions] NVARCHAR (60) NULL, - [RefCourseSectionDeliveryModeId] INT NULL, - [RefSingleSexClassStatusId] INT NULL, - [RefAdditionalCreditTypeId] INT NULL, - [RefInstructionLanguageId] INT NULL, - [RefCreditTypeEarnedId] INT NULL, - [RefAdvancedPlacementCourseCodeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CourseSection1] PRIMARY KEY CLUSTERED ([CourseSectionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CourseSection]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CourseSection] ON; - INSERT INTO [dbo].[tmp_ms_xx_CourseSection] ([CourseSectionId], [OrganizationId], [CourseId], [AvailableCarnegieUnitCredit], [TimeRequiredForCompletion], [VirtualIndicator], [OrganizationCalendarSessionId], [MaximumCapacity], [RelatedCompetencyDefinitions], [RefCourseSectionDeliveryModeId], [RefSingleSexClassStatusId], [RefAdditionalCreditTypeId], [RefInstructionLanguageId], [RefCreditTypeEarnedId], [RefAdvancedPlacementCourseCodeId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [CourseId], - [AvailableCarnegieUnitCredit], - [TimeRequiredForCompletion], - [VirtualIndicator], - [OrganizationCalendarSessionId], - [MaximumCapacity], - [RelatedCompetencyFrameworkItems], - [RefCourseSectionDeliveryModeId], - [RefSingleSexClassStatusId], - [RefAdditionalCreditTypeId], - [RefInstructionLanguageId], - [RefCreditTypeEarnedId], - [RefAdvancedPlacementCourseCodeId] - FROM [dbo].[CourseSection] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CourseSection] OFF; - END - -DROP TABLE [dbo].[CourseSection]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CourseSection]', N'CourseSection'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CourseSection1]', N'PK_CourseSection', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CourseSectionAssessmentReporting]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CourseSectionAssessmentReporting] ( - [CourseSectionAssessmentReportingId] INT IDENTITY (1, 1) NOT NULL, - [CourseSectionId] INT NULL, - [RefCourseSectionAssessmentReportingMethodId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CourseSectionAssessmentReporting1] PRIMARY KEY CLUSTERED ([CourseSectionAssessmentReportingId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CourseSectionAssessmentReporting]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CourseSectionAssessmentReporting] ON; - INSERT INTO [dbo].[tmp_ms_xx_CourseSectionAssessmentReporting] ([CourseSectionAssessmentReportingId], [CourseSectionId], [RefCourseSectionAssessmentReportingMethodId]) - SELECT - [CourseSectionAssessmentReportingId], - [OrganizationId], - [RefCourseSectionAssessmentReportingMethodId] - FROM [dbo].[CourseSectionAssessmentReporting] - ORDER BY [CourseSectionAssessmentReportingId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CourseSectionAssessmentReporting] OFF; - END - -DROP TABLE [dbo].[CourseSectionAssessmentReporting]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CourseSectionAssessmentReporting]', N'CourseSectionAssessmentReporting'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CourseSectionAssessmentReporting1]', N'PK_CourseSectionAssessmentReporting', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CourseSectionLevel]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CourseSectionLevel] ( - [CourseSectionLevelId] INT IDENTITY (1, 1) NOT NULL, - [CourseSectionId] INT NOT NULL, - [RefCourseLevelTypeId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CourseSectionLevel1] PRIMARY KEY CLUSTERED ([CourseSectionLevelId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CourseSectionLevel]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CourseSectionLevel] ON; - INSERT INTO [dbo].[tmp_ms_xx_CourseSectionLevel] ([CourseSectionLevelId], [CourseSectionId], [RefCourseLevelTypeId]) - SELECT - [CourseSectionLevelId], - [OrganizationId], - [RefCourseLevelTypeId] - FROM [dbo].[CourseSectionLevel] - ORDER BY [CourseSectionLevelId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CourseSectionLevel] OFF; - END - -DROP TABLE [dbo].[CourseSectionLevel]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CourseSectionLevel]', N'CourseSectionLevel'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CourseSectionLevel1]', N'PK_CourseSectionLevel', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO -PRINT N'Creating [dbo].[CourseSectionLevel].[IX_CourseSection_RefCourseLevelType]...'; - - -GO -CREATE UNIQUE NONCLUSTERED INDEX [IX_CourseSection_RefCourseLevelType] - ON [dbo].[CourseSectionLevel]([CourseSectionId] ASC, [RefCourseLevelTypeId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CourseSectionLocation]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CourseSectionLocation] ( - [CourseSectionLocationId] INT IDENTITY (1, 1) NOT NULL, - [ClassroomId] INT NOT NULL, - [CourseSectionId] INT NOT NULL, - [RefInstructionLocationTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CourseSectionLocation1] PRIMARY KEY CLUSTERED ([CourseSectionLocationId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CourseSectionLocation]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CourseSectionLocation] ON; - INSERT INTO [dbo].[tmp_ms_xx_CourseSectionLocation] ([CourseSectionLocationId], [ClassroomId], [CourseSectionId], [RefInstructionLocationTypeId]) - SELECT - [CourseSectionLocationId], - [LocationId], - [OrganizationId], - [RefInstructionLocationTypeId] - FROM [dbo].[CourseSectionLocation] - ORDER BY [CourseSectionLocationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CourseSectionLocation] OFF; - END - -DROP TABLE [dbo].[CourseSectionLocation]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CourseSectionLocation]', N'CourseSectionLocation'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CourseSectionLocation1]', N'PK_CourseSectionLocation', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CourseSectionSchedule]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CourseSectionSchedule] ( - [CourseSectionScheduleId] INT IDENTITY (1, 1) NOT NULL, - [CourseSectionId] INT NOT NULL, - [ClassMeetingDays] NVARCHAR (60) NULL, - [ClassBeginningTime] TIME(7) NULL, - [ClassEndingTime] TIME(7) NULL, - [ClassPeriod] NVARCHAR (30) NULL, - [TimeDayIdentifier] NVARCHAR (40) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CourseSectionSchedule1] PRIMARY KEY CLUSTERED ([CourseSectionScheduleId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CourseSectionSchedule]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CourseSectionSchedule] ON; - INSERT INTO [dbo].[tmp_ms_xx_CourseSectionSchedule] ([CourseSectionScheduleId], [CourseSectionId], [ClassMeetingDays], [ClassBeginningTime], [ClassEndingTime], [ClassPeriod], [TimeDayIdentifier]) - SELECT - [CourseSectionScheduleId], - [OrganizationId], - [ClassMeetingDays], - [ClassBeginningTime], - [ClassEndingTime], - [ClassPeriod], - [TimeDayIdentifier] - FROM [dbo].[CourseSectionSchedule] - ORDER BY [CourseSectionScheduleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CourseSectionSchedule] OFF; - END - -DROP TABLE [dbo].[CourseSectionSchedule]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CourseSectionSchedule]', N'CourseSectionSchedule'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CourseSectionSchedule1]', N'PK_CourseSectionSchedule', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CredentialAward]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CredentialAward] ( - [CredentialAwardId] INT IDENTITY (1, 1) NOT NULL, - [CredentialDefinitionId] INT NOT NULL, - [CredentialIssuerId] INT NOT NULL, - [PersonId] INT NOT NULL, - [AdvancedStandingDescription] NVARCHAR (MAX) NULL, - [AdvancedStandingURL] NVARCHAR (512) NULL, - [ApproverName] NVARCHAR (300) NULL, - [CompletionDate] DATE NULL, - [CredentialAwardEndDate] DATE NULL, - [EvidenceURL] NVARCHAR (512) NULL, - [RevokedDate] DATE NULL, - [RevokedIndicator] BIT NULL, - [RevokedReason] NVARCHAR (MAX) NULL, - [CredentialAwardStartDate] DATE NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CredentialAward1] PRIMARY KEY CLUSTERED ([CredentialAwardId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CredentialAward]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialAward] ON; - INSERT INTO [dbo].[tmp_ms_xx_CredentialAward] ([CredentialAwardId], [CredentialDefinitionId], [CredentialIssuerId], [PersonId], [AdvancedStandingDescription], [AdvancedStandingURL], [ApproverName], [CompletionDate], [CredentialAwardEndDate], [EvidenceURL], [RevokedDate], [RevokedIndicator], [RevokedReason], [CredentialAwardStartDate]) - SELECT - [CredentialAwardId], - [CredentialId], - [OrganizationId], - [PersonId], - [AdvancedStandingDescription], - [AdvancedStandingURL], - [ApproverName], - [CompletionDate], - [EndDate], - [EvidenceURL], - [RevokedDate], - [RevokedIndicator], - [RevokedReason], - [StartDate] - FROM [dbo].[CredentialAward] - ORDER BY [CredentialAwardId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialAward] OFF; - END - -DROP TABLE [dbo].[CredentialAward]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CredentialAward]', N'CredentialAward'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CredentialAward1]', N'PK_CredentialAward', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[CredentialAwardCredit]...'; - - -GO -ALTER TABLE [dbo].[CredentialAwardCredit] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[CredentialAwardEvidence]...'; - - -GO -ALTER TABLE [dbo].[CredentialAwardEvidence] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[CredentialCriteriaCourse]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CredentialCriteriaCourse] ( - [CredentialCriteriaCourseId] INT IDENTITY (1, 1) NOT NULL, - [CredentialDefCriteriaId] INT NOT NULL, - [CourseId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CredentialCriteriaCourse1] PRIMARY KEY CLUSTERED ([CredentialCriteriaCourseId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CredentialCriteriaCourse]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialCriteriaCourse] ON; - INSERT INTO [dbo].[tmp_ms_xx_CredentialCriteriaCourse] ([CredentialCriteriaCourseId], [CredentialDefCriteriaId], [CourseId]) - SELECT - [CredentialCriteriaCourseId], - [CredentialCriteriaId], - [OrganizationId] - FROM [dbo].[CredentialCriteriaCourse] - ORDER BY [CredentialCriteriaCourseId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialCriteriaCourse] OFF; - END - -DROP TABLE [dbo].[CredentialCriteriaCourse]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CredentialCriteriaCourse]', N'CredentialCriteriaCourse'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CredentialCriteriaCourse1]', N'PK_CredentialCriteriaCourse', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO -PRINT N'Creating [dbo].[CredentialCriteriaCourse].[IX_Course_CredentialCriteria]...'; - - -GO -CREATE UNIQUE NONCLUSTERED INDEX [IX_Course_CredentialCriteria] - ON [dbo].[CredentialCriteriaCourse]([CourseId] ASC, [CredentialDefCriteriaId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CredentialDefAgent]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CredentialDefAgent] ( - [CredentialDefAgentId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NULL, - [PersonId] INT NULL, - [RefCTDLOrganizationTypeId] INT NULL, - [RefCredentialDefAgentRoleTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CredentialDefAgent1] PRIMARY KEY CLUSTERED ([CredentialDefAgentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CredentialCreator]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefAgent] ON; - INSERT INTO [dbo].[tmp_ms_xx_CredentialDefAgent] ([CredentialDefAgentId], [OrganizationId], [RefCTDLOrganizationTypeId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [RefCTDLOrganizationTypeId] - FROM [dbo].[CredentialCreator] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefAgent] OFF; - END - -DROP TABLE [dbo].[CredentialCreator]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CredentialDefAgent]', N'CredentialDefAgent'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CredentialDefAgent1]', N'PK_CredentialDefAgent', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CredentialDefAgentCredential]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CredentialDefAgentCredential] ( - [CredentialDefAgentCredentialId] INT IDENTITY (1, 1) NOT NULL, - [CredentialDefinitionId] INT NOT NULL, - [CredentialDefAgentId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CredentialDefAgentCredential1] PRIMARY KEY CLUSTERED ([CredentialDefAgentCredentialId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CredentialCreatorCredential]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefAgentCredential] ON; - INSERT INTO [dbo].[tmp_ms_xx_CredentialDefAgentCredential] ([CredentialDefAgentCredentialId], [CredentialDefinitionId], [CredentialDefAgentId]) - SELECT - [CredentialCreatorCredentialId], - [CredentialId], - [OrganizationId] - FROM [dbo].[CredentialCreatorCredential] - ORDER BY [CredentialCreatorCredentialId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefAgentCredential] OFF; - END - -DROP TABLE [dbo].[CredentialCreatorCredential]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CredentialDefAgentCredential]', N'CredentialDefAgentCredential'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CredentialDefAgentCredential1]', N'PK_CredentialDefAgentCredential', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO -PRINT N'Creating [dbo].[CredentialDefAgentCredential].[IX_Credential_CredentialCreator]...'; - - -GO -CREATE UNIQUE NONCLUSTERED INDEX [IX_Credential_CredentialCreator] - ON [dbo].[CredentialDefAgentCredential]([CredentialDefinitionId] ASC, [CredentialDefAgentId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CredentialDefCategory]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CredentialDefCategory] ( - [CredentialDefCategoryId] INT IDENTITY (1, 1) NOT NULL, - [CredentialDefinitionId] INT NOT NULL, - [Category] NVARCHAR (60) NULL, - [CategorySystem] NVARCHAR (30) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CredentialDefCategory1] PRIMARY KEY CLUSTERED ([CredentialDefCategoryId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CredentialCategory]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefCategory] ON; - INSERT INTO [dbo].[tmp_ms_xx_CredentialDefCategory] ([CredentialDefCategoryId], [CredentialDefinitionId], [Category], [CategorySystem]) - SELECT - [CredentialCategoryId], - [CredentialId], - [Category], - [CategorySystem] - FROM [dbo].[CredentialCategory] - ORDER BY [CredentialCategoryId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefCategory] OFF; - END - -DROP TABLE [dbo].[CredentialCategory]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CredentialDefCategory]', N'CredentialDefCategory'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CredentialDefCategory1]', N'PK_CredentialDefCategory', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CredentialDefCriteria]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CredentialDefCriteria] ( - [CredentialDefCriteriaId] INT IDENTITY (1, 1) NOT NULL, - [CredentialDefinitionId] INT NOT NULL, - [CompetencySetId] INT NULL, - [Criteria] NVARCHAR (300) NULL, - [CriteriaUrl] NVARCHAR (512) NULL, - [EstimatedDuration] CHAR (5) NULL, - [MaximumDuration] CHAR (5) NULL, - [MinimumAge] INT NULL, - [MinimumDuration] CHAR (5) NULL, - [RefCredentialDefAssessMethodTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CredentialDefCriteria1] PRIMARY KEY CLUSTERED ([CredentialDefCriteriaId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CredentialCriteria]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefCriteria] ON; - INSERT INTO [dbo].[tmp_ms_xx_CredentialDefCriteria] ([CredentialDefCriteriaId], [CredentialDefinitionId], [CompetencySetId], [Criteria], [CriteriaUrl], [EstimatedDuration], [MaximumDuration], [MinimumAge], [MinimumDuration], [RefCredentialDefAssessMethodTypeId]) - SELECT - [CredentialCriteriaId], - [CredentialId], - [CompetencySetId], - [Criteria], - [CriteriaUrl], - [EstimatedDuration], - [MaximumDuration], - [MinimumAge], - [MinimumDuration], - [RefCredentialAssessmentMethodTypeId] - FROM [dbo].[CredentialCriteria] - ORDER BY [CredentialCriteriaId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefCriteria] OFF; - END - -DROP TABLE [dbo].[CredentialCriteria]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CredentialDefCriteria]', N'CredentialDefCriteria'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CredentialDefCriteria1]', N'PK_CredentialDefCriteria', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CredentialDefIdentifier]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CredentialDefIdentifier] ( - [CredentialDefIdentifierId] INT IDENTITY (1, 1) NOT NULL, - [CredentialDefinitionId] INT NOT NULL, - [Identifier] NVARCHAR (512) NULL, - [RefCredentialIdentifierSystemId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CredentialDefIdentifier1] PRIMARY KEY CLUSTERED ([CredentialDefIdentifierId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CredentialIdentifier]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefIdentifier] ON; - INSERT INTO [dbo].[tmp_ms_xx_CredentialDefIdentifier] ([CredentialDefIdentifierId], [CredentialDefinitionId], [Identifier], [RefCredentialIdentifierSystemId]) - SELECT - [CredentialIdentifierId], - [CredentialId], - [Identifier], - [RefCredentialIdentifierSystemId] - FROM [dbo].[CredentialIdentifier] - ORDER BY [CredentialIdentifierId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefIdentifier] OFF; - END - -DROP TABLE [dbo].[CredentialIdentifier]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CredentialDefIdentifier]', N'CredentialDefIdentifier'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CredentialDefIdentifier1]', N'PK_CredentialDefIdentifier', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CredentialDefinition]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CredentialDefinition] ( - [CredentialDefinitionId] INT IDENTITY (1, 1) NOT NULL, - [AlternateName] NVARCHAR (300) NULL, - [CredentialNAICSIndustryType] NVARCHAR (6) NULL, - [Description] NVARCHAR (300) NULL, - [EmploymentNAICSCode] NVARCHAR (6) NULL, - [ImageUrl] NVARCHAR (512) NULL, - [JurisdictionRegion] NVARCHAR (2000) NULL, - [JurisdictionRegionException] NVARCHAR (2000) NULL, - [Keywords] NVARCHAR (MAX) NULL, - [Title] NVARCHAR (300) NULL, - [ValidationMethodDescription] NVARCHAR (MAX) NULL, - [Version] DECIMAL(9, 2) NULL, - [CredentialDefDateEffective] DATE NULL, - [RefCareerClusterId] INT NULL, - [RefCipCodeId] INT NULL, - [RefCredentialDefIntendedPurposeTypeId] INT NULL, - [RefCredentialDefStatusTypeId] INT NULL, - [RefCredentialDefVerificationTypeId] INT NULL, - [RefONETSOCOccupationTypeId] INT NULL, - [RefCTDLAudienceLevelTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CredentialDefinition1] PRIMARY KEY CLUSTERED ([CredentialDefinitionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[Credential]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefinition] ON; - INSERT INTO [dbo].[tmp_ms_xx_CredentialDefinition] ([CredentialDefinitionId], [AlternateName], [CredentialNAICSIndustryType], [Description], [EmploymentNAICSCode], [ImageUrl], [JurisdictionRegion], [JurisdictionRegionException], [Keywords], [Title], [ValidationMethodDescription], [Version], [RefCareerClusterId], [RefCipCodeId], [RefCredentialDefIntendedPurposeTypeId], [RefCredentialDefStatusTypeId], [RefCredentialDefVerificationTypeId], [RefONETSOCOccupationTypeId]) - SELECT - [CredentialId], - [AlternateName], - [CredentialNAICSIndustryType], - [Description], - [EmploymentNAICSCode], - [ImageUrl], - [JurisdictionRegion], - [JurisdictionRegionException], - [Keywords], - [Title], - [ValidationMethodDescription], - [Version], - [RefCareerClusterId], - [RefCipCodeId], - [RefCredentialIntendedPurposeTypeId], - [RefCredentialStatusTypeId], - [RefCredentialVerificationTypeId], - [RefONETSOCOccupationTypeId] - FROM [dbo].[Credential] - ORDER BY [CredentialId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialDefinition] OFF; - END - -DROP TABLE [dbo].[Credential]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CredentialDefinition]', N'CredentialDefinition'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CredentialDefinition1]', N'PK_CredentialDefinition', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CredentialIssuer]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CredentialIssuer] ( - [CredentialIssuerId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [AwardIssuerOriginURL] NVARCHAR (512) NULL, - [RevocationListURL] NVARCHAR (512) NULL, - [RefCTDLOrganizationTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CredentialIssuer1] PRIMARY KEY CLUSTERED ([CredentialIssuerId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CredentialIssuer]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialIssuer] ON; - INSERT INTO [dbo].[tmp_ms_xx_CredentialIssuer] ([CredentialIssuerId], [OrganizationId], [AwardIssuerOriginURL], [RevocationListURL], [RefCTDLOrganizationTypeId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [AwardIssuerOriginURL], - [RevocationListURL], - [RefCTDLOrganizationTypeId] - FROM [dbo].[CredentialIssuer] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialIssuer] OFF; - END - -DROP TABLE [dbo].[CredentialIssuer]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CredentialIssuer]', N'CredentialIssuer'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CredentialIssuer1]', N'PK_CredentialIssuer', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CredentialOffered]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CredentialOffered] ( - [CredentialOfferedId] INT IDENTITY (1, 1) NOT NULL, - [CredentialDefinitionId] INT NOT NULL, - [CredentialIssuerId] INT NOT NULL, - [CredentialOfferedStartDate] DATE NULL, - [CredentialOfferedEndDate] DATE NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CredentialOffered1] PRIMARY KEY CLUSTERED ([CredentialOfferedId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CredentialIssuerCredential]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialOffered] ON; - INSERT INTO [dbo].[tmp_ms_xx_CredentialOffered] ([CredentialOfferedId], [CredentialDefinitionId], [CredentialIssuerId]) - SELECT - [CredentialIssuerCredentialId], - [CredentialId], - [OrganizationId] - FROM [dbo].[CredentialIssuerCredential] - ORDER BY [CredentialIssuerCredentialId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CredentialOffered] OFF; - END - -DROP TABLE [dbo].[CredentialIssuerCredential]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CredentialOffered]', N'CredentialOffered'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CredentialOffered1]', N'PK_CredentialOffered', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO -PRINT N'Creating [dbo].[CredentialOffered].[IX_Credential_CredentialIssuer]...'; - - -GO -CREATE UNIQUE NONCLUSTERED INDEX [IX_Credential_CredentialIssuer] - ON [dbo].[CredentialOffered]([CredentialDefinitionId] ASC, [CredentialIssuerId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CteCourse]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CteCourse] ( - [CteCourseId] INT IDENTITY (1,1) NOT NULL, - [CourseId] INT NOT NULL, - [AvailableCarnegieUnitCredit] DECIMAL(9, 2) NULL, - [HighSchoolCourseRequirement] BIT NULL, - [CoreAcademicCourse] BIT NULL, - [CourseAlignedWithStandards] BIT NULL, - [SCEDCourseCode] NCHAR (5) NULL, - [CourseDepartmentName] NVARCHAR (60) NULL, - [RefAdditionalCreditTypeId] INT NULL, - [RefCreditTypeEarnedId] INT NULL, - [RefCourseGPAApplicabilityId] INT NULL, - [RefCurriculumFrameworkTypeId] INT NULL, - [RefSCEDCourseLevelId] INT NULL, - [RefSCEDCourseSubjectAreaId] INT NULL, - [RefCareerClusterId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CteCourse1] PRIMARY KEY CLUSTERED ([CteCourseId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CteCourse]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CteCourse] ON; - INSERT INTO [dbo].[tmp_ms_xx_CteCourse] ([CteCourseId], [CourseId], [AvailableCarnegieUnitCredit], [HighSchoolCourseRequirement], [CoreAcademicCourse], [CourseAlignedWithStandards], [SCEDCourseCode], [CourseDepartmentName], [RefAdditionalCreditTypeId], [RefCreditTypeEarnedId], [RefCourseGPAApplicabilityId], [RefCurriculumFrameworkTypeId], [RefSCEDCourseLevelId], [RefSCEDCourseSubjectAreaId], [RefCareerClusterId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [AvailableCarnegieUnitCredit], - [HighSchoolCourseRequirement], - [CoreAcademicCourse], - [CourseAlignedWithStandards], - [SCEDCourseCode], - [CourseDepartmentName], - [RefAdditionalCreditTypeId], - [RefCreditTypeEarnedId], - [RefCourseGpaApplicabilityId], - [RefCurriculumFrameworkTypeId], - [RefSCEDCourseLevelId], - [RefSCEDCourseSubjectAreaId], - [RefCareerClusterId] - FROM [dbo].[CteCourse] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CteCourse] OFF; - END - -DROP TABLE [dbo].[CteCourse]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CteCourse]', N'CteCourse'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CteCourse1]', N'PK_CteCourse', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[CteStudentAcademicRecord]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_CteStudentAcademicRecord] ( - [CteStudentAcademicRecordId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [CreditsAttemptedCumulative] DECIMAL(9, 2) NULL, - [CreditsEarnedCumulative] DECIMAL(9, 2) NULL, - [DiplomaOrCredentialAwardDate] NCHAR (7) NULL, - [RefProfessionalTechnicalCredentialTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_CteStudentAcademicRecord1] PRIMARY KEY CLUSTERED ([CteStudentAcademicRecordId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[CteStudentAcademicRecord]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CteStudentAcademicRecord] ON; - INSERT INTO [dbo].[tmp_ms_xx_CteStudentAcademicRecord] ([CteStudentAcademicRecordId], [OrganizationPersonRoleId], [CreditsAttemptedCumulative], [CreditsEarnedCumulative], [DiplomaOrCredentialAwardDate], [RefProfessionalTechnicalCredentialTypeId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [CreditsAttemptedCumulative], - [CreditsEarnedCumulative], - [DiplomaOrCredentialAwardDate], - [RefProfessionalTechnicalCredentialTypeId] - FROM [dbo].[CteStudentAcademicRecord] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_CteStudentAcademicRecord] OFF; - END - -DROP TABLE [dbo].[CteStudentAcademicRecord]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_CteStudentAcademicRecord]', N'CteStudentAcademicRecord'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_CteStudentAcademicRecord1]', N'PK_CteStudentAcademicRecord', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[EarlyChildhoodCredential]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_EarlyChildhoodCredential] ( - [EarlyChildhoodCredentialId] INT IDENTITY (1,1) NOT NULL, - [PersonCredentialId] INT NOT NULL, - [RefEarlyChildhoodCredentialId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_EarlyChildhoodCredential1] PRIMARY KEY CLUSTERED ([EarlyChildhoodCredentialId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[EarlyChildhoodCredential]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_EarlyChildhoodCredential] ON; - INSERT INTO [dbo].[tmp_ms_xx_EarlyChildhoodCredential] ([EarlyChildhoodCredentialId], [PersonCredentialId], [RefEarlyChildhoodCredentialId]) - SELECT - [PersonCredentialId] pkCol, - [PersonCredentialId], - [RefEarlyChildhoodCredentialId] - FROM [dbo].[EarlyChildhoodCredential] - ORDER BY [PersonCredentialId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_EarlyChildhoodCredential] OFF; - END - -DROP TABLE [dbo].[EarlyChildhoodCredential]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_EarlyChildhoodCredential]', N'EarlyChildhoodCredential'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_EarlyChildhoodCredential1]', N'PK_EarlyChildhoodCredential', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[EarlyChildhoodProgramTypeOffered]...'; - - -GO -ALTER TABLE [dbo].[EarlyChildhoodProgramTypeOffered] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[ELChildDemographic]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELChildDemographic] ( - [ELChildDemographicId] INT IDENTITY (1,1) NOT NULL, - [PersonId] INT NOT NULL, - [FosterCareStartDate] DATE NULL, - [FosterCareEndDate] DATE NULL, - [OtherRaceIndicator] BIT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELChildDemographic1] PRIMARY KEY CLUSTERED ([ELChildDemographicId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELChildDemographic]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildDemographic] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELChildDemographic] ([ELChildDemographicId], [PersonId], [FosterCareStartDate], [FosterCareEndDate], [OtherRaceIndicator]) - SELECT - [PersonId] pkCol, - [PersonId], - [FosterCareStartDate], - [FosterCareEndDate], - [OtherRaceIndicator] - FROM [dbo].[ELChildDemographic] - ORDER BY [PersonId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildDemographic] OFF; - END - -DROP TABLE [dbo].[ELChildDemographic]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELChildDemographic]', N'ELChildDemographic'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELChildDemographic1]', N'PK_ELChildDemographic', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELChildDevelopmentalAssessment]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELChildDevelopmentalAssessment] ( - [ELChildDevelopmentalAssessmentId] INT IDENTITY (1,1) NOT NULL, - [PersonId] INT NOT NULL, - [RefChildDevelopmentalScreeningStatusId] INT NULL, - [RefDevelopmentalEvaluationFindingId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELChildDevelopmentalAssessment1] PRIMARY KEY CLUSTERED ([ELChildDevelopmentalAssessmentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELChildDevelopmentalAssessment]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildDevelopmentalAssessment] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELChildDevelopmentalAssessment] ([ELChildDevelopmentalAssessmentId], [PersonId], [RefChildDevelopmentalScreeningStatusId], [RefDevelopmentalEvaluationFindingId]) - SELECT - [PersonId] pkCol, - [PersonId], - [RefChildDevelopmentalScreeningStatusId], - [RefDevelopmentalEvaluationFindingId] - FROM [dbo].[ELChildDevelopmentalAssessment] - ORDER BY [PersonId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildDevelopmentalAssessment] OFF; - END - -DROP TABLE [dbo].[ELChildDevelopmentalAssessment]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELChildDevelopmentalAssessment]', N'ELChildDevelopmentalAssessment'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELChildDevelopmentalAssessment1]', N'PK_ELChildDevelopmentalAssessment', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELChildHealth]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELChildHealth] ( - [ELChildHealthId] INT IDENTITY (1,1) NOT NULL, - [PersonId] INT NOT NULL, - [WellChildScreeningReceivedDate] DATE NULL, - [RefScheduledWellChildScreeningId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELChildHealth1] PRIMARY KEY CLUSTERED ([ELChildHealthId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELChildHealth]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildHealth] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELChildHealth] ([ELChildHealthId], [PersonId], [WellChildScreeningReceivedDate], [RefScheduledWellChildScreeningId]) - SELECT - [PersonId] pkCol, - [PersonId], - [WellChildScreeningReceivedDate], - [RefScheduledWellChildScreeningId] - FROM [dbo].[ELChildHealth] - ORDER BY [PersonId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildHealth] OFF; - END - -DROP TABLE [dbo].[ELChildHealth]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELChildHealth]', N'ELChildHealth'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELChildHealth1]', N'PK_ELChildHealth', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELChildIndividualizedProgram]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELChildIndividualizedProgram] ( - [ELChildIndividualizedProgramId] INT IDENTITY (1,1) NOT NULL, - [PersonId] INT NOT NULL, - [IndividualizedProgramId] INT NULL, - [RefIDEAIEPStatusId] INT NULL, - [RefIDEAPartCEligibilityCategoryId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELChildIndividualizedProgram1] PRIMARY KEY CLUSTERED ([ELChildIndividualizedProgramId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELChildIndividualizedProgram]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildIndividualizedProgram] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELChildIndividualizedProgram] ([ELChildIndividualizedProgramId], [PersonId], [IndividualizedProgramId], [RefIDEAIEPStatusId], [RefIDEAPartCEligibilityCategoryId]) - SELECT - [PersonId] pkCol, - [PersonId], - [IndividualizedProgramId], - [RefIDEAIEPStatusId], - [RefIDEAPartCEligibilityCategoryId] - FROM [dbo].[ELChildIndividualizedProgram] - ORDER BY [PersonId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildIndividualizedProgram] OFF; - END - -DROP TABLE [dbo].[ELChildIndividualizedProgram]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELChildIndividualizedProgram]', N'ELChildIndividualizedProgram'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELChildIndividualizedProgram1]', N'PK_ELChildIndividualizedProgram', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELChildOutcomeSummary]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELChildOutcomeSummary] ( - [ELChildOutcomeSummaryId] INT IDENTITY (1,1) NOT NULL, - [PersonId] INT NOT NULL, - [COSProgressAIndicator] BIT NULL, - [COSProgressBIndicator] BIT NULL, - [COSProgressCIndicator] BIT NULL, - [COSRatingAId] INT NULL, - [COSRatingBId] INT NULL, - [COSRatingCId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELChildOutcomeSummary1] PRIMARY KEY CLUSTERED ([ELChildOutcomeSummaryId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELChildOutcomeSummary]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildOutcomeSummary] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELChildOutcomeSummary] ([ELChildOutcomeSummaryId], [PersonId], [COSProgressAIndicator], [COSProgressBIndicator], [COSProgressCIndicator], [COSRatingAId], [COSRatingBId], [COSRatingCId]) - SELECT - [PersonId] pkCol, - [PersonId], - [COSProgressAIndicator], - [COSProgressBIndicator], - [COSProgressCIndicator], - [COSRatingAId], - [COSRatingBId], - [COSRatingCId] - FROM [dbo].[ELChildOutcomeSummary] - ORDER BY [PersonId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildOutcomeSummary] OFF; - END - -DROP TABLE [dbo].[ELChildOutcomeSummary]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELChildOutcomeSummary]', N'ELChildOutcomeSummary'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELChildOutcomeSummary1]', N'PK_ELChildOutcomeSummary', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELChildProgramEligibility]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELChildProgramEligibility] ( - [ELChildProgramEligibilityId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [StatusDate] DATE NULL, - [ExpirationDate] DATE NULL, - [RefELProgramEligibilityStatusId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELChildProgramEligibility1] PRIMARY KEY CLUSTERED ([ELChildProgramEligibilityId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELChildProgramEligibility]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildProgramEligibility] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELChildProgramEligibility] ([ELChildProgramEligibilityId], [OrganizationPersonRoleId], [StatusDate], [ExpirationDate], [RefELProgramEligibilityStatusId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [StatusDate], - [ExpirationDate], - [RefELProgramEligibilityStatusId] - FROM [dbo].[ELChildProgramEligibility] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildProgramEligibility] OFF; - END - -DROP TABLE [dbo].[ELChildProgramEligibility]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELChildProgramEligibility]', N'ELChildProgramEligibility'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELChildProgramEligibility1]', N'PK_ELChildProgramEligibility', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELChildService]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELChildService] ( - [ELChildServiceId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [ECEAPEligibility] BIT NULL, - [EligibilityPriorityPoints] NVARCHAR (100) NULL, - [ServiceDate] DATE NULL, - [RefEarlyChildhoodServicesOfferedId] INT NULL, - [RefEarlyChildhoodServicesReceivedId] INT NULL, - [RefELServiceTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELChildService1] PRIMARY KEY CLUSTERED ([ELChildServiceId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELChildService]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildService] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELChildService] ([ELChildServiceId], [OrganizationPersonRoleId], [ECEAPEligibility], [EligibilityPriorityPoints], [ServiceDate], [RefEarlyChildhoodServicesOfferedId], [RefEarlyChildhoodServicesReceivedId], [RefELServiceTypeId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [ECEAPEligibility], - [EligibilityPriorityPoints], - [ServiceDate], - [RefEarlyChildhoodServicesOfferedId], - [RefEarlyChildhoodServicesReceivedId], - [RefELServiceTypeId] - FROM [dbo].[ELChildService] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildService] OFF; - END - -DROP TABLE [dbo].[ELChildService]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELChildService]', N'ELChildService'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELChildService1]', N'PK_ELChildService', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELChildServicesApplication]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELChildServicesApplication] ( - [ELChildServicesApplicationId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [ELApplicationIdentifier] NVARCHAR (40) NULL, - [ApplicationDate] DATE NULL, - [ELEnrollmentApplicationDocumentIdentifier] NVARCHAR (40) NULL, - [ELEnrollmentApplicationDocumentName] NVARCHAR (60) NULL, - [ELEnrollmentApplicationDocumentType] NVARCHAR (100) NULL, - [ELApplicationRequiredDocument] BIT NULL, - [ELEnrollmentApplicationVerificationDate] DATE NULL, - [ELEnrollmentApplicationVerificationReasonType] NVARCHAR (100) NULL, - [SitePreferenceRank] NVARCHAR (300) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELChildServicesApplication1] PRIMARY KEY CLUSTERED ([ELChildServicesApplicationId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELChildServicesApplication]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildServicesApplication] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELChildServicesApplication] ([ELChildServicesApplicationId], [OrganizationPersonRoleId], [ELApplicationIdentifier], [ApplicationDate], [ELEnrollmentApplicationDocumentIdentifier], [ELEnrollmentApplicationDocumentName], [ELEnrollmentApplicationDocumentType], [ELApplicationRequiredDocument], [ELEnrollmentApplicationVerificationDate], [ELEnrollmentApplicationVerificationReasonType], [SitePreferenceRank]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [ELApplicationIdentifier], - [ApplicationDate], - [ELEnrollmentApplicationDocumentIdentifier], - [ELEnrollmentApplicationDocumentName], - [ELEnrollmentApplicationDocumentType], - [ELApplicationRequiredDocument], - [ELEnrollmentApplicationVerificationDate], - [ELEnrollmentApplicationVerificationReasonType], - [SitePreferenceRank] - FROM [dbo].[ELChildServicesApplication] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildServicesApplication] OFF; - END - -DROP TABLE [dbo].[ELChildServicesApplication]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELChildServicesApplication]', N'ELChildServicesApplication'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELChildServicesApplication1]', N'PK_ELChildServicesApplication', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELChildTransitionPlan]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELChildTransitionPlan] ( - [ELChildTransitionPlanId] INT IDENTITY (1,1) NOT NULL, - [PersonId] INT NOT NULL, - [PartB619PotentialEligibilityInd] BIT NULL, - [IDEAPartCToPartBNotificationDate] DATE NULL, - [TransitionConferenceDate] DATE NULL, - [TransitionConferenceDeclineDate] DATE NULL, - [DateOfTransitionPlan] DATE NULL, - [IDEAPartCToPartBNotificationOptOutDate] DATE NULL, - [IDEAPartCToPartBNotificationOptOutIndicator] BIT NULL, - [IndividualizedProgramId] INT NULL, - [RefReasonDelayTransitionConfId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELChildIDEA1] PRIMARY KEY CLUSTERED ([ELChildTransitionPlanId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELChildTransitionPlan]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildTransitionPlan] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELChildTransitionPlan] ([ELChildTransitionPlanId], [PersonId], [PartB619PotentialEligibilityInd], [IDEAPartCToPartBNotificationDate], [TransitionConferenceDate], [TransitionConferenceDeclineDate], [DateOfTransitionPlan], [IDEAPartCToPartBNotificationOptOutDate], [IDEAPartCToPartBNotificationOptOutIndicator], [IndividualizedProgramId], [RefReasonDelayTransitionConfId]) - SELECT - [PersonId] pkCol, - [PersonId], - [PartB619PotentialEligibilityInd], - [IDEAPartCToPartBNotificationDate], - [TransitionConferenceDate], - [TransitionConferenceDeclineDate], - [DateOfTransitionPlan], - [IDEAPartCToPartBNotificationOptOutDate], - [IDEAPartCToPartBNotificationOptOutIndicator], - [IndividualizedProgramId], - [RefReasonDelayTransitionConfId] - FROM [dbo].[ELChildTransitionPlan] - ORDER BY [PersonId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELChildTransitionPlan] OFF; - END - -DROP TABLE [dbo].[ELChildTransitionPlan]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELChildTransitionPlan]', N'ELChildTransitionPlan'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELChildIDEA1]', N'PK_ELChildIDEA', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELClassSection]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELClassSection] ( - [ELClassSectionId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [HoursAvailablePerDay] DECIMAL(4, 2) NULL, - [DaysAvailablePerWeek] INT NULL, - [ELProgramAnnualOperatingWeeks] INT NULL, - [LanguageTranslationPolicy] BIT NULL, - [GroupSize] INT NULL, - [RefServiceOptionId] INT NULL, - [RefEnvironmentSettingId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELClassSection1] PRIMARY KEY CLUSTERED ([ELClassSectionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELClassSection]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELClassSection] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELClassSection] ([ELClassSectionId], [OrganizationId], [HoursAvailablePerDay], [DaysAvailablePerWeek], [ELProgramAnnualOperatingWeeks], [LanguageTranslationPolicy], [GroupSize], [RefServiceOptionId], [RefEnvironmentSettingId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [HoursAvailablePerDay], - [DaysAvailablePerWeek], - [ELProgramAnnualOperatingWeeks], - [LanguageTranslationPolicy], - [GroupSize], - [RefServiceOptionId], - [RefEnvironmentSettingId] - FROM [dbo].[ELClassSection] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELClassSection] OFF; - END - -DROP TABLE [dbo].[ELClassSection]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELClassSection]', N'ELClassSection'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELClassSection1]', N'PK_ELClassSection', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELClassSectionService]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELClassSectionService] ( - [ELClassSectionServiceId] INT IDENTITY (1, 1) NOT NULL, - [ELClassSectionId] INT NOT NULL, - [YoungestAgeServed] INT NULL, - [OldestAgeServed] INT NULL, - [ServesChildrenWithSpecialNeeds] BIT NULL, - [ELClassGroupCurriculumType] NVARCHAR (60) NULL, - [RefELGroupSizeStandardMetId] INT NULL, - [RefFrequencyOfServiceId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELClassSectionService1] PRIMARY KEY CLUSTERED ([ELClassSectionServiceId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELClassSectionService]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELClassSectionService] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELClassSectionService] ([ELClassSectionServiceId], [ELClassSectionId], [YoungestAgeServed], [OldestAgeServed], [ServesChildrenWithSpecialNeeds], [ELClassGroupCurriculumType], [RefELGroupSizeStandardMetId], [RefFrequencyOfServiceId]) - SELECT - [ELClassSectionServiceId], - [OrganizationId], - [YoungestAgeServed], - [OldestAgeServed], - [ServesChildrenWithSpecialNeeds], - [ELClassGroupCurriculumType], - [RefELGroupSizeStandardMetId], - [RefFrequencyOfServiceId] - FROM [dbo].[ELClassSectionService] - ORDER BY [ELClassSectionServiceId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELClassSectionService] OFF; - END - -DROP TABLE [dbo].[ELClassSectionService]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELClassSectionService]', N'ELClassSectionService'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELClassSectionService1]', N'PK_ELClassSectionService', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELEnrollment]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELEnrollment] ( - [ELEnrollmentId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [ApplicationDate] DATE NULL, - [EnrollmentDate] DATE NULL, - [NumberOfDaysInAttendance] DECIMAL(8, 2) NULL, - [ELClassSectionId] INT NULL, - [RefIDEAEnvironmentELId] INT NULL, - [RefFoodServiceParticipationId] INT NULL, - [RefServiceOptionId] INT NULL, - [RefELFederalFundingTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_XPKECEnrollment1] PRIMARY KEY CLUSTERED ([ELEnrollmentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELEnrollment]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELEnrollment] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELEnrollment] ([ELEnrollmentId], [OrganizationPersonRoleId], [ApplicationDate], [EnrollmentDate], [NumberOfDaysInAttendance], [ELClassSectionId], [RefIDEAEnvironmentELId], [RefFoodServiceParticipationId], [RefServiceOptionId], [RefELFederalFundingTypeId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [ApplicationDate], - [EnrollmentDate], - [NumberOfDaysInAttendance], - [ELClassSectionId], - [RefIDEAEnvironmentELId], - [RefFoodServiceParticipationId], - [RefServiceOptionId], - [RefELFederalFundingTypeId] - FROM [dbo].[ELEnrollment] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELEnrollment] OFF; - END - -DROP TABLE [dbo].[ELEnrollment]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELEnrollment]', N'ELEnrollment'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_XPKECEnrollment1]', N'XPKECEnrollment', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[ELEnrollmentOtherFunding]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollmentOtherFunding] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ELFacilityLicensing]...'; - - -GO -ALTER TABLE [dbo].[ELFacilityLicensing] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[EligibilityEvaluation]...'; - - -GO -ALTER TABLE [dbo].[EligibilityEvaluation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[ELOrganization]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELOrganization] ( - [ELOrganizationId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [RefProfitStatusId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELOrganization1] PRIMARY KEY CLUSTERED ([ELOrganizationId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELOrganization]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELOrganization] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELOrganization] ([ELOrganizationId], [OrganizationId], [RefProfitStatusId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [RefProfitStatusId] - FROM [dbo].[ELOrganization] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELOrganization] OFF; - END - -DROP TABLE [dbo].[ELOrganization]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELOrganization]', N'ELOrganization'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELOrganization1]', N'PK_ELOrganization', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELOrganizationAvailability]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELOrganizationAvailability] ( - [ELOrganizationAvailabilityId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [DaysAvailablePerWeek] INT NULL, - [HoursAvailablePerDay] DECIMAL(5, 2) NULL, - [YoungestAgeServed] INT NULL, - [OldestAgeServed] INT NULL, - [AgeUnit] NVARCHAR (10) NULL, - [NumberOfClassrooms] INT NULL, - [AnnualOperatingWeeks] INT NULL, - [RefEnvironmentSettingId] INT NULL, - [RefServiceOptionId] INT NULL, - [RefPopulationServedId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELOrganizationAvailability1] PRIMARY KEY CLUSTERED ([ELOrganizationAvailabilityId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELOrganizationAvailability]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELOrganizationAvailability] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELOrganizationAvailability] ([ELOrganizationAvailabilityId], [OrganizationId], [DaysAvailablePerWeek], [HoursAvailablePerDay], [YoungestAgeServed], [OldestAgeServed], [AgeUnit], [NumberOfClassrooms], [AnnualOperatingWeeks], [RefEnvironmentSettingId], [RefServiceOptionId], [RefPopulationServedId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [DaysAvailablePerWeek], - [HoursAvailablePerDay], - [YoungestAgeServed], - [OldestAgeServed], - [AgeUnit], - [NumberOfClassrooms], - [AnnualOperatingWeeks], - [RefEnvironmentSettingId], - [RefServiceOptionId], - [RefPopulationServedId] - FROM [dbo].[ELOrganizationAvailability] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELOrganizationAvailability] OFF; - END - -DROP TABLE [dbo].[ELOrganizationAvailability]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELOrganizationAvailability]', N'ELOrganizationAvailability'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELOrganizationAvailability1]', N'PK_ELOrganizationAvailability', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELOrganizationFunds]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELOrganizationFunds] ( - [ELOrganizationFundsId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [RefELFederalFundingTypeId] INT NULL, - [RefELLocalRevenueSourceId] INT NULL, - [RefELOtherFederalFundingSourcesId] INT NULL, - [RefELStateRevenueSourceId] INT NULL, - [RefBillableBasisTypeId] INT NULL, - [RefReimbursementTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELOrganizationFunds1] PRIMARY KEY CLUSTERED ([ELOrganizationFundsId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELOrganizationFunds]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELOrganizationFunds] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELOrganizationFunds] ([ELOrganizationFundsId], [OrganizationId], [RefELFederalFundingTypeId], [RefELLocalRevenueSourceId], [RefELOtherFederalFundingSourcesId], [RefELStateRevenueSourceId], [RefBillableBasisTypeId], [RefReimbursementTypeId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [RefELFederalFundingTypeId], - [RefELLocalRevenueSourceId], - [RefELOtherFederalFundingSourcesId], - [RefELStateRevenueSourceId], - [RefBillableBasisTypeId], - [RefReimbursementTypeId] - FROM [dbo].[ELOrganizationFunds] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELOrganizationFunds] OFF; - END - -DROP TABLE [dbo].[ELOrganizationFunds]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELOrganizationFunds]', N'ELOrganizationFunds'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELOrganizationFunds1]', N'PK_ELOrganizationFunds', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[ELOrganizationMonitoring]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationMonitoring] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ELProgramLicensing]...'; - - -GO -ALTER TABLE [dbo].[ELProgramLicensing] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ELQualityInitiative]...'; - - -GO -ALTER TABLE [dbo].[ELQualityInitiative] - ADD - [ProgramHeathSafetyChecklistUseStatus] BIT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ELQualityRatingImprovement]...'; - - -GO -ALTER TABLE [dbo].[ELQualityRatingImprovement] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[ELServicePartner]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELServicePartner] ( - [ELServicePartnerId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [ServicePartnerName] NVARCHAR (100) NULL, - [ServicePartnerDescription] NVARCHAR (300) NULL, - [MemorandumOfUnderstandingEndDate] DATE NULL, - [MemorandumOfUnderstandingStartDate] DATE NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELServicePartner1] PRIMARY KEY CLUSTERED ([ELServicePartnerId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELServicePartner]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELServicePartner] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELServicePartner] ([ELServicePartnerId], [OrganizationId], [ServicePartnerName], [ServicePartnerDescription], [MemorandumOfUnderstandingEndDate], [MemorandumOfUnderstandingStartDate]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [ServicePartnerName], - [ServicePartnerDescription], - [MemorandumOfUnderstandingEndDate], - [MemorandumOfUnderstandingStartDate] - FROM [dbo].[ELServicePartner] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELServicePartner] OFF; - END - -DROP TABLE [dbo].[ELServicePartner]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELServicePartner]', N'ELServicePartner'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELServicePartner1]', N'PK_ELServicePartner', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELStaff]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELStaff] ( - [ELStaffId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [RefChildDevelopmentAssociateTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELStaff1] PRIMARY KEY CLUSTERED ([ELStaffId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELStaff]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELStaff] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELStaff] ([ELStaffId], [OrganizationPersonRoleId], [RefChildDevelopmentAssociateTypeId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [RefChildDevelopmentAssociateTypeId] - FROM [dbo].[ELStaff] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELStaff] OFF; - END - -DROP TABLE [dbo].[ELStaff]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELStaff]', N'ELStaff'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELStaff1]', N'PK_ELStaff', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELStaffAssignment]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELStaffAssignment] ( - [ELStaffAssignmentId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [ItinerantProvider] BIT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELStaffAssignment1] PRIMARY KEY CLUSTERED ([ELStaffAssignmentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELStaffAssignment]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELStaffAssignment] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELStaffAssignment] ([ELStaffAssignmentId], [OrganizationPersonRoleId], [ItinerantProvider]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [ItinerantProvider] - FROM [dbo].[ELStaffAssignment] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELStaffAssignment] OFF; - END - -DROP TABLE [dbo].[ELStaffAssignment]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELStaffAssignment]', N'ELStaffAssignment'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELStaffAssignment1]', N'PK_ELStaffAssignment', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELStaffEducation]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELStaffEducation] ( - [ELStaffEducationId] INT IDENTITY (1,1) NOT NULL, - [ELStaffId] INT NOT NULL, - [ECDegreeOrCertificateHolder] BIT NULL, - [TotalCollegeCreditsEarned] DECIMAL(10, 2) NULL, - [TotalApprovedECCreditsEarned] DECIMAL(10, 2) NULL, - [SchoolAgeEducationPSCredits] DECIMAL(10, 2) NULL, - [RefELLevelOfSpecializationId] INT NULL, - [RefELProfessionalDevelopmentTopicAreaId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELStaffEducation1] PRIMARY KEY CLUSTERED ([ELStaffEducationId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELStaffEducation]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELStaffEducation] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELStaffEducation] ([ELStaffEducationId], [ELStaffId], [ECDegreeOrCertificateHolder], [TotalCollegeCreditsEarned], [TotalApprovedECCreditsEarned], [SchoolAgeEducationPSCredits], [RefELLevelOfSpecializationId], [RefELProfessionalDevelopmentTopicAreaId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [ECDegreeOrCertificateHolder], - [TotalCollegeCreditsEarned], - [TotalApprovedECCreditsEarned], - [SchoolAgeEducationPSCredits], - [RefELLevelOfSpecializationId], - [RefELProfessionalDevelopmentTopicAreaId] - FROM [dbo].[ELStaffEducation] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELStaffEducation] OFF; - END - -DROP TABLE [dbo].[ELStaffEducation]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELStaffEducation]', N'ELStaffEducation'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELStaffEducation1]', N'PK_ELStaffEducation', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ELStaffEmployment]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ELStaffEmployment] ( - [ELStaffEmploymentId] INT IDENTITY (1,1) NOT NULL, - [StaffEmploymentId] INT NOT NULL, - [HoursWorkedPerWeek] DECIMAL(5, 2) NULL, - [HourlyWage] DECIMAL(5, 2) NULL, - [UnionMembershipStatus] BIT NULL, - [StaffApprovalIndicator] BIT NULL, - [RefEmploymentStatusId] INT NULL, - [RefWageCollectionMethodId] INT NULL, - [RefWageVerificationId] INT NULL, - [RefELEducationStaffClassificationId] INT NULL, - [RefELEmploymentSeparationReasonId] INT NULL, - [RefELServiceProfessionalStaffClassificationId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ELStaffEmployment1] PRIMARY KEY CLUSTERED ([ELStaffEmploymentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ELStaffEmployment]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELStaffEmployment] ON; - INSERT INTO [dbo].[tmp_ms_xx_ELStaffEmployment] ([ELStaffEmploymentId], [StaffEmploymentId], [HoursWorkedPerWeek], [HourlyWage], [UnionMembershipStatus], [StaffApprovalIndicator], [RefEmploymentStatusId], [RefWageCollectionMethodId], [RefWageVerificationId], [RefELEducationStaffClassificationId], [RefELEmploymentSeparationReasonId], [RefELServiceProfessionalStaffClassificationId]) - SELECT - [StaffEmploymentId] pkCol, - [StaffEmploymentId], - [HoursWorkedPerWeek], - [HourlyWage], - [UnionMembershipStatus], - [StaffApprovalIndicator], - [RefEmploymentStatusId], - [RefWageCollectionMethodId], - [RefWageVerificationId], - [RefELEducationStaffClassificationId], - [RefELEmploymentSeparationReasonId], - [RefELServiceProfessionalStaffClassificationId] - FROM [dbo].[ELStaffEmployment] - ORDER BY [StaffEmploymentId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ELStaffEmployment] OFF; - END - -DROP TABLE [dbo].[ELStaffEmployment]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ELStaffEmployment]', N'ELStaffEmployment'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ELStaffEmployment1]', N'PK_ELStaffEmployment', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[Facility]...'; - - -GO -ALTER TABLE [dbo].[Facility] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityAudit]...'; - - -GO -ALTER TABLE [dbo].[FacilityAudit] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityCompliance]...'; - - -GO -ALTER TABLE [dbo].[FacilityCompliance] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityDesign]...'; - - -GO -ALTER TABLE [dbo].[FacilityDesign] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityDesignConstruction]...'; - - -GO -ALTER TABLE [dbo].[FacilityDesignConstruction] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityEnergy]...'; - - -GO -ALTER TABLE [dbo].[FacilityEnergy] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityFinance]...'; - - -GO -ALTER TABLE [dbo].[FacilityFinance] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[FacilityFinancial]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_FacilityFinancial] ( - [FacilityFinancialId] INT IDENTITY (1,1) NOT NULL, - [OrganizationFinancialId] INT NOT NULL, - [FacilityLeaseId] INT NULL, - [FacilityMortgageId] INT NULL, - [FacilityMortgageFeeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_FacilityFinancial1] PRIMARY KEY CLUSTERED ([FacilityFinancialId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[FacilityFinancial]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_FacilityFinancial] ON; - INSERT INTO [dbo].[tmp_ms_xx_FacilityFinancial] ([FacilityFinancialId], [OrganizationFinancialId], [FacilityLeaseId], [FacilityMortgageId], [FacilityMortgageFeeId]) - SELECT - [OrganizationFinancialId] pkCol, - [OrganizationFinancialId], - [FacilityLeaseId], - [FacilityMortgageId], - [FacilityMortgageFeeId] - FROM [dbo].[FacilityFinancial] - ORDER BY [OrganizationFinancialId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_FacilityFinancial] OFF; - END - -DROP TABLE [dbo].[FacilityFinancial]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_FacilityFinancial]', N'FacilityFinancial'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_FacilityFinancial1]', N'PK_FacilityFinancial', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[FacilityHazard]...'; - - -GO -ALTER TABLE [dbo].[FacilityHazard] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityJointUse]...'; - - -GO -ALTER TABLE [dbo].[FacilityJointUse] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityLease]...'; - - -GO -ALTER TABLE [dbo].[FacilityLease] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityLocation]...'; - - -GO -ALTER TABLE [dbo].[FacilityLocation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[FacilityManagement]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_FacilityManagement] ( - [FacilityManagementId] INT IDENTITY (1,1) NOT NULL, - [FacilityId] INT NOT NULL, - [RefBuildingCharterSchoolRealtyAccessTypeId] INT NULL, - [RefBuildingCleaningStandardTypeId] INT NULL, - [RefFacilityCapitalProgramMgmtTypeId] INT NULL, - [RefFacilityComplianceAgencyTypeId] INT NULL, - [RefFacilityOperationsMgmtTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_FacilityManagement1] PRIMARY KEY CLUSTERED ([FacilityManagementId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[FacilityManagement]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_FacilityManagement] ON; - INSERT INTO [dbo].[tmp_ms_xx_FacilityManagement] ([FacilityManagementId], [FacilityId], [RefBuildingCharterSchoolRealtyAccessTypeId], [RefBuildingCleaningStandardTypeId], [RefFacilityCapitalProgramMgmtTypeId], [RefFacilityComplianceAgencyTypeId], [RefFacilityOperationsMgmtTypeId]) - SELECT - [FacilityId] pkCol, - [FacilityId], - [RefBuildingCharterSchoolRealtyAccessTypeId], - [RefBuildingCleaningStandardTypeId], - [RefFacilityCapitalProgramMgmtTypeId], - [RefFacilityComplianceAgencyTypeId], - [RefFacilityOperationsMgmtTypeId] - FROM [dbo].[FacilityManagement] - ORDER BY [FacilityId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_FacilityManagement] OFF; - END - -DROP TABLE [dbo].[FacilityManagement]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_FacilityManagement]', N'FacilityManagement'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_FacilityManagement1]', N'PK_FacilityManagement', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[FacilityManagementPlan]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_FacilityManagementPlan] ( - [FacilityManagementPlanId] INT IDENTITY (1, 1) NOT NULL, - [FacilityManagementId] INT NOT NULL, - [FacilitiesPlanDescription] NVARCHAR (80) NULL, - [RefFacilitiesPlanTypeId] INT NULL, - [RefFacilitiesMgmtEmergencyTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_FacilityManagementPlan1] PRIMARY KEY CLUSTERED ([FacilityManagementPlanId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[FacilityManagementPlan]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_FacilityManagementPlan] ON; - INSERT INTO [dbo].[tmp_ms_xx_FacilityManagementPlan] ([FacilityManagementPlanId], [FacilityManagementId], [FacilitiesPlanDescription], [RefFacilitiesPlanTypeId], [RefFacilitiesMgmtEmergencyTypeId]) - SELECT - [FacilityManagementPlanId], - [FacilityId], - [FacilitiesPlanDescription], - [RefFacilitiesPlanTypeId], - [RefFacilitiesMgmtEmergencyTypeId] - FROM [dbo].[FacilityManagementPlan] - ORDER BY [FacilityManagementPlanId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_FacilityManagementPlan] OFF; - END - -DROP TABLE [dbo].[FacilityManagementPlan]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_FacilityManagementPlan]', N'FacilityManagementPlan'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_FacilityManagementPlan1]', N'PK_FacilityManagementPlan', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[FacilityMandate]...'; - - -GO -ALTER TABLE [dbo].[FacilityMandate] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityMortgage]...'; - - -GO -ALTER TABLE [dbo].[FacilityMortgage] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityMortgageFee]...'; - - -GO -ALTER TABLE [dbo].[FacilityMortgageFee] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilityRelationship]...'; - - -GO -ALTER TABLE [dbo].[FacilityRelationship] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilitySchoolDesign]...'; - - -GO -ALTER TABLE [dbo].[FacilitySchoolDesign] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FacilitySite]...'; - - -GO -ALTER TABLE [dbo].[FacilitySite] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[FacilityUtilization]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_FacilityUtilization] ( - [FacilityUtilizationId] INT IDENTITY (1,1) NOT NULL, - [FacilityId] INT NOT NULL, - [BuildingHoursOfPublicUsePerWeek] INT NULL, - [BuildingNetAreaOfInstructionalSpace] DECIMAL(9, 2) NULL, - [BuildingNumberOfTeachingStations] INT NULL, - [BuildingPublicUsePolicyDescription] NVARCHAR (80) NULL, - [FacilityEnrollmentCapacity] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_FacilityUtilization1] PRIMARY KEY CLUSTERED ([FacilityUtilizationId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[FacilityUtilization]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_FacilityUtilization] ON; - INSERT INTO [dbo].[tmp_ms_xx_FacilityUtilization] ([FacilityUtilizationId], [FacilityId], [BuildingHoursOfPublicUsePerWeek], [BuildingNetAreaOfInstructionalSpace], [BuildingNumberOfTeachingStations], [BuildingPublicUsePolicyDescription], [FacilityEnrollmentCapacity]) - SELECT - [FacilityId] pkCol, - [FacilityId], - [BuildingHoursOfPublicUsePerWeek], - [BuildingNetAreaOfInstructionalSpace], - [BuildingNumberOfTeachingStations], - [BuildingPublicUsePolicyDescription], - [FacilityEnrollmentCapacity] - FROM [dbo].[FacilityUtilization] - ORDER BY [FacilityId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_FacilityUtilization] OFF; - END - -DROP TABLE [dbo].[FacilityUtilization]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_FacilityUtilization]', N'FacilityUtilization'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_FacilityUtilization1]', N'PK_FacilityUtilization', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[FinancialAccount]...'; - - -GO -ALTER TABLE [dbo].[FinancialAccount] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FinancialAccountProgram]...'; - - -GO -ALTER TABLE [dbo].[FinancialAccountProgram] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FinancialAidApplication]...'; - - -GO -ALTER TABLE [dbo].[FinancialAidApplication] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[FinancialAidAward]...'; - - -GO -ALTER TABLE [dbo].[FinancialAidAward] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[Goal]...'; - - -GO -ALTER TABLE [dbo].[Goal] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[GoalMeasurement]...'; - - -GO -ALTER TABLE [dbo].[GoalMeasurement] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[GoalMeasurementCriterion]...'; - - -GO -ALTER TABLE [dbo].[GoalMeasurementCriterion] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[GoalPerformance]...'; - - -GO -ALTER TABLE [dbo].[GoalPerformance] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IDEAEligibilityEvaluationCategory]...'; - - -GO -ALTER TABLE [dbo].[IDEAEligibilityEvaluationCategory] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IEPAuthorization]...'; - - -GO -ALTER TABLE [dbo].[IEPAuthorization] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IEPAuthorizationRejected]...'; - - -GO -ALTER TABLE [dbo].[IEPAuthorizationRejected] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[IEPPresentLevel]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_IEPPresentLevel] ( - [IEPPresentLevelId] INT IDENTITY (1,1) NOT NULL, - [IndividualizedProgramId] INT NOT NULL, - [AcademicDescription] NVARCHAR (MAX) NULL, - [FunctionalDescription] NVARCHAR (MAX) NULL, - [GeneralEducationDescription] NVARCHAR (MAX) NULL, - [ParentConcernDescription] NVARCHAR (MAX) NULL, - [PreschoolDescription] NVARCHAR (MAX) NULL, - [StudentConcernDescription] NVARCHAR (MAX) NULL, - [StudentStrengthsDescription] NVARCHAR (MAX) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_IEPPresentLevel1] PRIMARY KEY CLUSTERED ([IEPPresentLevelId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[IEPPresentLevel]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_IEPPresentLevel] ON; - INSERT INTO [dbo].[tmp_ms_xx_IEPPresentLevel] ([IEPPresentLevelId], [IndividualizedProgramId], [AcademicDescription], [FunctionalDescription], [GeneralEducationDescription], [ParentConcernDescription], [PreschoolDescription], [StudentConcernDescription], [StudentStrengthsDescription]) - SELECT - [IndividualizedProgramId] pkCol, - [IndividualizedProgramId], - [AcademicDescription], - [FunctionalDescription], - [GeneralEducationDescription], - [ParentConcernDescription], - [PreschoolDescription], - [StudentConcernDescription], - [StudentStrengthsDescription] - FROM [dbo].[IEPPresentLevel] - ORDER BY [IndividualizedProgramId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_IEPPresentLevel] OFF; - END - -DROP TABLE [dbo].[IEPPresentLevel]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_IEPPresentLevel]', N'IEPPresentLevel'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_IEPPresentLevel1]', N'PK_IEPPresentLevel', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[Incident]...'; - - -GO -ALTER TABLE [dbo].[Incident] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[IncidentPerson]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_IncidentPerson] ( - [IncidentPersonId] INT IDENTITY (1,1) NOT NULL, - [IncidentId] INT NOT NULL, - [PersonId] INT NOT NULL, - [Identifier] NVARCHAR (40) NULL, - [RefIncidentPersonRoleTypeId] INT NOT NULL, - [RefIncidentPersonTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_IncidentPerson1] PRIMARY KEY NONCLUSTERED ([IncidentPersonId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[IncidentPerson]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_IncidentPerson] ON; - INSERT INTO [dbo].[tmp_ms_xx_IncidentPerson] ([IncidentId], [PersonId], [Identifier], [RefIncidentPersonRoleTypeId], [RefIncidentPersonTypeId]) - SELECT - [IncidentId], - [PersonId], - [Identifier], - [RefIncidentPersonRoleTypeId], - [RefIncidentPersonTypeId] - FROM [dbo].[IncidentPerson] - ORDER BY [IncidentId] ASC, [PersonId] ASC, [RefIncidentPersonRoleTypeId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_IncidentPerson] OFF; - END - -DROP TABLE [dbo].[IncidentPerson]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_IncidentPerson]', N'IncidentPerson'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_IncidentPerson1]', N'PK_IncidentPerson', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[IndividualizedProgram]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgram] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramAccommodation]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramAccommodation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramAccommodationSubject]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramAccommodationSubject] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramAmendment]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramAmendment] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramAssessment]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramAssessment] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramAssessmentAccommodation]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramAssessmentAccommodation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramEligibility]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramEligibility] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramEligibilityEvaluation]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramEligibilityEvaluation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramGoal]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramGoal] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramMeeting]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramMeeting] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramMeetingAttendee]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramMeetingAttendee] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramProgressGoal]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramProgressGoal] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramProgressReport]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramProgressReport] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramProgressReportPlan]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramProgressReportPlan] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramService]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramService] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[IndividualizedProgramServicesReceived]...'; - - -GO -ALTER TABLE [dbo].[IndividualizedProgramServicesReceived] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[IPEDSFinance]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_IPEDSFinance] ( - [IPEDSFinanceId] INT IDENTITY (1,1) NOT NULL, - [OrganizationFinancialId] INT NOT NULL, - [RefIPEDSFASBFinancialPositionId] INT NULL, - [RefIPEDSFASBFunctionalExpenseId] INT NULL, - [RefIPEDSFASBPellGrantTransactionsId] INT NULL, - [RefIPEDSFASBRevenueId] INT NULL, - [RefIPEDSFASBRevenueRestrictionId] INT NULL, - [RefIPEDSFASBScholarshipsandFellowshipsRevenueId] INT NULL, - [RefIPEDSGASBFinancialPositionId] INT NULL, - [RefIPEDSGASBFunctionalExpenseId] INT NULL, - [RefIPEDSGASBRevenueId] INT NULL, - [RefIPEDSGASBScholarshipsandFellowshipsRevenueId] INT NULL, - [RefIPEDSIntercollegiateAthleticsExpensesId] INT NULL, - [RefIPEDSNaturalExpenseId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_IPEDSFinance1] PRIMARY KEY CLUSTERED ([IPEDSFinanceId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[IPEDSFinance]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_IPEDSFinance] ON; - INSERT INTO [dbo].[tmp_ms_xx_IPEDSFinance] ([IPEDSFinanceId], [OrganizationFinancialId], [RefIPEDSFASBFinancialPositionId], [RefIPEDSFASBFunctionalExpenseId], [RefIPEDSFASBPellGrantTransactionsId], [RefIPEDSFASBRevenueId], [RefIPEDSFASBRevenueRestrictionId], [RefIPEDSFASBScholarshipsandFellowshipsRevenueId], [RefIPEDSGASBFinancialPositionId], [RefIPEDSGASBFunctionalExpenseId], [RefIPEDSGASBRevenueId], [RefIPEDSGASBScholarshipsandFellowshipsRevenueId], [RefIPEDSIntercollegiateAthleticsExpensesId], [RefIPEDSNaturalExpenseId]) - SELECT - [OrganizationFinancialId] pkCol, - [OrganizationFinancialId], - [RefIPEDSFASBFinancialPositionId], - [RefIPEDSFASBFunctionalExpenseId], - [RefIPEDSFASBPellGrantTransactionsId], - [RefIPEDSFASBRevenueId], - [RefIPEDSFASBRevenueRestrictionId], - [RefIPEDSFASBScholarshipsandFellowshipsRevenueId], - [RefIPEDSGASBFinancialPositionId], - [RefIPEDSGASBFunctionalExpenseId], - [RefIPEDSGASBRevenueId], - [RefIPEDSGASBScholarshipsandFellowshipsRevenueId], - [RefIPEDSIntercollegiateAthleticsExpensesId], - [RefIPEDSNaturalExpenseId] - FROM [dbo].[IPEDSFinance] - ORDER BY [OrganizationFinancialId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_IPEDSFinance] OFF; - END - -DROP TABLE [dbo].[IPEDSFinance]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_IPEDSFinance]', N'IPEDSFinance'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_IPEDSFinance1]', N'PK_IPEDSFinance', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[K12CharterSchoolApprovalAgency]...'; - - -GO -ALTER TABLE [dbo].[K12CharterSchoolApprovalAgency] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[K12CharterSchoolManagementOrganization]...'; - - -GO -ALTER TABLE [dbo].[K12CharterSchoolManagementOrganization] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[K12Course]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12Course] ( - [K12CourseId] INT IDENTITY (1,1) NOT NULL, - [CourseId] INT NOT NULL, - [HighSchoolCourseRequirement] BIT NULL, - [AvailableCarnegieUnitCredit] DECIMAL(9, 2) NULL, - [CoreAcademicCourse] BIT NULL, - [CourseAlignedWithStandards] BIT NULL, - [FundingProgram] NVARCHAR (30) NULL, - [FamilyConsumerSciencesCourseInd] BIT NULL, - [SCEDCourseCode] NCHAR (5) NULL, - [SCEDGradeSpan] NCHAR (4) NULL, - [CourseDepartmentName] NVARCHAR (60) NULL, - [RefCreditTypeEarnedId] INT NOT NULL, - [RefAdditionalCreditTypeId] INT NULL, - [RefCourseGPAApplicabilityId] INT NULL, - [RefCurriculumFrameworkTypeId] INT NULL, - [RefSCEDCourseLevelId] INT NULL, - [RefSCEDCourseSubjectAreaId] INT NULL, - [RefCareerClusterId] INT NULL, - [RefBlendedLearningModelTypeId] INT NULL, - [RefCourseInteractionModeId] INT NULL, - [RefK12EndOfCourseRequirementId] INT NULL, - [RefWorkbasedLearningOpportunityTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12Course1] PRIMARY KEY CLUSTERED ([K12CourseId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12Course]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12Course] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12Course] ([K12CourseId], [CourseId], [HighSchoolCourseRequirement], [AvailableCarnegieUnitCredit], [CoreAcademicCourse], [CourseAlignedWithStandards], [FundingProgram], [FamilyConsumerSciencesCourseInd], [SCEDCourseCode], [SCEDGradeSpan], [CourseDepartmentName], [RefCreditTypeEarnedId], [RefAdditionalCreditTypeId], [RefCourseGPAApplicabilityId], [RefCurriculumFrameworkTypeId], [RefSCEDCourseLevelId], [RefSCEDCourseSubjectAreaId], [RefCareerClusterId], [RefBlendedLearningModelTypeId], [RefCourseInteractionModeId], [RefK12EndOfCourseRequirementId], [RefWorkbasedLearningOpportunityTypeId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [HighSchoolCourseRequirement], - [AvailableCarnegieUnitCredit], - [CoreAcademicCourse], - [CourseAlignedWithStandards], - [FundingProgram], - [FamilyConsumerSciencesCourseInd], - [SCEDCourseCode], - [SCEDGradeSpan], - [CourseDepartmentName], - [RefCreditTypeEarnedId], - [RefAdditionalCreditTypeId], - [RefCourseGpaApplicabilityId], - [RefCurriculumFrameworkTypeId], - [RefSCEDCourseLevelId], - [RefSCEDCourseSubjectAreaId], - [RefCareerClusterId], - [RefBlendedLearningModelTypeId], - [RefCourseInteractionModeId], - [RefK12EndOfCourseRequirementId], - [RefWorkbasedLearningOpportunityTypeId] - FROM [dbo].[K12Course] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12Course] OFF; - END - -DROP TABLE [dbo].[K12Course]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12Course]', N'K12Course'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12Course1]', N'PK_K12Course', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12Lea]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12Lea] ( - [K12LeaId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [SupervisoryUnionIdentificationNumber] NCHAR (3) NULL, - [CharterSchoolIndicator] BIT NULL, - [RefLeaTypeId] INT NULL, - [RefLeaImprovementStatusId] INT NULL, - [RefPublicSchoolChoiceStatusId] INT NULL, - [RefCharterLeaStatusId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_XPKK12Lea1] PRIMARY KEY CLUSTERED ([K12LeaId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12Lea]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12Lea] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12Lea] ([K12LeaId], [OrganizationId], [SupervisoryUnionIdentificationNumber], [CharterSchoolIndicator], [RefLeaTypeId], [RefLeaImprovementStatusId], [RefPublicSchoolChoiceStatusId], [RefCharterLeaStatusId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [SupervisoryUnionIdentificationNumber], - [CharterSchoolIndicator], - [RefLeaTypeId], - [RefLEAImprovementStatusId], - [RefPublicSchoolChoiceStatusId], - [RefCharterLeaStatusId] - FROM [dbo].[K12Lea] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12Lea] OFF; - END - -DROP TABLE [dbo].[K12Lea]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12Lea]', N'K12Lea'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_XPKK12Lea1]', N'XPKK12Lea', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12LeaFederalFunds]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12LeaFederalFunds] ( - [K12LeaFederalFundsId] INT IDENTITY (1, 1) NOT NULL, - [OrganizationCalendarSessionId] INT NOT NULL, - [InnovativeProgramsFundsReceived] NUMERIC(12, 2) NULL, - [InnovativeDollarsSpent] NUMERIC(12, 2) NULL, - [InnovativeDollarsSpentOnStrategicPriorities] NUMERIC(12, 2) NULL, - [PublicSchoolChoiceFundsSpent] NUMERIC(12, 2) NULL, - [SesFundsSpent] NUMERIC(12, 2) NULL, - [SesSchoolChoice20PercentObligation] NUMERIC(12, 2) NULL, - [ParentalInvolvementReservationFunds] NUMERIC(12, 2) NULL, - [RefRlisProgramUseId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12LEAFederalFunds1] PRIMARY KEY CLUSTERED ([K12LeaFederalFundsId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12LeaFederalFunds]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaFederalFunds] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12LeaFederalFunds] ([K12LeaFederalFundsId], [OrganizationCalendarSessionId], [InnovativeProgramsFundsReceived], [InnovativeDollarsSpent], [InnovativeDollarsSpentOnStrategicPriorities], [PublicSchoolChoiceFundsSpent], [SesFundsSpent], [SesSchoolChoice20PercentObligation], [ParentalInvolvementReservationFunds], [RefRlisProgramUseId], [RecordStartDateTime], [RecordEndDateTime]) - SELECT - [K12leaFederalFundId], - [OrganizationCalendarSessionId], - [InnovativeProgramsFundsReceived], - [InnovativeDollarsSpent], - [InnovativeDollarsSpentOnStrategicPriorities], - [PublicSchoolChoiceFundsSpent], - [SesFundsSpent], - [SesSchoolChoice20PercentObligation], - [ParentalInvolvementReservationFunds], - [RefRlisProgramUseId], - [RecordStartDateTime], - [RecordEndDateTime] - FROM [dbo].[K12LeaFederalFunds] - ORDER BY [K12leaFederalFundId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaFederalFunds] OFF; - END - -DROP TABLE [dbo].[K12LeaFederalFunds]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12LeaFederalFunds]', N'K12LeaFederalFunds'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12LEAFederalFunds1]', N'PK_K12LEAFederalFunds', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12LeaFederalReporting]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12LeaFederalReporting] ( - [K12LeaFederalReportingId] INT IDENTITY (1,1) NOT NULL, - [K12LeaId] INT NOT NULL, - [DesegregationOrderOrPlan] BIT NULL, - [HarassmentOrBullyingPolicy] BIT NULL, - [StateAssessmentAdminFunding] NUMERIC(5, 2) NULL, - [StateAssessStandardsFunding] NUMERIC(5, 2) NULL, - [TerminatedTitleIIIProgramFailure] BIT NULL, - [InterscholasticSportsMaleOnly] INT NULL, - [InterscholasticSportsFemaleOnly] INT NULL, - [InterscholasticTeamsMaleOnly] INT NULL, - [InterscholasticTeamsFemaleOnly] INT NULL, - [InterscholasticSportParticipantsMale] INT NULL, - [InterscholasticSportParticipantsFemale] INT NULL, - [RefBarrierToEducatingHomelessId] INT NULL, - [RefIntegratedTechnologyStatusId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12LEAFederalReporting1] PRIMARY KEY CLUSTERED ([K12LeaFederalReportingId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12LeaFederalReporting]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaFederalReporting] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12LeaFederalReporting] ([K12LeaFederalReportingId], [K12LeaId], [DesegregationOrderOrPlan], [HarassmentOrBullyingPolicy], [StateAssessmentAdminFunding], [StateAssessStandardsFunding], [TerminatedTitleIIIProgramFailure], [InterscholasticSportsMaleOnly], [InterscholasticSportsFemaleOnly], [InterscholasticTeamsMaleOnly], [InterscholasticTeamsFemaleOnly], [InterscholasticSportParticipantsMale], [InterscholasticSportParticipantsFemale], [RefBarrierToEducatingHomelessId], [RefIntegratedTechnologyStatusId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [DesegregationOrderOrPlan], - [HarassmentOrBullyingPolicy], - [StateAssessmentAdminFunding], - [StateAssessStandardsFunding], - [TerminatedTitleIIIProgramFailure], - [InterscholasticSportsMaleOnly], - [InterscholasticSportsFemaleOnly], - [InterscholasticTeamsMaleOnly], - [InterscholasticTeamsFemaleOnly], - [InterscholasticSportParticipantsMale], - [InterscholasticSportParticipantsFemale], - [RefBarrierToEducatingHomelessId], - [RefIntegratedTechnologyStatusId] - FROM [dbo].[K12LeaFederalReporting] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaFederalReporting] OFF; - END - -DROP TABLE [dbo].[K12LeaFederalReporting]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12LeaFederalReporting]', N'K12LeaFederalReporting'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12LEAFederalReporting1]', N'PK_K12LEAFederalReporting', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12LeaPreKEligibility]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12LeaPreKEligibility] ( - [K12LEAPreKEligibilityId] INT IDENTITY (1, 1) NOT NULL, - [K12LeaId] INT NOT NULL, - [RefPrekindergartenEligibilityId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12LeaPreKEligibility1] PRIMARY KEY CLUSTERED ([K12LEAPreKEligibilityId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12LeaPreKEligibility]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaPreKEligibility] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12LeaPreKEligibility] ([K12LEAPreKEligibilityId], [K12LeaId], [RefPrekindergartenEligibilityId]) - SELECT - [K12LEAPreKEligibilityId], - [OrganizationId], - [RefPrekindergartenEligibilityId] - FROM [dbo].[K12LeaPreKEligibility] - ORDER BY [K12LEAPreKEligibilityId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaPreKEligibility] OFF; - END - -DROP TABLE [dbo].[K12LeaPreKEligibility]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12LeaPreKEligibility]', N'K12LeaPreKEligibility'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12LeaPreKEligibility1]', N'PK_K12LeaPreKEligibility', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO -PRINT N'Creating [dbo].[K12LeaPreKEligibility].[IX_K12LeaPreKEligibility]...'; - - -GO -CREATE UNIQUE NONCLUSTERED INDEX [IX_K12LeaPreKEligibility] - ON [dbo].[K12LeaPreKEligibility]([K12LeaId] ASC, [RefPrekindergartenEligibilityId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12LeaPreKEligibleAgesIDEA]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12LeaPreKEligibleAgesIDEA] ( - [K12LEAPreKEligibleAgesIDEAId] INT IDENTITY (1, 1) NOT NULL, - [K12LeaId] INT NOT NULL, - [RefPreKEligibleAgesNonIDEAId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12LEAPreKEligibleAgesIDEA1] PRIMARY KEY CLUSTERED ([K12LEAPreKEligibleAgesIDEAId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12LeaPreKEligibleAgesIDEA]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaPreKEligibleAgesIDEA] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12LeaPreKEligibleAgesIDEA] ([K12LEAPreKEligibleAgesIDEAId], [K12LeaId], [RefPreKEligibleAgesNonIDEAId]) - SELECT - [K12LEAPreKEligibleAgesIDEAId], - [OrganizationId], - [RefPreKEligibleAgesNonIDEAId] - FROM [dbo].[K12LeaPreKEligibleAgesIDEA] - ORDER BY [K12LEAPreKEligibleAgesIDEAId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaPreKEligibleAgesIDEA] OFF; - END - -DROP TABLE [dbo].[K12LeaPreKEligibleAgesIDEA]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12LeaPreKEligibleAgesIDEA]', N'K12LeaPreKEligibleAgesIDEA'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12LEAPreKEligibleAgesIDEA1]', N'PK_K12LEAPreKEligibleAgesIDEA', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12LeaSafeDrugFree]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12LeaSafeDrugFree] ( - [K12LeaSafeDrugFreeId] INT IDENTITY (1,1) NOT NULL, - [K12LeaId] INT NOT NULL, - [Baseline] NVARCHAR (60) NULL, - [BaselineYear] NVARCHAR (20) NULL, - [CollectionFrequency] NVARCHAR (60) NULL, - [IndicatorName] NVARCHAR (60) NULL, - [Instrument] NVARCHAR (100) NULL, - [Performance] NVARCHAR (20) NULL, - [Target] NVARCHAR (20) NULL, - [MostRecentCollection] NVARCHAR (20) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_XPKK12SchoolSafeDrugFree1] PRIMARY KEY CLUSTERED ([K12LeaSafeDrugFreeId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12LeaSafeDrugFree]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaSafeDrugFree] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12LeaSafeDrugFree] ([K12LeaSafeDrugFreeId], [K12LeaId], [Baseline], [BaselineYear], [CollectionFrequency], [IndicatorName], [Instrument], [Performance], [Target], [MostRecentCollection]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [Baseline], - [BaselineYear], - [CollectionFrequency], - [IndicatorName], - [Instrument], - [Performance], - [Target], - [MostRecentCollection] - FROM [dbo].[K12LeaSafeDrugFree] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaSafeDrugFree] OFF; - END - -DROP TABLE [dbo].[K12LeaSafeDrugFree]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12LeaSafeDrugFree]', N'K12LeaSafeDrugFree'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_XPKK12SchoolSafeDrugFree1]', N'XPKK12SchoolSafeDrugFree', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12LeaTitleIIIProfessionalDevelopment]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12LeaTitleIIIProfessionalDevelopment] ( - [K12LEATitleIIIProfessionalDevelopmentId] INT IDENTITY (1, 1) NOT NULL, - [K12LeaId] INT NOT NULL, - [RefTitleIIIProfessionalDevelopmentTypeId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12LEATitleIIIProfessionalDev1] PRIMARY KEY CLUSTERED ([K12LEATitleIIIProfessionalDevelopmentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12LeaTitleIIIProfessionalDevelopment]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaTitleIIIProfessionalDevelopment] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12LeaTitleIIIProfessionalDevelopment] ([K12LEATitleIIIProfessionalDevelopmentId], [K12LeaId], [RefTitleIIIProfessionalDevelopmentTypeId]) - SELECT - [K12LEATitleIIIProfessionalDevelopmentId], - [OrganizationId], - [RefTitleIIIProfessionalDevelopmentTypeId] - FROM [dbo].[K12LeaTitleIIIProfessionalDevelopment] - ORDER BY [K12LEATitleIIIProfessionalDevelopmentId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaTitleIIIProfessionalDevelopment] OFF; - END - -DROP TABLE [dbo].[K12LeaTitleIIIProfessionalDevelopment]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12LeaTitleIIIProfessionalDevelopment]', N'K12LeaTitleIIIProfessionalDevelopment'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12LEATitleIIIProfessionalDev1]', N'PK_K12LEATitleIIIProfessionalDev', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO -PRINT N'Creating [dbo].[K12LeaTitleIIIProfessionalDevelopment].[IX_K12LeaTitleIIIProfessionalDevelopment]...'; - - -GO -CREATE UNIQUE NONCLUSTERED INDEX [IX_K12LeaTitleIIIProfessionalDevelopment] - ON [dbo].[K12LeaTitleIIIProfessionalDevelopment]([K12LeaId] ASC, [RefTitleIIIProfessionalDevelopmentTypeId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12LeaTitleISupportService]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12LeaTitleISupportService] ( - [K12LeaTitleISupportServiceId] INT IDENTITY (1, 1) NOT NULL, - [K12LeaId] INT NOT NULL, - [RefK12LeaTitleISupportServiceId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12LEATitleISupportService1] PRIMARY KEY CLUSTERED ([K12LeaTitleISupportServiceId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12LeaTitleISupportService]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaTitleISupportService] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12LeaTitleISupportService] ([K12LeaTitleISupportServiceId], [K12LeaId], [RefK12LeaTitleISupportServiceId]) - SELECT - [K12LeaTitleISupportServiceId], - [OrganizationId], - [RefK12LeaTitleISupportServiceId] - FROM [dbo].[K12LeaTitleISupportService] - ORDER BY [K12LeaTitleISupportServiceId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12LeaTitleISupportService] OFF; - END - -DROP TABLE [dbo].[K12LeaTitleISupportService]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12LeaTitleISupportService]', N'K12LeaTitleISupportService'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12LEATitleISupportService1]', N'PK_K12LEATitleISupportService', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[K12OrganizationStudentResponsibility]...'; - - -GO -ALTER TABLE [dbo].[K12OrganizationStudentResponsibility] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[K12ProgramOrService]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12ProgramOrService] ( - [K12ProgramOrServiceId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [ProgramInMultiplePurposeFacility] BIT NULL, - [RefPrekindergartenDailyLengthId] INT NULL, - [RefKindergartenDailyLengthId] INT NULL, - [RefProgramGiftedEligibilityId] INT NULL, - [RefMepSessionTypeId] INT NULL, - [RefMepProjectTypeId] INT NULL, - [RefTitleIInstructionalServicesId] INT NULL, - [RefTitleIProgramTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12LEAProgram1] PRIMARY KEY CLUSTERED ([K12ProgramOrServiceId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12ProgramOrService]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12ProgramOrService] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12ProgramOrService] ([K12ProgramOrServiceId], [OrganizationId], [ProgramInMultiplePurposeFacility], [RefPrekindergartenDailyLengthId], [RefKindergartenDailyLengthId], [RefProgramGiftedEligibilityId], [RefMepSessionTypeId], [RefMepProjectTypeId], [RefTitleIInstructionalServicesId], [RefTitleIProgramTypeId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [ProgramInMultiplePurposeFacility], - [RefPrekindergartenDailyLengthId], - [RefKindergartenDailyLengthId], - [RefProgramGiftedEligibilityId], - [RefMepSessionTypeId], - [RefMepProjectTypeId], - [RefTitleIInstructionalServicesId], - [RefTitleIProgramTypeId] - FROM [dbo].[K12ProgramOrService] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12ProgramOrService] OFF; - END - -DROP TABLE [dbo].[K12ProgramOrService]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12ProgramOrService]', N'K12ProgramOrService'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12LEAProgram1]', N'PK_K12LEAProgram', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[K12SchoolCorrectiveAction]...'; - - -GO -ALTER TABLE [dbo].[K12SchoolCorrectiveAction] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[K12SchoolGradeOffered]...'; - - -GO -ALTER TABLE [dbo].[K12SchoolGradeOffered] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[K12SchoolImprovement]...'; - - -GO -ALTER TABLE [dbo].[K12SchoolImprovement] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[K12SchoolStatus]...'; - - -GO -ALTER TABLE [dbo].[K12SchoolStatus] - ADD - [RefBlendedLearningModelTypeId] INT NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[K12Sea]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12Sea] ( - [K12SeaId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [RefStateANSICode] CHAR (2) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_XPKK12Sea1] PRIMARY KEY CLUSTERED ([K12SeaId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12Sea]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12Sea] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12Sea] ([K12SeaId], [OrganizationId], [RefStateANSICode]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [RefStateANSICode] - FROM [dbo].[K12Sea] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12Sea] OFF; - END - -DROP TABLE [dbo].[K12Sea]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12Sea]', N'K12Sea'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_XPKK12Sea1]', N'XPKK12Sea', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12SeaAlternateFundUse]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12SeaAlternateFundUse] ( - [K12SeaAlternateFundUseId] INT IDENTITY (1, 1) NOT NULL, - [K12SeaFederalFundsId] INT NOT NULL, - [RefAlternateFundUsesId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12SEAAlternateFundUse1] PRIMARY KEY CLUSTERED ([K12SeaAlternateFundUseId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12SeaAlternateFundUse]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12SeaAlternateFundUse] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12SeaAlternateFundUse] ([K12SeaAlternateFundUseId], [K12SeaFederalFundsId], [RefAlternateFundUsesId]) - SELECT - [K12SEAlternateFundUseId], - [OrganizationId], - [RefAlternateFundUsesId] - FROM [dbo].[K12SeaAlternateFundUse] - ORDER BY [K12SEAlternateFundUseId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12SeaAlternateFundUse] OFF; - END - -DROP TABLE [dbo].[K12SeaAlternateFundUse]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12SeaAlternateFundUse]', N'K12SeaAlternateFundUse'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12SEAAlternateFundUse1]', N'PK_K12SEAAlternateFundUse', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO -PRINT N'Creating [dbo].[K12SeaAlternateFundUse].[IX_K12SeaAlternateFundUse]...'; - - -GO -CREATE UNIQUE NONCLUSTERED INDEX [IX_K12SeaAlternateFundUse] - ON [dbo].[K12SeaAlternateFundUse]([K12SeaFederalFundsId] ASC, [RefAlternateFundUsesId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12SeaFederalFunds]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12SeaFederalFunds] ( - [K12SeaFederalFundsId] INT IDENTITY (1,1) NOT NULL, - [K12SeaId] INT NOT NULL, - [StateTransferabilityOfFunds] BIT NULL, - [DateStateReceivedTitleIIIAllocation] DATE NULL, - [DateTitleIIIFundsAvailableToSubgrantees] DATE NULL, - [NumberOfDaysForTitleIIISubgrants] NUMERIC(6, 2) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12SEAFederalFunds1] PRIMARY KEY CLUSTERED ([K12SeaFederalFundsId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12SeaFederalFunds]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12SeaFederalFunds] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12SeaFederalFunds] ([K12SeaFederalFundsId], [K12SeaId], [StateTransferabilityOfFunds], [DateStateReceivedTitleIIIAllocation], [DateTitleIIIFundsAvailableToSubgrantees], [NumberOfDaysForTitleIIISubgrants]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [StateTransferabilityOfFunds], - [DateStateReceivedTitleIIIAllocation], - [DateTitleIIIFundsAvailableToSubgrantees], - [NumberOfDaysForTitleIIISubgrants] - FROM [dbo].[K12SeaFederalFunds] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12SeaFederalFunds] OFF; - END - -DROP TABLE [dbo].[K12SeaFederalFunds]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12SeaFederalFunds]', N'K12SeaFederalFunds'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12SEAFederalFunds1]', N'PK_K12SEAFederalFunds', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12StaffEmployment]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12StaffEmployment] ( - [K12StaffEmploymentId] INT IDENTITY (1,1) NOT NULL, - [StaffEmploymentId] INT NOT NULL, - [ContractDaysOfServicePerYear] DECIMAL(5, 2) NULL, - [StaffCompensationBaseSalary] DECIMAL(9, 2) NULL, - [StaffCompensationRetirementBenefits] DECIMAL(9, 2) NULL, - [StaffCompensationHealthBenefits] DECIMAL(9, 2) NULL, - [StaffCompensationOtherBenefits] DECIMAL(9, 2) NULL, - [StaffCompensationTotalBenefits] DECIMAL(9, 2) NULL, - [StaffCompensationTotalSalary] DECIMAL(9, 2) NULL, - [MepPersonnelIndicator] BIT NULL, - [TitleITargetedAssistanceStaffFunded] BIT NULL, - [SalaryForTeachingAssignmentOnlyIndicator] BIT NULL, - [RefK12StaffClassificationId] INT NULL, - [RefEmploymentStatusId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12StaffEmployment1] PRIMARY KEY CLUSTERED ([K12StaffEmploymentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12StaffEmployment]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StaffEmployment] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12StaffEmployment] ([K12StaffEmploymentId], [StaffEmploymentId], [ContractDaysOfServicePerYear], [StaffCompensationBaseSalary], [StaffCompensationRetirementBenefits], [StaffCompensationHealthBenefits], [StaffCompensationOtherBenefits], [StaffCompensationTotalBenefits], [StaffCompensationTotalSalary], [MepPersonnelIndicator], [TitleITargetedAssistanceStaffFunded], [SalaryForTeachingAssignmentOnlyIndicator], [RefK12StaffClassificationId], [RefEmploymentStatusId]) - SELECT - [StaffEmploymentId] pkCol, - [StaffEmploymentId], - [ContractDaysOfServicePerYear], - [StaffCompensationBaseSalary], - [StaffCompensationRetirementBenefits], - [StaffCompensationHealthBenefits], - [StaffCompensationOtherBenefits], - [StaffCompensationTotalBenefits], - [StaffCompensationTotalSalary], - [MepPersonnelIndicator], - [TitleITargetedAssistanceStaffFunded], - [SalaryForTeachingAssignmentOnlyIndicator], - [RefK12StaffClassificationId], - [RefEmploymentStatusId] - FROM [dbo].[K12StaffEmployment] - ORDER BY [StaffEmploymentId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StaffEmployment] OFF; - END - -DROP TABLE [dbo].[K12StaffEmployment]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12StaffEmployment]', N'K12StaffEmployment'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12StaffEmployment1]', N'PK_K12StaffEmployment', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[K12StudentAcademicHonor]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicHonor] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[K12StudentAcademicRecord]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12StudentAcademicRecord] ( - [K12StudentAcademicRecordId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [CreditsAttemptedCumulative] DECIMAL(9, 2) NULL, - [CreditsEarnedCumulative] DECIMAL(9, 2) NULL, - [GradePointsEarnedCumulative] DECIMAL(9, 2) NULL, - [GradePointAverageCumulative] DECIMAL(9, 4) NULL, - [ProjectedGraduationDate] DATETIME NULL, - [HighSchoolStudentClassRank] INT NULL, - [ClassRankingDate] DATETIME NULL, - [TotalNumberInClass] INT NULL, - [DiplomaOrCredentialAwardDate] DATETIME NULL, - [RefGpaWeightedIndicatorId] INT NULL, - [RefHighSchoolDiplomaTypeId] INT NULL, - [RefHighSchoolDiplomaDistinctionTypeId] INT NULL, - [RefTechnologyLiteracyStatusId] INT NULL, - [RefPsEnrollmentActionId] INT NULL, - [RefPreAndPostTestIndicatorId] INT NULL, - [RefProfessionalTechnicalCredentialTypeId] INT NULL, - [RefProgressLevelId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12StudentAcademicRecord1] PRIMARY KEY CLUSTERED ([K12StudentAcademicRecordId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12StudentAcademicRecord]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentAcademicRecord] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12StudentAcademicRecord] ([K12StudentAcademicRecordId], [OrganizationPersonRoleId], [CreditsAttemptedCumulative], [CreditsEarnedCumulative], [GradePointsEarnedCumulative], [GradePointAverageCumulative], [ProjectedGraduationDate], [HighSchoolStudentClassRank], [ClassRankingDate], [TotalNumberInClass], [DiplomaOrCredentialAwardDate], [RefGpaWeightedIndicatorId], [RefHighSchoolDiplomaTypeId], [RefHighSchoolDiplomaDistinctionTypeId], [RefTechnologyLiteracyStatusId], [RefPsEnrollmentActionId], [RefPreAndPostTestIndicatorId], [RefProfessionalTechnicalCredentialTypeId], [RefProgressLevelId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [CreditsAttemptedCumulative], - [CreditsEarnedCumulative], - [GradePointsEarnedCumulative], - [GradePointAverageCumulative], - [ProjectedGraduationDate], - [HighSchoolStudentClassRank], - [ClassRankingDate], - [TotalNumberInClass], - [DiplomaOrCredentialAwardDate], - [RefGpaWeightedIndicatorId], - [RefHighSchoolDiplomaTypeId], - [RefHighSchoolDiplomaDistinctionTypeId], - [RefTechnologyLiteracyStatusId], - [RefPsEnrollmentActionId], - [RefPreAndPostTestIndicatorId], - [RefProfessionalTechnicalCredentialTypeId], - [RefProgressLevelId] - FROM [dbo].[K12StudentAcademicRecord] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentAcademicRecord] OFF; - END - -DROP TABLE [dbo].[K12StudentAcademicRecord]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12StudentAcademicRecord]', N'K12StudentAcademicRecord'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12StudentAcademicRecord1]', N'PK_K12StudentAcademicRecord', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12StudentActivity]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12StudentActivity] ( - [K12StudentActivityId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [ActivityTimeInvolved] DECIMAL(9, 2) NULL, - [RefActivityTimeMeasurementTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12StudentActivity1] PRIMARY KEY CLUSTERED ([K12StudentActivityId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12StudentActivity]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentActivity] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12StudentActivity] ([K12StudentActivityId], [OrganizationPersonRoleId], [ActivityTimeInvolved], [RefActivityTimeMeasurementTypeId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [ActivityTimeInvolved], - [RefActivityTimeMeasurementTypeId] - FROM [dbo].[K12StudentActivity] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentActivity] OFF; - END - -DROP TABLE [dbo].[K12StudentActivity]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12StudentActivity]', N'K12StudentActivity'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12StudentActivity1]', N'PK_K12StudentActivity', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12StudentCohort]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12StudentCohort] ( - [K12StudentCohortId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [CohortYear] NCHAR (4) NULL, - [CohortGraduationYear] NCHAR (4) NULL, - [GraduationRateSurveyCohortYear] NCHAR (4) NULL, - [GraduationRateSurveyIndicator] BIT NULL, - [CohortDescription] NVARCHAR (30) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12StudentCohort1] PRIMARY KEY CLUSTERED ([K12StudentCohortId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12StudentCohort]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentCohort] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12StudentCohort] ([K12StudentCohortId], [OrganizationPersonRoleId], [CohortYear], [CohortGraduationYear], [GraduationRateSurveyCohortYear], [GraduationRateSurveyIndicator], [CohortDescription]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [CohortYear], - [CohortGraduationYear], - [GraduationRateSurveyCohortYear], - [GraduationRateSurveyIndicator], - [CohortDescription] - FROM [dbo].[K12StudentCohort] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentCohort] OFF; - END - -DROP TABLE [dbo].[K12StudentCohort]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12StudentCohort]', N'K12StudentCohort'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12StudentCohort1]', N'PK_K12StudentCohort', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12StudentCourseSection]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12StudentCourseSection] ( - [K12StudentCourseSectionId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [GradeEarned] NVARCHAR (15) NULL, - [GradeValueQualifier] NVARCHAR (100) NULL, - [NumberOfCreditsAttempted] DECIMAL(9, 2) NULL, - [NumberOfCreditsEarned] DECIMAL(9, 2) NULL, - [TuitionFunded] BIT NULL, - [ExitWithdrawalDate] DATE NULL, - [RefCourseRepeatCodeId] INT NULL, - [RefCourseSectionEnrollmentStatusTypeId] INT NULL, - [RefCourseSectionEntryTypeId] INT NULL, - [RefCourseSectionExitTypeId] INT NULL, - [RefExitOrWithdrawalStatusId] INT NULL, - [RefGradeLevelWhenCourseTakenId] INT NULL, - [RefCreditTypeEarnedId] INT NULL, - [RefAdditionalCreditTypeId] INT NULL, - [RefPreAndPostTestIndicatorId] INT NULL, - [RefProgressLevelId] INT NULL, - [RefCourseGPAApplicabilityId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12StudentCourseSection1] PRIMARY KEY CLUSTERED ([K12StudentCourseSectionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12StudentCourseSection]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentCourseSection] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12StudentCourseSection] ([K12StudentCourseSectionId], [OrganizationPersonRoleId], [GradeEarned], [GradeValueQualifier], [NumberOfCreditsAttempted], [NumberOfCreditsEarned], [TuitionFunded], [ExitWithdrawalDate], [RefCourseRepeatCodeId], [RefCourseSectionEnrollmentStatusTypeId], [RefCourseSectionEntryTypeId], [RefCourseSectionExitTypeId], [RefExitOrWithdrawalStatusId], [RefGradeLevelWhenCourseTakenId], [RefCreditTypeEarnedId], [RefAdditionalCreditTypeId], [RefPreAndPostTestIndicatorId], [RefProgressLevelId], [RefCourseGPAApplicabilityId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [GradeEarned], - [GradeValueQualifier], - [NumberOfCreditsAttempted], - [NumberOfCreditsEarned], - [TuitionFunded], - [ExitWithdrawalDate], - [RefCourseRepeatCodeId], - [RefCourseSectionEnrollmentStatusTypeId], - [RefCourseSectionEntryTypeId], - [RefCourseSectionExitTypeId], - [RefExitOrWithdrawalStatusId], - [RefGradeLevelWhenCourseTakenId], - [RefCreditTypeEarnedId], - [RefAdditionalCreditTypeId], - [RefPreAndPostTestIndicatorId], - [RefProgressLevelId], - [RefCourseGpaApplicabilityId] - FROM [dbo].[K12StudentCourseSection] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentCourseSection] OFF; - END - -DROP TABLE [dbo].[K12StudentCourseSection]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12StudentCourseSection]', N'K12StudentCourseSection'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12StudentCourseSection1]', N'PK_K12StudentCourseSection', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12StudentCourseSectionMark]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12StudentCourseSectionMark] ( - [K12StudentCourseSectionMarkId] INT IDENTITY (1, 1) NOT NULL, - [K12StudentCourseSectionId] INT NOT NULL, - [MarkingPeriodName] NVARCHAR (30) NULL, - [FinalIndicator] BIT NULL, - [GradeEarned] NVARCHAR (15) NULL, - [MidTermMark] NVARCHAR (15) NULL, - [GradeValueQualifier] NVARCHAR (100) NULL, - [StudentCourseSectionGradeNarrative] NVARCHAR (300) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12StudentCourseSectionMark1] PRIMARY KEY CLUSTERED ([K12StudentCourseSectionMarkId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12StudentCourseSectionMark]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentCourseSectionMark] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12StudentCourseSectionMark] ([K12StudentCourseSectionMarkId], [K12StudentCourseSectionId], [MarkingPeriodName], [FinalIndicator], [GradeEarned], [MidTermMark], [GradeValueQualifier], [StudentCourseSectionGradeNarrative]) - SELECT - [K12StudentCourseSectionMarkId], - [OrganizationPersonRoleId], - [MarkingPeriodName], - [FinalIndicator], - [GradeEarned], - [MidTermMark], - [GradeValueQualifier], - [StudentCourseSectionGradeNarrative] - FROM [dbo].[K12StudentCourseSectionMark] - ORDER BY [K12StudentCourseSectionMarkId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentCourseSectionMark] OFF; - END - -DROP TABLE [dbo].[K12StudentCourseSectionMark]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12StudentCourseSectionMark]', N'K12StudentCourseSectionMark'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12StudentCourseSectionMark1]', N'PK_K12StudentCourseSectionMark', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[K12StudentDiscipline]...'; - - -GO -ALTER TABLE [dbo].[K12StudentDiscipline] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[K12StudentEmployment]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12StudentEmployment] ( - [K12StudentEmploymentId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [EmploymentNaicsCode] NCHAR (6) NULL, - [RefEmployedWhileEnrolledId] INT NULL, - [RefEmployedAfterExitId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12StudentEmployment1] PRIMARY KEY CLUSTERED ([K12StudentEmploymentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12StudentEmployment]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentEmployment] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12StudentEmployment] ([K12StudentEmploymentId], [OrganizationPersonRoleId], [EmploymentNaicsCode], [RefEmployedWhileEnrolledId], [RefEmployedAfterExitId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [EmploymentNaicsCode], - [RefEmployedWhileEnrolledId], - [RefEmployedAfterExitId] - FROM [dbo].[K12StudentEmployment] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentEmployment] OFF; - END - -DROP TABLE [dbo].[K12StudentEmployment]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12StudentEmployment]', N'K12StudentEmployment'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12StudentEmployment1]', N'PK_K12StudentEmployment', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12StudentGraduationPlan]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12StudentGraduationPlan] ( - [K12StudentGraduationPlanId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [K12CourseId] INT NOT NULL, - [CreditsRequired] DECIMAL(9, 2) NULL, - [RefSCEDCourseSubjectAreaId] INT NULL, - [RefGradeLevelWhenCourseTakenId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12StudentGraduationPlan1] PRIMARY KEY CLUSTERED ([K12StudentGraduationPlanId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12StudentGraduationPlan]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentGraduationPlan] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12StudentGraduationPlan] ([K12StudentGraduationPlanId], [OrganizationPersonRoleId], [K12CourseId], [CreditsRequired], [RefSCEDCourseSubjectAreaId], [RefGradeLevelWhenCourseTakenId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [K12CourseId], - [CreditsRequired], - [RefSCEDCourseSubjectAreaId], - [RefGradeLevelWhenCourseTakenId] - FROM [dbo].[K12StudentGraduationPlan] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentGraduationPlan] OFF; - END - -DROP TABLE [dbo].[K12StudentGraduationPlan]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12StudentGraduationPlan]', N'K12StudentGraduationPlan'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12StudentGraduationPlan1]', N'PK_K12StudentGraduationPlan', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[K12StudentLiteracyAssessment]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_K12StudentLiteracyAssessment] ( - [K12StudentLiteracyAssessmentId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [LiteracyPreTestStatus] BIT NULL, - [LiteracyPostTestStatus] BIT NULL, - [LiteracyGoalMetStatus] BIT NULL, - [RefLiteracyAssessmentId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_K12StudentLiteracyAssessment1] PRIMARY KEY CLUSTERED ([K12StudentLiteracyAssessmentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[K12StudentLiteracyAssessment]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentLiteracyAssessment] ON; - INSERT INTO [dbo].[tmp_ms_xx_K12StudentLiteracyAssessment] ([K12StudentLiteracyAssessmentId], [OrganizationPersonRoleId], [LiteracyPreTestStatus], [LiteracyPostTestStatus], [LiteracyGoalMetStatus], [RefLiteracyAssessmentId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [LiteracyPreTestStatus], - [LiteracyPostTestStatus], - [LiteracyGoalMetStatus], - [RefLiteracyAssessmentId] - FROM [dbo].[K12StudentLiteracyAssessment] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_K12StudentLiteracyAssessment] OFF; - END - -DROP TABLE [dbo].[K12StudentLiteracyAssessment]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_K12StudentLiteracyAssessment]', N'K12StudentLiteracyAssessment'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_K12StudentLiteracyAssessment1]', N'PK_K12StudentLiteracyAssessment', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[K12StudentSession]...'; - - -GO -ALTER TABLE [dbo].[K12StudentSession] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[K12TitleIIILanguageInstruction]...'; - - -GO -ALTER TABLE [dbo].[K12TitleIIILanguageInstruction] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[LearnerAction]...'; - - -GO -ALTER TABLE [dbo].[LearnerAction] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[LearnerActivity]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[LearnerActivity_LearningResource]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity_LearningResource] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[LearningResource]...'; - - -GO -ALTER TABLE [dbo].[LearningResource] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[LearningResourceAdaptation]...'; - - -GO -ALTER TABLE [dbo].[LearningResourceAdaptation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[LearningResourceEducationLevel]...'; - - -GO -ALTER TABLE [dbo].[LearningResourceEducationLevel] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[LearningResourceMediaFeature]...'; - - -GO -ALTER TABLE [dbo].[LearningResourceMediaFeature] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[LearningResourcePeerRating]...'; - - -GO -ALTER TABLE [dbo].[LearningResourcePeerRating] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[LearningResourcePhysicalMedia]...'; - - -GO -ALTER TABLE [dbo].[LearningResourcePhysicalMedia] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[Location]...'; - - -GO -ALTER TABLE [dbo].[Location] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[LocationAddress]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_LocationAddress] ( - [LocationAddressId] INT IDENTITY (1,1) NOT NULL, - [LocationId] INT NOT NULL, - [StreetNumberAndName] NVARCHAR (40) NULL, - [ApartmentRoomOrSuiteNumber] NVARCHAR (30) NULL, - [BuildingSiteNumber] NVARCHAR (30) NULL, - [City] NVARCHAR (30) NULL, - [PostalCode] NVARCHAR (17) NULL, - [CountyName] NVARCHAR (30) NULL, - [Latitude] NVARCHAR (20) NULL, - [Longitude] NVARCHAR (20) NULL, - [FacilityBlockNumberArea] NVARCHAR (100) NULL, - [FacilityCensusTract] NVARCHAR (100) NULL, - [RefStateId] INT NULL, - [RefCountyId] INT NULL, - [RefCountryId] INT NULL, - [RefERSRuralUrbanContinuumCodeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_Address1] PRIMARY KEY CLUSTERED ([LocationAddressId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[LocationAddress]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_LocationAddress] ON; - INSERT INTO [dbo].[tmp_ms_xx_LocationAddress] ([LocationAddressId], [LocationId], [StreetNumberAndName], [ApartmentRoomOrSuiteNumber], [BuildingSiteNumber], [City], [PostalCode], [CountyName], [Latitude], [Longitude], [FacilityBlockNumberArea], [FacilityCensusTract], [RefStateId], [RefCountyId], [RefCountryId], [RefERSRuralUrbanContinuumCodeId]) - SELECT - [LocationId] pkCol, - [LocationId], - [StreetNumberAndName], - [ApartmentRoomOrSuiteNumber], - [BuildingSiteNumber], - [City], - [PostalCode], - [CountyName], - [Latitude], - [Longitude], - [FacilityBlockNumberArea], - [FacilityCensusTract], - [RefStateId], - [RefCountyId], - [RefCountryId], - [RefERSRuralUrbanContinuumCodeId] - FROM [dbo].[LocationAddress] - ORDER BY [LocationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_LocationAddress] OFF; - END - -DROP TABLE [dbo].[LocationAddress]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_LocationAddress]', N'LocationAddress'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_Address1]', N'PK_Address', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[Organization]...'; - - -GO -ALTER TABLE [dbo].[Organization] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationAccreditation]...'; - - -GO -ALTER TABLE [dbo].[OrganizationAccreditation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationCalendar]...'; - - -GO -ALTER TABLE [dbo].[OrganizationCalendar] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationCalendarCrisis]...'; - - -GO -ALTER TABLE [dbo].[OrganizationCalendarCrisis] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationCalendarDay]...'; - - -GO -ALTER TABLE [dbo].[OrganizationCalendarDay] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationCalendarEvent]...'; - - -GO -ALTER TABLE [dbo].[OrganizationCalendarEvent] - ADD - [StartTime] TIME NULL, - [EndTime] TIME NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationCalendarSession]...'; - - -GO -ALTER TABLE [dbo].[OrganizationCalendarSession] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationEmail]...'; - - -GO -ALTER TABLE [dbo].[OrganizationEmail] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationEmployeeBenefit]...'; - - -GO -ALTER TABLE [dbo].[OrganizationEmployeeBenefit] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationFederalAccountability]...'; - - -GO -ALTER TABLE [dbo].[OrganizationFederalAccountability] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationFinancial]...'; - - -GO -ALTER TABLE [dbo].[OrganizationFinancial] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[OrganizationImage]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_OrganizationImage] ( - [OrganizationImageId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [URL] NVARCHAR (512) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_OrganizationImage1] PRIMARY KEY CLUSTERED ([OrganizationImageId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[OrganizationImage]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_OrganizationImage] ON; - INSERT INTO [dbo].[tmp_ms_xx_OrganizationImage] ([OrganizationImageId], [OrganizationId], [URL]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [URL] - FROM [dbo].[OrganizationImage] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_OrganizationImage] OFF; - END - -DROP TABLE [dbo].[OrganizationImage]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_OrganizationImage]', N'OrganizationImage'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_OrganizationImage1]', N'PK_OrganizationImage', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[OrganizationIndicator]...'; - - -GO -ALTER TABLE [dbo].[OrganizationIndicator] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationLocation]...'; - - -GO -ALTER TABLE [dbo].[OrganizationLocation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationOperationalStatus]...'; - - -GO -ALTER TABLE [dbo].[OrganizationOperationalStatus] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[OrganizationPersonRole] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationPolicy]...'; - - -GO -ALTER TABLE [dbo].[OrganizationPolicy] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationRelationship]...'; - - -GO -ALTER TABLE [dbo].[OrganizationRelationship] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationService]...'; - - -GO -ALTER TABLE [dbo].[OrganizationService] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationTechnicalAssistance]...'; - - -GO -ALTER TABLE [dbo].[OrganizationTechnicalAssistance] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[OrganizationTelephone]...'; - - -GO -ALTER TABLE [dbo].[OrganizationTelephone] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[OrganizationWebsite]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_OrganizationWebsite] ( - [OrganizationWebsiteId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [Website] NVARCHAR (300) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_OrganizationWebsite1] PRIMARY KEY CLUSTERED ([OrganizationWebsiteId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[OrganizationWebsite]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_OrganizationWebsite] ON; - INSERT INTO [dbo].[tmp_ms_xx_OrganizationWebsite] ([OrganizationWebsiteId], [OrganizationId], [Website]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [Website] - FROM [dbo].[OrganizationWebsite] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_OrganizationWebsite] OFF; - END - -DROP TABLE [dbo].[OrganizationWebsite]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_OrganizationWebsite]', N'OrganizationWebsite'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_OrganizationWebsite1]', N'PK_OrganizationWebsite', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[PDActivityEducationLevel]...'; - - -GO -ALTER TABLE [dbo].[PDActivityEducationLevel] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PeerRatingSystem]...'; - - -GO -ALTER TABLE [dbo].[PeerRatingSystem] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[Person]...'; - - -GO -ALTER TABLE [dbo].[Person] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[Person_AssessmentPersonalNeedsProfile]...'; - - -GO -ALTER TABLE [dbo].[Person_AssessmentPersonalNeedsProfile] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonAddress]...'; - - -GO -ALTER TABLE [dbo].[PersonAddress] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonAllergy]...'; - - -GO -ALTER TABLE [dbo].[PersonAllergy] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[PersonBirthplace]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PersonBirthplace] ( - [PersonBirthplaceId] INT IDENTITY (1,1) NOT NULL, - [PersonId] INT NOT NULL, - [City] NVARCHAR (30) NULL, - [RefStateId] INT NULL, - [RefCountryId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_XPKPersonBirthplace1] PRIMARY KEY CLUSTERED ([PersonBirthplaceId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PersonBirthplace]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PersonBirthplace] ON; - INSERT INTO [dbo].[tmp_ms_xx_PersonBirthplace] ([PersonBirthplaceId], [PersonId], [City], [RefStateId], [RefCountryId]) - SELECT - [PersonId] pkCol, - [PersonId], - [City], - [RefStateId], - [RefCountryId] - FROM [dbo].[PersonBirthplace] - ORDER BY [PersonId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PersonBirthplace] OFF; - END - -DROP TABLE [dbo].[PersonBirthplace]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PersonBirthplace]', N'PersonBirthplace'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_XPKPersonBirthplace1]', N'XPKPersonBirthplace', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[PersonCareerEducationPlan]...'; - - -GO -ALTER TABLE [dbo].[PersonCareerEducationPlan] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonCredential]...'; - - -GO -ALTER TABLE [dbo].[PersonCredential] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonDegreeOrCertificate]...'; - - -GO -ALTER TABLE [dbo].[PersonDegreeOrCertificate] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonEmailAddress]...'; - - -GO -ALTER TABLE [dbo].[PersonEmailAddress] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonFamily]...'; - - -GO -ALTER TABLE [dbo].[PersonFamily] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonHealth]...'; - - -GO -ALTER TABLE [dbo].[PersonHealth] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[PersonHealthBirth]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PersonHealthBirth] ( - [PersonHealthBirthId] INT IDENTITY (1,1) NOT NULL, - [PersonId] INT NOT NULL, - [WeeksOfGestation] INT NULL, - [MultipleBirthIndicator] BIT NULL, - [WeightAtBirth] NVARCHAR (20) NULL, - [RefTrimesterWhenPrenatalCareBeganId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PersonHealthBirth1] PRIMARY KEY CLUSTERED ([PersonHealthBirthId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PersonHealthBirth]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PersonHealthBirth] ON; - INSERT INTO [dbo].[tmp_ms_xx_PersonHealthBirth] ([PersonHealthBirthId], [PersonId], [WeeksOfGestation], [MultipleBirthIndicator], [WeightAtBirth], [RefTrimesterWhenPrenatalCareBeganId]) - SELECT - [PersonId] pkCol, - [PersonId], - [WeeksOfGestation], - [MultipleBirthIndicator], - [WeightAtBirth], - [RefTrimesterWhenPrenatalCareBeganId] - FROM [dbo].[PersonHealthBirth] - ORDER BY [PersonId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PersonHealthBirth] OFF; - END - -DROP TABLE [dbo].[PersonHealthBirth]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PersonHealthBirth]', N'PersonHealthBirth'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PersonHealthBirth1]', N'PK_PersonHealthBirth', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[PersonHomelessness]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PersonHomelessness] ( - [PersonHomelessnessId] INT IDENTITY (1,1) NOT NULL, - [PersonId] INT NOT NULL, - [HomelessnessStatus] BIT NOT NULL, - [RefHomelessNighttimeResidenceId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_HomelessPrimaryNighttimeResidence1] PRIMARY KEY CLUSTERED ([PersonHomelessnessId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PersonHomelessness]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PersonHomelessness] ON; - INSERT INTO [dbo].[tmp_ms_xx_PersonHomelessness] ([PersonHomelessnessId], [PersonId], [HomelessnessStatus], [RefHomelessNighttimeResidenceId], [RecordStartDateTime], [RecordEndDateTime]) - SELECT - [PersonId] pkCol, - [PersonId], - [HomelessnessStatus], - [RefHomelessNighttimeResidenceId], - [RecordStartDateTime], - [RecordEndDateTime] - FROM [dbo].[PersonHomelessness] - ORDER BY [PersonId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PersonHomelessness] OFF; - END - -DROP TABLE [dbo].[PersonHomelessness]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PersonHomelessness]', N'PersonHomelessness'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_HomelessPrimaryNighttimeResidence1]', N'PK_HomelessPrimaryNighttimeResidence', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[PersonIdentifier]...'; - - -GO -ALTER TABLE [dbo].[PersonIdentifier] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonImmunization]...'; - - -GO -ALTER TABLE [dbo].[PersonImmunization] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonLanguage]...'; - - -GO -ALTER TABLE [dbo].[PersonLanguage] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonMaster]...'; - - -GO -ALTER TABLE [dbo].[PersonMaster] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[PersonMilitary]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PersonMilitary] ( - [PersonMilitaryId] INT IDENTITY (1,1) NOT NULL, - [PersonId] INT NOT NULL, - [RefMilitaryActiveStudentIndicatorId] INT NULL, - [RefMilitaryConnectedStudentIndicatorId] INT NULL, - [RefMilitaryVeteranStudentIndicatorId] INT NULL, - [RefMilitaryBranchId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PersonMilitary1] PRIMARY KEY CLUSTERED ([PersonMilitaryId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PersonMilitary]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PersonMilitary] ON; - INSERT INTO [dbo].[tmp_ms_xx_PersonMilitary] ([PersonMilitaryId], [PersonId], [RefMilitaryActiveStudentIndicatorId], [RefMilitaryConnectedStudentIndicatorId], [RefMilitaryVeteranStudentIndicatorId], [RefMilitaryBranchId]) - SELECT - [PersonId] pkCol, - [PersonId], - [RefMilitaryActiveStudentIndicatorId], - [RefMilitaryConnectedStudentIndicatorId], - [RefMilitaryVeteranStudentIndicatorId], - [RefMilitaryBranchId] - FROM [dbo].[PersonMilitary] - ORDER BY [PersonId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PersonMilitary] OFF; - END - -DROP TABLE [dbo].[PersonMilitary]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PersonMilitary]', N'PersonMilitary'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PersonMilitary1]', N'PK_PersonMilitary', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[PersonOtherName]...'; - - -GO -ALTER TABLE [dbo].[PersonOtherName] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonReferral]...'; - - -GO -ALTER TABLE [dbo].[PersonReferral] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonRelationship]...'; - - -GO -ALTER TABLE [dbo].[PersonRelationship] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonStatus]...'; - - -GO -ALTER TABLE [dbo].[PersonStatus] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PersonTelephone]...'; - - -GO -ALTER TABLE [dbo].[PersonTelephone] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ProfessionalDevelopmentActivity]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ProfessionalDevelopmentRequirement]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentRequirement] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ProfessionalDevelopmentSession]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentSession] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ProfessionalDevelopmentSessionInstructor]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentSessionInstructor] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[Program]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_Program] ( - [ProgramId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [CreditsRequired] DECIMAL(9, 2) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_Program1] PRIMARY KEY CLUSTERED ([ProgramId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[Program]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_Program] ON; - INSERT INTO [dbo].[tmp_ms_xx_Program] ([ProgramId], [OrganizationId], [CreditsRequired]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [CreditsRequired] - FROM [dbo].[Program] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_Program] OFF; - END - -DROP TABLE [dbo].[Program]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_Program]', N'Program'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_Program1]', N'PK_Program', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[ProgramParticipationTitleI]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_ProgramParticipationTitleI] ( - [ProgramParticipationTitleIId] INT IDENTITY (1,1) NOT NULL, - [PersonProgramParticipationId] INT NOT NULL, - [RefTitleIIndicatorId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_ProgramParticipationTitleI1] PRIMARY KEY CLUSTERED ([ProgramParticipationTitleIId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[ProgramParticipationTitleI]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ProgramParticipationTitleI] ON; - INSERT INTO [dbo].[tmp_ms_xx_ProgramParticipationTitleI] ([ProgramParticipationTitleIId], [PersonProgramParticipationId], [RefTitleIIndicatorId]) - SELECT - [PersonProgramParticipationId] pkCol, - [PersonProgramParticipationId], - [RefTitleIIndicatorId] - FROM [dbo].[ProgramParticipationTitleI] - ORDER BY [PersonProgramParticipationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_ProgramParticipationTitleI] OFF; - END - -DROP TABLE [dbo].[ProgramParticipationTitleI]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_ProgramParticipationTitleI]', N'ProgramParticipationTitleI'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_ProgramParticipationTitleI1]', N'PK_ProgramParticipationTitleI', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[PsCourse]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsCourse] ( - [PsCourseId] INT IDENTITY (1,1) NOT NULL, - [CourseId] INT NOT NULL, - [CourseNumber] NVARCHAR (30) NULL, - [OriginalCourseIdentifier] NVARCHAR (40) NULL, - [OverrideSchoolCourseNumber] NVARCHAR (30) NULL, - [NCAAEligibilityInd] INT NULL, - [RefCourseCreditBasisTypeId] INT NULL, - [RefCourseCreditLevelTypeId] INT NULL, - [RefNCESCollegeCourseMapCodeId] INT NULL, - [RefCipCodeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsCourse1] PRIMARY KEY CLUSTERED ([PsCourseId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsCourse]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsCourse] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsCourse] ([PsCourseId], [CourseId], [CourseNumber], [OriginalCourseIdentifier], [OverrideSchoolCourseNumber], [NCAAEligibilityInd], [RefCourseCreditBasisTypeId], [RefCourseCreditLevelTypeId], [RefNCESCollegeCourseMapCodeId], [RefCipCodeId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [CourseNumber], - [OriginalCourseIdentifier], - [OverrideSchoolCourseNumber], - [NCAAEligibilityInd], - [RefCourseCreditBasisTypeId], - [RefCourseCreditLevelTypeId], - [RefNCESCollegeCourseMapCodeId], - [RefCipCodeId] - FROM [dbo].[PsCourse] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsCourse] OFF; - END - -DROP TABLE [dbo].[PsCourse]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsCourse]', N'PsCourse'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsCourse1]', N'PK_PsCourse', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[PsInstitution]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsInstitution] ( - [PsInstitutionId] INT IDENTITY (1,1) NOT NULL, - [OrganizationId] INT NOT NULL, - [VirtualIndicator] BIT NULL, - [InstitutionallyControlledHousingStatus] BIT NULL, - [RefCarnegieBasicClassificationId] INT NULL, - [RefControlOfInstitutionId] INT NULL, - [RefLevelOfInstitutionId] INT NULL, - [RefPredominantCalendarSystemId] INT NULL, - [RefTenureSystemId] INT NULL, - [RefAdmissionConsiderationLevelId] INT NULL, - [RefAdmissionConsiderationTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsInstitution1] PRIMARY KEY CLUSTERED ([PsInstitutionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsInstitution]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsInstitution] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsInstitution] ([PsInstitutionId], [OrganizationId], [VirtualIndicator], [InstitutionallyControlledHousingStatus], [RefCarnegieBasicClassificationId], [RefControlOfInstitutionId], [RefLevelOfInstitutionId], [RefPredominantCalendarSystemId], [RefTenureSystemId], [RefAdmissionConsiderationLevelId], [RefAdmissionConsiderationTypeId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [VirtualIndicator], - [InstitutionallyControlledHousingStatus], - [RefCarnegieBasicClassificationId], - [RefControlOfInstitutionId], - [RefLevelOfInstitutionId], - [RefPredominantCalendarSystemId], - [RefTenureSystemId], - [RefAdmissionConsiderationLevelId], - [RefAdmissionConsiderationTypeId] - FROM [dbo].[PsInstitution] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsInstitution] OFF; - END - -DROP TABLE [dbo].[PsInstitution]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsInstitution]', N'PsInstitution'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsInstitution1]', N'PK_PsInstitution', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[PsPriceOfAttendance]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsPriceOfAttendance] ( - [PSPriceOfAttendanceId] INT IDENTITY (1, 1) NOT NULL, - [PsInstitutionId] INT NOT NULL, - [SessionDesignator] NCHAR (7) NULL, - [TuitionPublished] DECIMAL(9, 2) NULL, - [BoardCharges] DECIMAL(9, 2) NULL, - [RoomCharges] DECIMAL(9, 2) NULL, - [BooksAndSuppliesCosts] DECIMAL(9, 2) NULL, - [RequiredStudentFees] DECIMAL(9, 2) NULL, - [ComprehensiveFee] DECIMAL(9, 2) NULL, - [OtherStudentExpenses] DECIMAL(9, 2) NULL, - [PriceOfAttendance] DECIMAL(9, 2) NULL, - [IPEDSCollectionYearDesignator] NCHAR (9) NULL, - [RefTuitionUnitId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PSPriceOfAttendance1] PRIMARY KEY CLUSTERED ([PSPriceOfAttendanceId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsPriceOfAttendance]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsPriceOfAttendance] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsPriceOfAttendance] ([PSPriceOfAttendanceId], [PsInstitutionId], [SessionDesignator], [TuitionPublished], [BoardCharges], [RoomCharges], [BooksAndSuppliesCosts], [RequiredStudentFees], [ComprehensiveFee], [OtherStudentExpenses], [PriceOfAttendance], [IPEDSCollectionYearDesignator], [RefTuitionUnitId]) - SELECT - [PSPriceOfAttendanceId], - [OrganizationId], - [SessionDesignator], - [TuitionPublished], - [BoardCharges], - [RoomCharges], - [BooksAndSuppliesCosts], - [RequiredStudentFees], - [ComprehensiveFee], - [OtherStudentExpenses], - [PriceOfAttendance], - [IPEDSCollectionYearDesignator], - [RefTuitionUnitId] - FROM [dbo].[PsPriceOfAttendance] - ORDER BY [PSPriceOfAttendanceId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsPriceOfAttendance] OFF; - END - -DROP TABLE [dbo].[PsPriceOfAttendance]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsPriceOfAttendance]', N'PsPriceOfAttendance'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PSPriceOfAttendance1]', N'PK_PSPriceOfAttendance', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[PsProgram]...'; - - -GO -ALTER TABLE [dbo].[PsProgram] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[PsSection]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsSection] ( - [PsSectionId] INT IDENTITY (1,1) NOT NULL, - [CourseSectionId] INT NOT NULL, - [GradeValueQualifier] NCHAR (2) NULL, - [RefCipCodeId] INT NULL, - [RefCourseGPAApplicabilityId] INT NULL, - [RefCourseHonorsTypeId] INT NULL, - [RefCourseInstructionMethodId] INT NULL, - [RefCourseLevelTypeId] INT NULL, - [RefDevelopmentalEducationTypeId] INT NULL, - [RefWorkbasedLearningOpportunityTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsSection1] PRIMARY KEY CLUSTERED ([PsSectionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsSection]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsSection] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsSection] ([PsSectionId], [CourseSectionId], [GradeValueQualifier], [RefCipCodeId], [RefCourseGPAApplicabilityId], [RefCourseHonorsTypeId], [RefCourseInstructionMethodId], [RefCourseLevelTypeId], [RefDevelopmentalEducationTypeId], [RefWorkbasedLearningOpportunityTypeId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [GradeValueQualifier], - [RefCipCodeId], - [RefCourseGpaApplicabilityId], - [RefCourseHonorsTypeId], - [RefCourseInstructionMethodId], - [RefCourseLevelTypeId], - [RefDevelopmentalEducationTypeId], - [RefWorkbasedLearningOpportunityTypeId] - FROM [dbo].[PsSection] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsSection] OFF; - END - -DROP TABLE [dbo].[PsSection]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsSection]', N'PsSection'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsSection1]', N'PK_PsSection', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[PsSectionLocation]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsSectionLocation] ( - [PsSectionLocationId] INT IDENTITY (1,1) NOT NULL, - [PsSectionId] INT NOT NULL, - [CourseInstructionSiteName] NVARCHAR (60) NULL, - [RefCourseInstructionSiteTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsSectionLocation1] PRIMARY KEY CLUSTERED ([PsSectionLocationId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsSectionLocation]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsSectionLocation] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsSectionLocation] ([PsSectionLocationId], [PsSectionId], [CourseInstructionSiteName], [RefCourseInstructionSiteTypeId]) - SELECT - [OrganizationId] pkCol, - [OrganizationId], - [CourseInstructionSiteName], - [RefCourseInstructionSiteTypeId] - FROM [dbo].[PsSectionLocation] - ORDER BY [OrganizationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsSectionLocation] OFF; - END - -DROP TABLE [dbo].[PsSectionLocation]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsSectionLocation]', N'PsSectionLocation'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsSectionLocation1]', N'PK_PsSectionLocation', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[PsStaffEmployment]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsStaffEmployment] ( - [PsStaffEmploymentId] INT IDENTITY (1,1) NOT NULL, - [StaffEmploymentId] INT NOT NULL, - [FacultyStatus] BIT NULL, - [StandardOccupationalClass] NCHAR (7) NULL, - [InstructionalStaffStatus] BIT NULL, - [MedicalSchoolStaffStatus] BIT NULL, - [GraduateAssistantStatus] BIT NULL, - [AnnualBaseContractualSalary] DECIMAL(9, 2) NULL, - [RefFullTimeStatusId] INT NULL, - [RefEmploymentContractTypeId] INT NULL, - [RefIpedsOccupationalCategoryId] INT NULL, - [RefInstructionalStaffContractLengthId] INT NULL, - [RefInstructionalStaffFacultyTenureId] INT NULL, - [RefAcademicRankId] INT NULL, - [RefInstructionCreditTypeId] INT NULL, - [RefGraduateAssistantIpedsCategoryId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsStaffEmployment1] PRIMARY KEY CLUSTERED ([PsStaffEmploymentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsStaffEmployment]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStaffEmployment] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsStaffEmployment] ([PsStaffEmploymentId], [StaffEmploymentId], [FacultyStatus], [StandardOccupationalClass], [InstructionalStaffStatus], [MedicalSchoolStaffStatus], [GraduateAssistantStatus], [AnnualBaseContractualSalary], [RefFullTimeStatusId], [RefEmploymentContractTypeId], [RefIpedsOccupationalCategoryId], [RefInstructionalStaffContractLengthId], [RefInstructionalStaffFacultyTenureId], [RefAcademicRankId], [RefInstructionCreditTypeId], [RefGraduateAssistantIpedsCategoryId]) - SELECT - [StaffEmploymentId] pkCol, - [StaffEmploymentId], - [FacultyStatus], - [StandardOccupationalClass], - [InstructionalStaffStatus], - [MedicalSchoolStaffStatus], - [GraduateAssistantStatus], - [AnnualBaseContractualSalary], - [RefFullTimeStatusId], - [RefEmploymentContractTypeId], - [RefIpedsOccupationalCategoryId], - [RefInstructionalStaffContractLengthId], - [RefInstructionalStaffFacultyTenureId], - [RefAcademicRankId], - [RefInstructionCreditTypeId], - [RefGraduateAssistantIpedsCategoryId] - FROM [dbo].[PsStaffEmployment] - ORDER BY [StaffEmploymentId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStaffEmployment] OFF; - END - -DROP TABLE [dbo].[PsStaffEmployment]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsStaffEmployment]', N'PsStaffEmployment'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsStaffEmployment1]', N'PK_PsStaffEmployment', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[PsStudentAcademicAward]...'; - - -GO -ALTER TABLE [dbo].[PsStudentAcademicAward] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PsStudentAcademicRecord]...'; - - -GO -ALTER TABLE [dbo].[PsStudentAcademicRecord] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[PsStudentAdmissionTest]...'; - - -GO -ALTER TABLE [dbo].[PsStudentAdmissionTest] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[PsStudentApplication]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsStudentApplication] ( - [PsStudentApplicationId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [PostsecondaryApplicant] BIT NULL, - [GradePointAverageCumulative] DECIMAL(9, 4) NULL, - [HighSchoolPercentile] DECIMAL(5, 4) NULL, - [HighSchoolStudentClassRank] INT NULL, - [HighSchoolGraduatingClassSize] INT NULL, - [WaitListedStudent] BIT NULL, - [RefGradePointAverageDomainId] INT NULL, - [RefGpaWeightedIndicatorId] INT NULL, - [RefAdmittedStudentId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsStudentApplication1] PRIMARY KEY CLUSTERED ([PsStudentApplicationId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsStudentApplication]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentApplication] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsStudentApplication] ([PsStudentApplicationId], [OrganizationPersonRoleId], [PostsecondaryApplicant], [GradePointAverageCumulative], [HighSchoolPercentile], [HighSchoolStudentClassRank], [HighSchoolGraduatingClassSize], [WaitListedStudent], [RefGradePointAverageDomainId], [RefGpaWeightedIndicatorId], [RefAdmittedStudentId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [PostsecondaryApplicant], - [GradePointAverageCumulative], - [HighSchoolPercentile], - [HighSchoolStudentClassRank], - [HighSchoolGraduatingClassSize], - [WaitListedStudent], - [RefGradePointAverageDomainId], - [RefGpaWeightedIndicatorId], - [RefAdmittedStudentId] - FROM [dbo].[PsStudentApplication] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentApplication] OFF; - END - -DROP TABLE [dbo].[PsStudentApplication]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsStudentApplication]', N'PsStudentApplication'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsStudentApplication1]', N'PK_PsStudentApplication', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[PsStudentCohort]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsStudentCohort] ( - [PsStudentCohortId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [CohortGraduationYear] NCHAR (4) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsStudentCohort1] PRIMARY KEY CLUSTERED ([PsStudentCohortId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsStudentCohort]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentCohort] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsStudentCohort] ([PsStudentCohortId], [OrganizationPersonRoleId], [CohortGraduationYear]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [CohortGraduationYear] - FROM [dbo].[PsStudentCohort] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentCohort] OFF; - END - -DROP TABLE [dbo].[PsStudentCohort]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsStudentCohort]', N'PsStudentCohort'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsStudentCohort1]', N'PK_PsStudentCohort', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[PsStudentCourseSectionMark]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsStudentCourseSectionMark] ( - [PsStudentCourseSectionMarkId] INT IDENTITY (1,1) NOT NULL, - [PsStudentSectionId] INT NOT NULL, - [CourseNarrativeExplanationGrade] NVARCHAR (300) NULL, - [StudentCourseSectionGradeNarrative] NVARCHAR (300) NULL, - [RefCourseAcademicGradeStatusCodeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsStudentCourseSectionMark1] PRIMARY KEY CLUSTERED ([PsStudentCourseSectionMarkId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsStudentCourseSectionMark]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentCourseSectionMark] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsStudentCourseSectionMark] ([PsStudentCourseSectionMarkId], [PsStudentSectionId], [CourseNarrativeExplanationGrade], [StudentCourseSectionGradeNarrative], [RefCourseAcademicGradeStatusCodeId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [CourseNarrativeExplanationGrade], - [StudentCourseSectionGradeNarrative], - [RefCourseAcademicGradeStatusCodeId] - FROM [dbo].[PsStudentCourseSectionMark] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentCourseSectionMark] OFF; - END - -DROP TABLE [dbo].[PsStudentCourseSectionMark]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsStudentCourseSectionMark]', N'PsStudentCourseSectionMark'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsStudentCourseSectionMark1]', N'PK_PsStudentCourseSectionMark', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[PsStudentDemographic]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsStudentDemographic] ( - [PsStudentDemographicId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [NumberOfDependents] INT NULL, - [RefDependencyStatusId] INT NULL, - [RefTuitionResidencyTypeId] INT NULL, - [RefCampusResidencyTypeId] INT NULL, - [RefPsLepTypeId] INT NULL, - [RefPaternalEducationLevelId] INT NULL, - [RefMaternalEducationLevelId] INT NULL, - [RefCohortExclusionId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsStudentDemographic1] PRIMARY KEY CLUSTERED ([PsStudentDemographicId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsStudentDemographic]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentDemographic] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsStudentDemographic] ([PsStudentDemographicId], [OrganizationPersonRoleId], [NumberOfDependents], [RefDependencyStatusId], [RefTuitionResidencyTypeId], [RefCampusResidencyTypeId], [RefPsLepTypeId], [RefPaternalEducationLevelId], [RefMaternalEducationLevelId], [RefCohortExclusionId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [NumberOfDependents], - [RefDependencyStatusId], - [RefTuitionResidencyTypeId], - [RefCampusResidencyTypeId], - [RefPsLepTypeId], - [RefPaternalEducationLevelId], - [RefMaternalEducationLevelId], - [RefCohortExclusionId] - FROM [dbo].[PsStudentDemographic] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentDemographic] OFF; - END - -DROP TABLE [dbo].[PsStudentDemographic]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsStudentDemographic]', N'PsStudentDemographic'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsStudentDemographic1]', N'PK_PsStudentDemographic', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[PsStudentEmployment]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsStudentEmployment] ( - [PsStudentEmploymentId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [EmploymentNaicsCode] NCHAR (6) NULL, - [RefEmployedWhileEnrolledId] INT NULL, - [RefEmployedAfterExitId] INT NULL, - [RefEmploymentStatusWhileEnrolledId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsStudentEmployment1] PRIMARY KEY CLUSTERED ([PsStudentEmploymentId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsStudentEmployment]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentEmployment] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsStudentEmployment] ([PsStudentEmploymentId], [OrganizationPersonRoleId], [EmploymentNaicsCode], [RefEmployedWhileEnrolledId], [RefEmployedAfterExitId], [RefEmploymentStatusWhileEnrolledId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [EmploymentNaicsCode], - [RefEmployedWhileEnrolledId], - [RefEmployedAfterExitId], - [RefEmploymentStatusWhileEnrolledId] - FROM [dbo].[PsStudentEmployment] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentEmployment] OFF; - END - -DROP TABLE [dbo].[PsStudentEmployment]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsStudentEmployment]', N'PsStudentEmployment'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsStudentEmployment1]', N'PK_PsStudentEmployment', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[PsStudentEnrollment]...'; - - -GO -ALTER TABLE [dbo].[PsStudentEnrollment] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[PsStudentFinancialAid]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsStudentFinancialAid] ( - [PsStudentFinancialAidId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [FinancialAidApplicant] BIT NULL, - [FinancialNeed] DECIMAL(9, 2) NULL, - [TitleIVParticipantAndRecipient] BIT NULL, - [FinancialAidIncomeLevel] DECIMAL(9, 2) NULL, - [RefNeedDeterminationMethodId] INT NULL, - [RefFinancialAidVeteransBenefitStatusId] INT NULL, - [RefFinancialAidVeteransBenefitTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsStudentFinancialAid1] PRIMARY KEY CLUSTERED ([PsStudentFinancialAidId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsStudentFinancialAid]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentFinancialAid] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsStudentFinancialAid] ([PsStudentFinancialAidId], [OrganizationPersonRoleId], [FinancialAidApplicant], [FinancialNeed], [TitleIVParticipantAndRecipient], [FinancialAidIncomeLevel], [RefNeedDeterminationMethodId], [RefFinancialAidVeteransBenefitStatusId], [RefFinancialAidVeteransBenefitTypeId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [FinancialAidApplicant], - [FinancialNeed], - [TitleIVParticipantAndRecipient], - [FinancialAidIncomeLevel], - [RefNeedDeterminationMethodId], - [RefFinancialAidVeteransBenefitStatusId], - [RefFinancialAidVeteransBenefitTypeId] - FROM [dbo].[PsStudentFinancialAid] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentFinancialAid] OFF; - END - -DROP TABLE [dbo].[PsStudentFinancialAid]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsStudentFinancialAid]', N'PsStudentFinancialAid'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsStudentFinancialAid1]', N'PK_PsStudentFinancialAid', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[PSStudentProgram]...'; - - -GO -ALTER TABLE [dbo].[PSStudentProgram] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[PsStudentSection]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_PsStudentSection] ( - [PsStudentSectionId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [CourseOverrideSchool] NVARCHAR (80) NULL, - [DegreeApplicability] BIT NULL, - [AcademicGrade] NVARCHAR (15) NULL, - [NumberOfCreditsEarned] DECIMAL(9, 2) NULL, - [QualityPointsEarned] DECIMAL(9, 2) NULL, - [RefCourseRepeatCodeId] INT NULL, - [RefCourseAcademicGradeStatusCodeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_PsStudentSection1] PRIMARY KEY CLUSTERED ([PsStudentSectionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[PsStudentSection]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentSection] ON; - INSERT INTO [dbo].[tmp_ms_xx_PsStudentSection] ([PsStudentSectionId], [OrganizationPersonRoleId], [CourseOverrideSchool], [DegreeApplicability], [AcademicGrade], [NumberOfCreditsEarned], [QualityPointsEarned], [RefCourseRepeatCodeId], [RefCourseAcademicGradeStatusCodeId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [CourseOverrideSchool], - [DegreeApplicability], - [AcademicGrade], - [NumberOfCreditsEarned], - [QualityPointsEarned], - [RefCourseRepeatCodeId], - [RefCourseAcademicGradeStatusCodeId] - FROM [dbo].[PsStudentSection] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_PsStudentSection] OFF; - END - -DROP TABLE [dbo].[PsStudentSection]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_PsStudentSection]', N'PsStudentSection'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_PsStudentSection1]', N'PK_PsStudentSection', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[QuarterlyEmploymentRecord]...'; - - -GO -ALTER TABLE [dbo].[QuarterlyEmploymentRecord] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[RefCompetencyDefAssociationType]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_RefCompetencyDefAssociationType] ( - [RefCompetencyDefAssociationTypeId] INT IDENTITY (1, 1) NOT NULL, - [Description] NVARCHAR (100) NOT NULL, - [Code] NVARCHAR (60) NULL, - [Definition] NVARCHAR (4000) NULL, - [RefJurisdictionId] INT NULL, - [SortOrder] DECIMAL(6, 2) NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_RefCompetencyDefAssociationType1] PRIMARY KEY CLUSTERED ([RefCompetencyDefAssociationTypeId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[RefCompetencyFrameworkItemAssociationType]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCompetencyDefAssociationType] ON; - INSERT INTO [dbo].[tmp_ms_xx_RefCompetencyDefAssociationType] ([RefCompetencyDefAssociationTypeId], [Description], [Code], [Definition], [RefJurisdictionId], [SortOrder]) - SELECT - [RefCompetencyFrameworkItemAssociationTypeId], - [Description], - [Code], - [Definition], - [RefJurisdictionId], - [SortOrder] - FROM [dbo].[RefCompetencyFrameworkItemAssociationType] - ORDER BY [RefCompetencyFrameworkItemAssociationTypeId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCompetencyDefAssociationType] OFF; - END - -DROP TABLE [dbo].[RefCompetencyFrameworkItemAssociationType]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_RefCompetencyDefAssociationType]', N'RefCompetencyDefAssociationType'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_RefCompetencyDefAssociationType1]', N'PK_RefCompetencyDefAssociationType', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[RefCompetencyDefNodeAccessibilityProfile]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_RefCompetencyDefNodeAccessibilityProfile] ( - [RefCompetencyDefNodeAccessibilityProfileId] INT IDENTITY (1, 1) NOT NULL, - [Description] NVARCHAR (100) NOT NULL, - [Code] NVARCHAR (60) NULL, - [Definition] NVARCHAR (4000) NULL, - [RefJurisdictionId] INT NULL, - [SortOrder] DECIMAL(6, 2) NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_RefCompetencyDefNodeAccessibilityProfile1] PRIMARY KEY CLUSTERED ([RefCompetencyDefNodeAccessibilityProfileId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[RefCompetencyFrameworkItemNodeAccessibilityProfile]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCompetencyDefNodeAccessibilityProfile] ON; - INSERT INTO [dbo].[tmp_ms_xx_RefCompetencyDefNodeAccessibilityProfile] ([RefCompetencyDefNodeAccessibilityProfileId], [Description], [Code], [Definition], [RefJurisdictionId], [SortOrder]) - SELECT - [RefCompetencyFrameworkItemNodeAccessibilityProfileId], - [Description], - [Code], - [Definition], - [RefJurisdictionId], - [SortOrder] - FROM [dbo].[RefCompetencyFrameworkItemNodeAccessibilityProfile] - ORDER BY [RefCompetencyFrameworkItemNodeAccessibilityProfileId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCompetencyDefNodeAccessibilityProfile] OFF; - END - -DROP TABLE [dbo].[RefCompetencyFrameworkItemNodeAccessibilityProfile]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_RefCompetencyDefNodeAccessibilityProfile]', N'RefCompetencyDefNodeAccessibilityProfile'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_RefCompetencyDefNodeAccessibilityProfile1]', N'PK_RefCompetencyDefNodeAccessibilityProfile', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[RefCompetencyDefTestabilityType]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_RefCompetencyDefTestabilityType] ( - [RefCompetencyDefTestabilityTypeId] INT IDENTITY (1, 1) NOT NULL, - [Description] NVARCHAR (100) NOT NULL, - [Code] NVARCHAR (60) NULL, - [Definition] NVARCHAR (4000) NULL, - [RefJurisdictionId] INT NULL, - [SortOrder] DECIMAL(6, 2) NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_RefCompetencyDefTestabilityType1] PRIMARY KEY CLUSTERED ([RefCompetencyDefTestabilityTypeId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[RefCompetencyFrameworkItemTestabilityType]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCompetencyDefTestabilityType] ON; - INSERT INTO [dbo].[tmp_ms_xx_RefCompetencyDefTestabilityType] ([RefCompetencyDefTestabilityTypeId], [Description], [Code], [Definition], [RefJurisdictionId], [SortOrder]) - SELECT - [RefCompetencyFrameworkItemTestabilityTypeId], - [Description], - [Code], - [Definition], - [RefJurisdictionId], - [SortOrder] - FROM [dbo].[RefCompetencyFrameworkItemTestabilityType] - ORDER BY [RefCompetencyFrameworkItemTestabilityTypeId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCompetencyDefTestabilityType] OFF; - END - -DROP TABLE [dbo].[RefCompetencyFrameworkItemTestabilityType]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_RefCompetencyDefTestabilityType]', N'RefCompetencyDefTestabilityType'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_RefCompetencyDefTestabilityType1]', N'PK_RefCompetencyDefTestabilityType', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[RefCredentialDefAssessMethodType]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_RefCredentialDefAssessMethodType] ( - [RefCredentialDefAssessMethodTypeId] INT IDENTITY (1, 1) NOT NULL, - [Description] NVARCHAR (100) NOT NULL, - [Code] NVARCHAR (60) NULL, - [Definition] NVARCHAR (4000) NULL, - [RefJurisdictionId] INT NULL, - [SortOrder] DECIMAL(6, 2) NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_RefCredentialDefAssessMethodType1] PRIMARY KEY CLUSTERED ([RefCredentialDefAssessMethodTypeId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[RefCredentialAssessmentMethodType]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCredentialDefAssessMethodType] ON; - INSERT INTO [dbo].[tmp_ms_xx_RefCredentialDefAssessMethodType] ([RefCredentialDefAssessMethodTypeId], [Description], [Code], [Definition], [RefJurisdictionId], [SortOrder]) - SELECT - [RefCredentialAssessmentMethodTypeId], - [Description], - [Code], - [Definition], - [RefJurisdictionId], - [SortOrder] - FROM [dbo].[RefCredentialAssessmentMethodType] - ORDER BY [RefCredentialAssessmentMethodTypeId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCredentialDefAssessMethodType] OFF; - END - -DROP TABLE [dbo].[RefCredentialAssessmentMethodType]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_RefCredentialDefAssessMethodType]', N'RefCredentialDefAssessMethodType'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_RefCredentialDefAssessMethodType1]', N'PK_RefCredentialDefAssessMethodType', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[RefCredentialDefIntendedPurposeType]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_RefCredentialDefIntendedPurposeType] ( - [RefCredentialDefIntendedPurposeTypeId] INT IDENTITY (1, 1) NOT NULL, - [Description] NVARCHAR (100) NOT NULL, - [Code] NVARCHAR (60) NULL, - [Definition] NVARCHAR (4000) NULL, - [RefJurisdictionId] INT NULL, - [SortOrder] DECIMAL(6, 2) NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_RefCredentialDefIntendedPurposeType1] PRIMARY KEY CLUSTERED ([RefCredentialDefIntendedPurposeTypeId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[RefCredentialIntendedPurposeType]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCredentialDefIntendedPurposeType] ON; - INSERT INTO [dbo].[tmp_ms_xx_RefCredentialDefIntendedPurposeType] ([RefCredentialDefIntendedPurposeTypeId], [Description], [Code], [Definition], [RefJurisdictionId], [SortOrder]) - SELECT - [RefCredentialIntendedPurposeTypeId], - [Description], - [Code], - [Definition], - [RefJurisdictionId], - [SortOrder] - FROM [dbo].[RefCredentialIntendedPurposeType] - ORDER BY [RefCredentialIntendedPurposeTypeId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCredentialDefIntendedPurposeType] OFF; - END - -DROP TABLE [dbo].[RefCredentialIntendedPurposeType]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_RefCredentialDefIntendedPurposeType]', N'RefCredentialDefIntendedPurposeType'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_RefCredentialDefIntendedPurposeType1]', N'PK_RefCredentialDefIntendedPurposeType', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[RefCredentialDefStatusType]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_RefCredentialDefStatusType] ( - [RefCredentialDefStatusTypeId] INT IDENTITY (1, 1) NOT NULL, - [Description] NVARCHAR (100) NOT NULL, - [Code] NVARCHAR (60) NULL, - [Definition] NVARCHAR (4000) NULL, - [RefJurisdictionId] INT NULL, - [SortOrder] DECIMAL(6, 2) NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_RefCredentialDefStatusType1] PRIMARY KEY CLUSTERED ([RefCredentialDefStatusTypeId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[RefCredentialStatusType]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCredentialDefStatusType] ON; - INSERT INTO [dbo].[tmp_ms_xx_RefCredentialDefStatusType] ([RefCredentialDefStatusTypeId], [Description], [Code], [Definition], [RefJurisdictionId], [SortOrder]) - SELECT - [RefCredentialStatusTypeId], - [Description], - [Code], - [Definition], - [RefJurisdictionId], - [SortOrder] - FROM [dbo].[RefCredentialStatusType] - ORDER BY [RefCredentialStatusTypeId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCredentialDefStatusType] OFF; - END - -DROP TABLE [dbo].[RefCredentialStatusType]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_RefCredentialDefStatusType]', N'RefCredentialDefStatusType'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_RefCredentialDefStatusType1]', N'PK_RefCredentialDefStatusType', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[RefCredentialDefVerificationType]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_RefCredentialDefVerificationType] ( - [RefCredentialDefVerificationTypeId] INT IDENTITY (1, 1) NOT NULL, - [Description] NVARCHAR (100) NOT NULL, - [Code] NVARCHAR (60) NULL, - [Definition] NVARCHAR (4000) NULL, - [RefJurisdictionId] INT NULL, - [SortOrder] DECIMAL(6, 2) NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_RefCredentialDefVerificationType1] PRIMARY KEY CLUSTERED ([RefCredentialDefVerificationTypeId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[RefCredentialVerificationType]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCredentialDefVerificationType] ON; - INSERT INTO [dbo].[tmp_ms_xx_RefCredentialDefVerificationType] ([RefCredentialDefVerificationTypeId], [Description], [Code], [Definition], [RefJurisdictionId], [SortOrder]) - SELECT - [RefCredentialVerificationTypeId], - [Description], - [Code], - [Definition], - [RefJurisdictionId], - [SortOrder] - FROM [dbo].[RefCredentialVerificationType] - ORDER BY [RefCredentialVerificationTypeId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_RefCredentialDefVerificationType] OFF; - END - -DROP TABLE [dbo].[RefCredentialVerificationType]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_RefCredentialDefVerificationType]', N'RefCredentialDefVerificationType'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_RefCredentialDefVerificationType1]', N'PK_RefCredentialDefVerificationType', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[RequiredImmunization]...'; - - -GO -ALTER TABLE [dbo].[RequiredImmunization] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[Role]...'; - - -GO -ALTER TABLE [dbo].[Role] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[RoleAttendance]...'; - - -GO -ALTER TABLE [dbo].[RoleAttendance] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[RoleAttendanceEvent]...'; - - -GO -ALTER TABLE [dbo].[RoleAttendanceEvent] - ADD - [StartTime] TIME NULL, - [EndTime] TIME NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[RoleStatus]...'; - - -GO -ALTER TABLE [dbo].[RoleStatus] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[Rubric]...'; - - -GO -ALTER TABLE [dbo].[Rubric] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[RubricCriterion]...'; - - -GO -ALTER TABLE [dbo].[RubricCriterion] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[RubricCriterionLevel]...'; - - -GO -ALTER TABLE [dbo].[RubricCriterionLevel] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ServiceFrequency]...'; - - -GO -ALTER TABLE [dbo].[ServiceFrequency] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ServicePlan]...'; - - -GO -ALTER TABLE [dbo].[ServicePlan] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ServiceProvided]...'; - - -GO -ALTER TABLE [dbo].[ServiceProvided] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ServiceProvider]...'; - - -GO -ALTER TABLE [dbo].[ServiceProvider] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ServicesReceived]...'; - - -GO -ALTER TABLE [dbo].[ServicesReceived] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[ServiceStaff]...'; - - -GO -ALTER TABLE [dbo].[ServiceStaff] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[StaffEmployment]...'; - - -GO -ALTER TABLE [dbo].[StaffEmployment] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[StaffEvaluation]...'; - - -GO -ALTER TABLE [dbo].[StaffEvaluation] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[StaffExperience]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_StaffExperience] ( - [StaffExperienceId] INT IDENTITY (1,1) NOT NULL, - [PersonId] INT NOT NULL, - [YearsOfPriorTeachingExperience] DECIMAL(9, 2) NULL, - [YearsOfPriorAETeachingExperience] DECIMAL(9, 2) NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_StaffExperience1] PRIMARY KEY CLUSTERED ([StaffExperienceId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[StaffExperience]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_StaffExperience] ON; - INSERT INTO [dbo].[tmp_ms_xx_StaffExperience] ([StaffExperienceId], [PersonId], [YearsOfPriorTeachingExperience], [YearsOfPriorAETeachingExperience]) - SELECT - [PersonId] pkCol, - [PersonId], - [YearsOfPriorTeachingExperience], - [YearsOfPriorAETeachingExperience] - FROM [dbo].[StaffExperience] - ORDER BY [PersonId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_StaffExperience] OFF; - END - -DROP TABLE [dbo].[StaffExperience]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_StaffExperience]', N'StaffExperience'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_StaffExperience1]', N'PK_StaffExperience', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Altering [dbo].[StaffProfessionalDevelopmentActivity]...'; - - -GO -ALTER TABLE [dbo].[StaffProfessionalDevelopmentActivity] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[StaffTechnicalAssistance]...'; - - -GO -ALTER TABLE [dbo].[StaffTechnicalAssistance] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Altering [dbo].[TeacherEducationCredentialExam]...'; - - -GO -ALTER TABLE [dbo].[TeacherEducationCredentialExam] - ADD - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL; - -GO - -PRINT N'Starting rebuilding table [dbo].[TeacherStudentDataLinkExclusion]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_TeacherStudentDataLinkExclusion] ( - [TeacherStudentDataLinkExclusionId] INT IDENTITY (1, 1) NOT NULL, - [K12StudentCourseSectionId] INT NOT NULL, - [K12StaffAssignmentId] INT NOT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_TeacherStudentDataLinkExclusion1] PRIMARY KEY CLUSTERED ([TeacherStudentDataLinkExclusionId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[TeacherStudentDataLinkExclusion]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_TeacherStudentDataLinkExclusion] ON; - INSERT INTO [dbo].[tmp_ms_xx_TeacherStudentDataLinkExclusion] ([TeacherStudentDataLinkExclusionId], [K12StudentCourseSectionId], [K12StaffAssignmentId]) - SELECT - [TeacherStudentDataLinkExclusionId], - [StudentOrganizationPersonRoleId], - [K12StaffAssignmentId] - FROM [dbo].[TeacherStudentDataLinkExclusion] - ORDER BY [TeacherStudentDataLinkExclusionId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_TeacherStudentDataLinkExclusion] OFF; - END - -DROP TABLE [dbo].[TeacherStudentDataLinkExclusion]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_TeacherStudentDataLinkExclusion]', N'TeacherStudentDataLinkExclusion'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_TeacherStudentDataLinkExclusion1]', N'PK_TeacherStudentDataLinkExclusion', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[WorkforceEmploymentQuarterlyData]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_WorkforceEmploymentQuarterlyData] ( - [WorkforceEmploymentQuarterlyDataId] INT IDENTITY (1,1) NOT NULL, - [OrganizationPersonRoleId] INT NOT NULL, - [EmployedInMultipleJobsCount] DECIMAL(2, 0) NULL, - [MilitaryEnlistmentAfterExit] BIT NULL, - [RefEmployedWhileEnrolledId] INT NULL, - [RefEmployedAfterExitId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_WorkforceEmploymentQuarterlyData1] PRIMARY KEY CLUSTERED ([WorkforceEmploymentQuarterlyDataId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[WorkforceEmploymentQuarterlyData]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_WorkforceEmploymentQuarterlyData] ON; - INSERT INTO [dbo].[tmp_ms_xx_WorkforceEmploymentQuarterlyData] ([WorkforceEmploymentQuarterlyDataId], [OrganizationPersonRoleId], [EmployedInMultipleJobsCount], [MilitaryEnlistmentAfterExit], [RefEmployedWhileEnrolledId], [RefEmployedAfterExitId]) - SELECT - [OrganizationPersonRoleId] pkCol, - [OrganizationPersonRoleId], - [EmployedInMultipleJobsCount], - [MilitaryEnlistmentAfterExit], - [RefEmployedWhileEnrolledId], - [RefEmployedAfterExitId] - FROM [dbo].[WorkforceEmploymentQuarterlyData] - ORDER BY [OrganizationPersonRoleId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_WorkforceEmploymentQuarterlyData] OFF; - END - -DROP TABLE [dbo].[WorkforceEmploymentQuarterlyData]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_WorkforceEmploymentQuarterlyData]', N'WorkforceEmploymentQuarterlyData'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_WorkforceEmploymentQuarterlyData1]', N'PK_WorkforceEmploymentQuarterlyData', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Starting rebuilding table [dbo].[WorkforceProgramParticipation]...'; - - -GO -BEGIN TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; - -SET XACT_ABORT ON; - -CREATE TABLE [dbo].[tmp_ms_xx_WorkforceProgramParticipation] ( - [WorkforceProgramParticipationId] INT IDENTITY (1,1) NOT NULL, - [PersonProgramParticipationId] INT NOT NULL, - [DiplomaOrCredentialAwardDate] NCHAR (7) NULL, - [RefWfProgramParticipationId] INT NULL, - [RefProfessionalTechnicalCredentialTypeId] INT NULL, - [RecordStartDateTime] DATETIME NULL, - [RecordEndDateTime] DATETIME NULL, - CONSTRAINT [tmp_ms_xx_constraint_PK_WorkforceProgramParticipation1] PRIMARY KEY CLUSTERED ([WorkforceProgramParticipationId] ASC) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] -); - -IF EXISTS (SELECT TOP 1 1 - FROM [dbo].[WorkforceProgramParticipation]) - BEGIN - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_WorkforceProgramParticipation] ON; - INSERT INTO [dbo].[tmp_ms_xx_WorkforceProgramParticipation] ([WorkforceProgramParticipationId], [PersonProgramParticipationId], [DiplomaOrCredentialAwardDate], [RefWfProgramParticipationId], [RefProfessionalTechnicalCredentialTypeId]) - SELECT - [PersonProgramParticipationId] pkCol, - [PersonProgramParticipationId], - [DiplomaOrCredentialAwardDate], - [RefWfProgramParticipationId], - [RefProfessionalTechnicalCredentialTypeId] - FROM [dbo].[WorkforceProgramParticipation] - ORDER BY [PersonProgramParticipationId] ASC; - SET IDENTITY_INSERT [dbo].[tmp_ms_xx_WorkforceProgramParticipation] OFF; - END - -DROP TABLE [dbo].[WorkforceProgramParticipation]; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_WorkforceProgramParticipation]', N'WorkforceProgramParticipation'; - -EXECUTE sp_rename N'[dbo].[tmp_ms_xx_constraint_PK_WorkforceProgramParticipation1]', N'PK_WorkforceProgramParticipation', N'OBJECT'; - -COMMIT TRANSACTION; - -SET TRANSACTION ISOLATION LEVEL READ COMMITTED; - - -GO - -PRINT N'Creating [dbo].[FK_Activity_Organization]...'; - - -GO -ALTER TABLE [dbo].[Activity] WITH NOCHECK - ADD CONSTRAINT [FK_Activity_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeCourse_RefCareerCluster]...'; - - -GO -ALTER TABLE [dbo].[AeCourse] WITH NOCHECK - ADD CONSTRAINT [FK_AeCourse_RefCareerCluster] FOREIGN KEY ([RefCareerClusterId]) REFERENCES [dbo].[RefCareerCluster] ([RefCareerClusterId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeProvider_Organization]...'; - - -GO -ALTER TABLE [dbo].[AeProvider] WITH NOCHECK - ADD CONSTRAINT [FK_AeProvider_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeProvider_RefLevelOfInstitution]...'; - - -GO -ALTER TABLE [dbo].[AeProvider] WITH NOCHECK - ADD CONSTRAINT [FK_AeProvider_RefLevelOfInstitution] FOREIGN KEY ([RefLevelOfInstitutionId]) REFERENCES [dbo].[RefLevelOfInstitution] ([RefLevelOfInstitutionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeStaff_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[AeStaff] WITH NOCHECK - ADD CONSTRAINT [FK_AeStaff_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeStaff_RefAeCertificationType]...'; - - -GO -ALTER TABLE [dbo].[AeStaff] WITH NOCHECK - ADD CONSTRAINT [FK_AeStaff_RefAeCertificationType] FOREIGN KEY ([RefAeCertificationTypeId]) REFERENCES [dbo].[RefAeCertificationType] ([RefAeCertificationTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeStaff_RefAeStaffClassification]...'; - - -GO -ALTER TABLE [dbo].[AeStaff] WITH NOCHECK - ADD CONSTRAINT [FK_AeStaff_RefAeStaffClassification] FOREIGN KEY ([RefAeStaffClassificationId]) REFERENCES [dbo].[RefAeStaffClassification] ([RefAeStaffClassificationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeStaff_RefAeStaffEmploymentStatus]...'; - - -GO -ALTER TABLE [dbo].[AeStaff] WITH NOCHECK - ADD CONSTRAINT [FK_AeStaff_RefAeStaffEmploymentStatus] FOREIGN KEY ([RefAeStaffEmploymentStatusId]) REFERENCES [dbo].[RefAeStaffEmploymentStatus] ([RefAeStaffEmploymentStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeStudentAcademicRecord_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[AeStudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_AeStudentAcademicRecord_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeStudentAcademicRecord_RefHighSchoolDiplomaType]...'; - - -GO -ALTER TABLE [dbo].[AeStudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_AeStudentAcademicRecord_RefHighSchoolDiplomaType] FOREIGN KEY ([RefHighSchoolDiplomaTypeId]) REFERENCES [dbo].[RefHighSchoolDiplomaType] ([RefHighSchoolDiplomaTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeStudentAcademicRecord_RefProfTechnicalCredentialType]...'; - - -GO -ALTER TABLE [dbo].[AeStudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_AeStudentAcademicRecord_RefProfTechnicalCredentialType] FOREIGN KEY ([RefProfessionalTechnicalCredentialTypeId]) REFERENCES [dbo].[RefProfessionalTechnicalCredentialType] ([RefProfessionalTechnicalCredentialTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeStudentEmployment_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[AeStudentEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_AeStudentEmployment_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeStudentEmployment_RefEmployedAfterExit]...'; - - -GO -ALTER TABLE [dbo].[AeStudentEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_AeStudentEmployment_RefEmployedAfterExit] FOREIGN KEY ([RefEmployedAfterExitId]) REFERENCES [dbo].[RefEmployedAfterExit] ([RefEmployedAfterExitId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AeStudentEmployment_RefEmployedWhileEnrolled]...'; - - -GO -ALTER TABLE [dbo].[AeStudentEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_AeStudentEmployment_RefEmployedWhileEnrolled] FOREIGN KEY ([RefEmployedWhileEnrolledId]) REFERENCES [dbo].[RefEmployedWhileEnrolled] ([RefEmployedWhileEnrolledId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ApipInteraction_AssessmentItemApip]...'; - - -GO -ALTER TABLE [dbo].[ApipInteraction] WITH NOCHECK - ADD CONSTRAINT [FK_ApipInteraction_AssessmentItemApip] FOREIGN KEY ([AssessmentItemApipId]) REFERENCES [dbo].[AssessmentItemApip] ([AssessmentItemApipId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ApipInteraction_RefApipInteractionType]...'; - - -GO -ALTER TABLE [dbo].[ApipInteraction] WITH NOCHECK - ADD CONSTRAINT [FK_ApipInteraction_RefApipInteractionType] FOREIGN KEY ([RefApipInteractionTypeId]) REFERENCES [dbo].[RefApipInteractionType] ([RefAPIPInteractionTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentItemBody_AssessmentItem1]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemApip] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentItemBody_AssessmentItem1] FOREIGN KEY ([AssessmentItemId]) REFERENCES [dbo].[AssessmentItem] ([AssessmentItemId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentItemApipDescription_AssessmentItemApip]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemApipDescription] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentItemApipDescription_AssessmentItemApip] FOREIGN KEY ([AssessmentItemApipId]) REFERENCES [dbo].[AssessmentItemApip] ([AssessmentItemApipId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentItemApipDescription_RefLanguage]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemApipDescription] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentItemApipDescription_RefLanguage] FOREIGN KEY ([RefKeywordTranslationLanguageId]) REFERENCES [dbo].[RefLanguage] ([RefLanguageId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentItemResponseTheory_AssessmentItem]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemResponseTheory] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentItemResponseTheory_AssessmentItem] FOREIGN KEY ([AssessmentItemId]) REFERENCES [dbo].[AssessmentItem] ([AssessmentItemId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentItemResponseTheory_RefIRTDifficultyCategory]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemResponseTheory] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentItemResponseTheory_RefIRTDifficultyCategory] FOREIGN KEY ([RefItemResponseTheoryDifficultyCategoryId]) REFERENCES [dbo].[RefItemResponseTheoryDifficultyCategory] ([RefItemResponseTheoryDifficultyCategoryId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentItemResponseTheory_RefIRTKappaAlgorithm]...'; - - -GO -ALTER TABLE [dbo].[AssessmentItemResponseTheory] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentItemResponseTheory_RefIRTKappaAlgorithm] FOREIGN KEY ([RefItemResponseTheoryKappaAlgorithmId]) REFERENCES [dbo].[RefItemResponseTheoryKappaAlgorithm] ([RefItemResponseTheoryKappaAlgorithmId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentParticipantSession_AssessmentRegistration]...'; - - -GO -ALTER TABLE [dbo].[AssessmentParticipantSession] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentParticipantSession_AssessmentRegistration] FOREIGN KEY ([AssessmentRegistrationId]) REFERENCES [dbo].[AssessmentRegistration] ([AssessmentRegistrationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_AssessmentAdministration]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_AssessmentAdministration] FOREIGN KEY ([AssessmentAdministrationId]) REFERENCES [dbo].[AssessmentAdministration] ([AssessmentAdministrationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegirstration_RefAssessmentForm]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegirstration_RefAssessmentForm] FOREIGN KEY ([AssessmentFormId]) REFERENCES [dbo].[AssessmentForm] ([AssessmentFormId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_CourseSection] FOREIGN KEY ([CourseSectionId]) REFERENCES [dbo].[CourseSection] ([CourseSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_RefOrganization2]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_RefOrganization2] FOREIGN KEY ([LeaOrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_Organization]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_RefOrganization1]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_RefOrganization1] FOREIGN KEY ([SchoolOrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_Person]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_Person] FOREIGN KEY ([AssignedByPersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_Person2]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_Person2] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_RefAssessmentParticipationIndicator]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_RefAssessmentParticipationIndicator] FOREIGN KEY ([RefAssessmentParticipationIndicatorId]) REFERENCES [dbo].[RefAssessmentParticipationIndicator] ([RefAssessmentParticipationIndicatorId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_RefAssessmentPurpose]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_RefAssessmentPurpose] FOREIGN KEY ([RefAssessmentPurposeId]) REFERENCES [dbo].[RefAssessmentPurpose] ([RefAssessmentPurposeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_RefAssessmentReasonNotCompleting]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_RefAssessmentReasonNotCompleting] FOREIGN KEY ([RefAssessmentReasonNotCompletingId]) REFERENCES [dbo].[RefAssessmentReasonNotCompleting] ([RefAssessmentReasonNotCompletingId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_RefAssessmentReasonNotTested]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_RefAssessmentReasonNotTested] FOREIGN KEY ([RefAssessmentReasonNotTestedId]) REFERENCES [dbo].[RefAssessmentReasonNotTested] ([RefAssessmentReasonNotTestedId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_RefAssessmentRegistrationCompletionStatus]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_RefAssessmentRegistrationCompletionStatus] FOREIGN KEY ([RefAssessmentRegistrationCompletionStatusId]) REFERENCES [dbo].[RefAssessmentRegistrationCompletionStatus] ([RefAssessmentRegistrationCompletionStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_RefGradeLevel1]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_RefGradeLevel1] FOREIGN KEY ([RefGradeLevelToBeAssessedId]) REFERENCES [dbo].[RefGradeLevel] ([RefGradeLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_RefGradeLevel]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_RefGradeLevel] FOREIGN KEY ([RefGradeLevelWhenAssessedId]) REFERENCES [dbo].[RefGradeLevel] ([RefGradeLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentRegistration_Registration]...'; - - -GO -ALTER TABLE [dbo].[AssessmentRegistration_Accommodation] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentRegistration_Registration] FOREIGN KEY ([AssessmentRegistrationId]) REFERENCES [dbo].[AssessmentRegistration] ([AssessmentRegistrationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentResult_AssessmentRegistration]...'; - - -GO -ALTER TABLE [dbo].[AssessmentResult] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentResult_AssessmentRegistration] FOREIGN KEY ([AssessmentRegistrationId]) REFERENCES [dbo].[AssessmentRegistration] ([AssessmentRegistrationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentSubtest_CompetencyDefinition_AssessmentSubtest]...'; - - -GO -ALTER TABLE [dbo].[AssessmentSubtest_CompetencyDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentSubtest_CompetencyDefinition_AssessmentSubtest] FOREIGN KEY ([AssessmentSubtestId]) REFERENCES [dbo].[AssessmentSubtest] ([AssessmentSubtestId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_AssessmentSubtest_CompetencyDefinition_CompetencyDefinition]...'; - - -GO -ALTER TABLE [dbo].[AssessmentSubtest_CompetencyDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_AssessmentSubtest_CompetencyDefinition_CompetencyDefinition] FOREIGN KEY ([CompetencyDefinitionId]) REFERENCES [dbo].[CompetencyDefinition] ([CompetencyDefinitionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_BuildingSpaceUtilization_BuildingSpace]...'; - - -GO -ALTER TABLE [dbo].[BuildingSpaceUtilization] WITH NOCHECK - ADD CONSTRAINT [FK_BuildingSpaceUtilization_BuildingSpace] FOREIGN KEY ([BuildingSpaceId]) REFERENCES [dbo].[BuildingSpace] ([BuildingSpaceId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_BuildingSpaceUtilization_RefBuildingCommunityUseSpaceType]...'; - - -GO -ALTER TABLE [dbo].[BuildingSpaceUtilization] WITH NOCHECK - ADD CONSTRAINT [FK_BuildingSpaceUtilization_RefBuildingCommunityUseSpaceType] FOREIGN KEY ([RefBuildingCommunityUseSpaceTypeId]) REFERENCES [dbo].[RefBuildingCommunityUseSpaceType] ([RefBuildingCommunityUseSpaceTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_BuildingSpaceUtilization_RefBuildingInstructionalSpaceFactorType]...'; - - -GO -ALTER TABLE [dbo].[BuildingSpaceUtilization] WITH NOCHECK - ADD CONSTRAINT [FK_BuildingSpaceUtilization_RefBuildingInstructionalSpaceFactorType] FOREIGN KEY ([RefBuildingInstructionalSpaceFactorTypeId]) REFERENCES [dbo].[RefBuildingInstructionalSpaceFactorType] ([RefBuildingInstructionalSpaceFactorTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_Classroom_Location]...'; - - -GO -ALTER TABLE [dbo].[Classroom] WITH NOCHECK - ADD CONSTRAINT [FK_Classroom_Location] FOREIGN KEY ([LocationId]) REFERENCES [dbo].[Location] ([LocationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefAssociation_CompetencyDefinition]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefAssociation] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefAssociation_CompetencyDefinition] FOREIGN KEY ([CompetencyDefinitionId]) REFERENCES [dbo].[CompetencyDefinition] ([CompetencyDefinitionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CFItemAssociation_RefCompetencyDefAssociation]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefAssociation] WITH NOCHECK - ADD CONSTRAINT [FK_CFItemAssociation_RefCompetencyDefAssociation] FOREIGN KEY ([RefCompetencyDefAssociationTypeId]) REFERENCES [dbo].[RefCompetencyDefAssociationType] ([RefCompetencyDefAssociationTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefAssociation_RefAssociatedEntityType]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefAssociation] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefAssociation_RefAssociatedEntityType] FOREIGN KEY ([RefEntityTypeId]) REFERENCES [dbo].[RefEntityType] ([RefEntityTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefAssociation_RefLearningResourceCompetencyAlignmentType]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefAssociation] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefAssociation_RefLearningResourceCompetencyAlignmentType] FOREIGN KEY ([RefLearningResourceCompetencyAlignmentTypeId]) REFERENCES [dbo].[RefLearningResourceCompetencyAlignmentType] ([RefLearningResourceCompetencyAlignmentTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefEducationLevel_CompetencyDefinition]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefEducationLevel] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefEducationLevel_CompetencyDefinition] FOREIGN KEY ([CompetencyDefinitionId]) REFERENCES [dbo].[CompetencyDefinition] ([CompetencyDefinitionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefEducationLevel_RefEducationLevel]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefEducationLevel] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefEducationLevel_RefEducationLevel] FOREIGN KEY ([RefEducationLevelId]) REFERENCES [dbo].[RefEducationLevel] ([RefEducationLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefinition_CompetencyDefinition]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefinition_CompetencyDefinition] FOREIGN KEY ([ChildOf_CompetencyDefinitionId]) REFERENCES [dbo].[CompetencyDefinition] ([CompetencyDefinitionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefinition_CompetencyFramework]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefinition_CompetencyFramework] FOREIGN KEY ([CompetencyFrameworkId]) REFERENCES [dbo].[CompetencyFramework] ([CompetencyFrameworkId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefinition_RefBloomsTaxonomyDomain]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefinition_RefBloomsTaxonomyDomain] FOREIGN KEY ([RefBloomsTaxonomyDomainId]) REFERENCES [dbo].[RefBloomsTaxonomyDomain] ([RefBloomsTaxonomyDomainId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefinition_RefCompetencyDefinitionNodeAccessibilityProfile]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefinition_RefCompetencyDefinitionNodeAccessibilityProfile] FOREIGN KEY ([RefCompetencyDefNodeAccessibilityProfileId]) REFERENCES [dbo].[RefCompetencyDefNodeAccessibilityProfile] ([RefCompetencyDefNodeAccessibilityProfileId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefinition_RefCompetencyDefinitionTestabilityType]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefinition_RefCompetencyDefinitionTestabilityType] FOREIGN KEY ([RefCompetencyDefTestabilityTypeId]) REFERENCES [dbo].[RefCompetencyDefTestabilityType] ([RefCompetencyDefTestabilityTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefinition_RefLanguage]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefinition_RefLanguage] FOREIGN KEY ([RefLanguageId]) REFERENCES [dbo].[RefLanguage] ([RefLanguageId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefinition_RefMultipleIntelligenceType]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefinition_RefMultipleIntelligenceType] FOREIGN KEY ([RefMultipleIntelligenceTypeId]) REFERENCES [dbo].[RefMultipleIntelligenceType] ([RefMultipleIntelligenceTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefinition_CompetencySet_CompetencyDefinition]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefinition_CompetencySet] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefinition_CompetencySet_CompetencyDefinition] FOREIGN KEY ([CompetencyDefinitionId]) REFERENCES [dbo].[CompetencyDefinition] ([CompetencyDefinitionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CompetencyDefinition_CompetencySet_CompetencySet]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefinition_CompetencySet] WITH NOCHECK - ADD CONSTRAINT [FK_CompetencyDefinition_CompetencySet_CompetencySet] FOREIGN KEY ([CompetencySetId]) REFERENCES [dbo].[CompetencySet] ([CompetencySetId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_Course_Organization]...'; - - -GO -ALTER TABLE [dbo].[Course] WITH NOCHECK - ADD CONSTRAINT [FK_Course_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_Course_RefCourseApplicableEducationLevel]...'; - - -GO -ALTER TABLE [dbo].[Course] WITH NOCHECK - ADD CONSTRAINT [FK_Course_RefCourseApplicableEducationLevel] FOREIGN KEY ([RefCourseApplicableEducationLevelId]) REFERENCES [dbo].[RefCourseApplicableEducationLevel] ([RefCourseApplicableEducationLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_Course_RefCourseCreditUnit]...'; - - -GO -ALTER TABLE [dbo].[Course] WITH NOCHECK - ADD CONSTRAINT [FK_Course_RefCourseCreditUnit] FOREIGN KEY ([RefCourseCreditUnitId]) REFERENCES [dbo].[RefCourseCreditUnit] ([RefCourseCreditUnitId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_Course_RefCourseLevelCharacteristic]...'; - - -GO -ALTER TABLE [dbo].[Course] WITH NOCHECK - ADD CONSTRAINT [FK_Course_RefCourseLevelCharacteristic] FOREIGN KEY ([RefCourseLevelCharacteristicsId]) REFERENCES [dbo].[RefCourseLevelCharacteristic] ([RefCourseLevelCharacteristicId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_Course_RefLanguage]...'; - - -GO -ALTER TABLE [dbo].[Course] WITH NOCHECK - ADD CONSTRAINT [FK_Course_RefLanguage] FOREIGN KEY ([RefInstructionLanguage]) REFERENCES [dbo].[RefLanguage] ([RefLanguageId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSection_Course]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSection_Course] FOREIGN KEY ([CourseId]) REFERENCES [dbo].[Course] ([CourseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSection_Organization]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSection_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSection_OrganizationCalendarSession]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSection_OrganizationCalendarSession] FOREIGN KEY ([OrganizationCalendarSessionId]) REFERENCES [dbo].[OrganizationCalendarSession] ([OrganizationCalendarSessionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSection_RefAdvancedPlacementCourseCodeId]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSection_RefAdvancedPlacementCourseCodeId] FOREIGN KEY ([RefAdvancedPlacementCourseCodeId]) REFERENCES [dbo].[RefAdvancedPlacementCourseCode] ([RefAdvancedPlacementCourseCodeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSection_RefCourseSectionDeliveryMode]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSection_RefCourseSectionDeliveryMode] FOREIGN KEY ([RefCourseSectionDeliveryModeId]) REFERENCES [dbo].[RefCourseSectionDeliveryMode] ([RefCourseSectionDeliveryModeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSection_RefCreditTypeEarned]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSection_RefCreditTypeEarned] FOREIGN KEY ([RefCreditTypeEarnedId]) REFERENCES [dbo].[RefCreditTypeEarned] ([RefCreditTypeEarnedId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSection_RefLanguage]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSection_RefLanguage] FOREIGN KEY ([RefInstructionLanguageId]) REFERENCES [dbo].[RefLanguage] ([RefLanguageId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSection_RefCourseSectionSingleSexClassStatus]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSection_RefCourseSectionSingleSexClassStatus] FOREIGN KEY ([RefSingleSexClassStatusId]) REFERENCES [dbo].[RefSingleSexClassStatus] ([RefSingleSexClassStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSectionAssessmentReporting_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionAssessmentReporting] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSectionAssessmentReporting_CourseSection] FOREIGN KEY ([CourseSectionId]) REFERENCES [dbo].[CourseSection] ([CourseSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSectionAssessmentReporting_RefCSAssessmentReportMethod]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionAssessmentReporting] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSectionAssessmentReporting_RefCSAssessmentReportMethod] FOREIGN KEY ([RefCourseSectionAssessmentReportingMethodId]) REFERENCES [dbo].[RefCourseSectionAssessmentReportingMethod] ([RefCourseSectionAssessmentReportingMethodId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSectionLevel_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionLevel] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSectionLevel_CourseSection] FOREIGN KEY ([CourseSectionId]) REFERENCES [dbo].[CourseSection] ([CourseSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSectionLevel_RefCourseLevelType]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionLevel] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSectionLevel_RefCourseLevelType] FOREIGN KEY ([RefCourseLevelTypeId]) REFERENCES [dbo].[RefCourseLevelType] ([RefCourseLevelTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSectionLocation_Classroom]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionLocation] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSectionLocation_Classroom] FOREIGN KEY ([ClassroomId]) REFERENCES [dbo].[Classroom] ([ClassroomId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSectionLocation_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionLocation] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSectionLocation_CourseSection] FOREIGN KEY ([CourseSectionId]) REFERENCES [dbo].[CourseSection] ([CourseSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSectionLocation_RefInstructionLocationType]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionLocation] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSectionLocation_RefInstructionLocationType] FOREIGN KEY ([RefInstructionLocationTypeId]) REFERENCES [dbo].[RefInstructionLocationType] ([RefInstructionLocationTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CourseSectionSchedule_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[CourseSectionSchedule] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSectionSchedule_CourseSection] FOREIGN KEY ([CourseSectionId]) REFERENCES [dbo].[CourseSection] ([CourseSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinitionAward_CredentialDefinition]...'; - - -GO -ALTER TABLE [dbo].[CredentialAward] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinitionAward_CredentialDefinition] FOREIGN KEY ([CredentialDefinitionId]) REFERENCES [dbo].[CredentialDefinition] ([CredentialDefinitionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialAward_CredentialIssuer]...'; - - -GO -ALTER TABLE [dbo].[CredentialAward] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialAward_CredentialIssuer] FOREIGN KEY ([CredentialIssuerId]) REFERENCES [dbo].[CredentialIssuer] ([CredentialIssuerId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialAward_Person]...'; - - -GO -ALTER TABLE [dbo].[CredentialAward] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialAward_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialAwardCredit_CredentialAward]...'; - - -GO -ALTER TABLE [dbo].[CredentialAwardCredit] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialAwardCredit_CredentialAward] FOREIGN KEY ([CredentialAwardId]) REFERENCES [dbo].[CredentialAward] ([CredentialAwardId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialAwardCredit_CredentialCriteriaCourse]...'; - - -GO -ALTER TABLE [dbo].[CredentialAwardCredit] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialAwardCredit_CredentialCriteriaCourse] FOREIGN KEY ([CredentialCriteriaCourseId]) REFERENCES [dbo].[CredentialCriteriaCourse] ([CredentialCriteriaCourseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialAwardEvidence_CredentialAward]...'; - - -GO -ALTER TABLE [dbo].[CredentialAwardEvidence] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialAwardEvidence_CredentialAward] FOREIGN KEY ([CredentialAwardId]) REFERENCES [dbo].[CredentialAward] ([CredentialAwardId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialCriteriaCourse_Course]...'; - - -GO -ALTER TABLE [dbo].[CredentialCriteriaCourse] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialCriteriaCourse_Course] FOREIGN KEY ([CourseId]) REFERENCES [dbo].[Course] ([CourseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefCriteriaCourse_CredentialDefCriteria]...'; - - -GO -ALTER TABLE [dbo].[CredentialCriteriaCourse] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefCriteriaCourse_CredentialDefCriteria] FOREIGN KEY ([CredentialDefCriteriaId]) REFERENCES [dbo].[CredentialDefCriteria] ([CredentialDefCriteriaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefAgent_Organization]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefAgent] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefAgent_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefAgent_Person]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefAgent] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefAgent_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefAgent_RefCredentialDefAgentRoleType]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefAgent] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefAgent_RefCredentialDefAgentRoleType] FOREIGN KEY ([RefCredentialDefAgentRoleTypeId]) REFERENCES [dbo].[RefCredentialDefAgentRoleType] ([RefCredentialDefAgentRoleTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefAgent_RefCTDLOrganizationType]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefAgent] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefAgent_RefCTDLOrganizationType] FOREIGN KEY ([RefCTDLOrganizationTypeId]) REFERENCES [dbo].[RefCTDLOrganizationType] ([RefCTDLOrganizationTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefAgentCredential_CredentialDefAgent]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefAgentCredential] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefAgentCredential_CredentialDefAgent] FOREIGN KEY ([CredentialDefAgentId]) REFERENCES [dbo].[CredentialDefAgent] ([CredentialDefAgentId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinitionDefAgentCredentialDefinition_CredentialDefinition]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefAgentCredential] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinitionDefAgentCredentialDefinition_CredentialDefinition] FOREIGN KEY ([CredentialDefinitionId]) REFERENCES [dbo].[CredentialDefinition] ([CredentialDefinitionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinitionDefCategory_CredentialDefinition]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefCategory] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinitionDefCategory_CredentialDefinition] FOREIGN KEY ([CredentialDefinitionId]) REFERENCES [dbo].[CredentialDefinition] ([CredentialDefinitionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefCriteria_CompetencySet]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefCriteria] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefCriteria_CompetencySet] FOREIGN KEY ([CompetencySetId]) REFERENCES [dbo].[CompetencySet] ([CompetencySetId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinitionDefCriteria_CredentialDefinition]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefCriteria] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinitionDefCriteria_CredentialDefinition] FOREIGN KEY ([CredentialDefinitionId]) REFERENCES [dbo].[CredentialDefinition] ([CredentialDefinitionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefCriteria_RefCredentialDefAssessMethodType]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefCriteria] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefCriteria_RefCredentialDefAssessMethodType] FOREIGN KEY ([RefCredentialDefAssessMethodTypeId]) REFERENCES [dbo].[RefCredentialDefAssessMethodType] ([RefCredentialDefAssessMethodTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinitionDefIdentifier_CredentialDefinition]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefIdentifier] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinitionDefIdentifier_CredentialDefinition] FOREIGN KEY ([CredentialDefinitionId]) REFERENCES [dbo].[CredentialDefinition] ([CredentialDefinitionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefIdentifier_RefCredentialDefIdentifierSystem]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefIdentifier] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefIdentifier_RefCredentialDefIdentifierSystem] FOREIGN KEY ([RefCredentialIdentifierSystemId]) REFERENCES [dbo].[RefCredentialIdentifierSystem] ([RefCredentialIdentifierSystemId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinition_RefCareerCluster]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinition_RefCareerCluster] FOREIGN KEY ([RefCareerClusterId]) REFERENCES [dbo].[RefCareerCluster] ([RefCareerClusterId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinition_RefCipCode]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinition_RefCipCode] FOREIGN KEY ([RefCipCodeId]) REFERENCES [dbo].[RefCipCode] ([RefCipCodeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinition_RefCredentialDefinitionIntendedPurposeType]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinition_RefCredentialDefinitionIntendedPurposeType] FOREIGN KEY ([RefCredentialDefIntendedPurposeTypeId]) REFERENCES [dbo].[RefCredentialDefIntendedPurposeType] ([RefCredentialDefIntendedPurposeTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinition_RefCredentialDefinitionStatusType]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinition_RefCredentialDefinitionStatusType] FOREIGN KEY ([RefCredentialDefStatusTypeId]) REFERENCES [dbo].[RefCredentialDefStatusType] ([RefCredentialDefStatusTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinition_RefCredentialDefinitionVerificationType]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinition_RefCredentialDefinitionVerificationType] FOREIGN KEY ([RefCredentialDefVerificationTypeId]) REFERENCES [dbo].[RefCredentialDefVerificationType] ([RefCredentialDefVerificationTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinition_RefCTDLAudienceLevelType]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinition_RefCTDLAudienceLevelType] FOREIGN KEY ([RefCTDLAudienceLevelTypeId]) REFERENCES [dbo].[RefCTDLAudienceLevelType] ([RefCTDLAudienceLevelTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinition_RefONETSOCOccupationType]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefinition] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinition_RefONETSOCOccupationType] FOREIGN KEY ([RefONETSOCOccupationTypeId]) REFERENCES [dbo].[RefONETSOCOccupationType] ([RefONETSOCOccupationTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialIssuer_Organization]...'; - - -GO -ALTER TABLE [dbo].[CredentialIssuer] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialIssuer_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialIssuer_RefCTDLOrganizationType]...'; - - -GO -ALTER TABLE [dbo].[CredentialIssuer] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialIssuer_RefCTDLOrganizationType] FOREIGN KEY ([RefCTDLOrganizationTypeId]) REFERENCES [dbo].[RefCTDLOrganizationType] ([RefCTDLOrganizationTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialDefinitionOffered_CredentialDefinition]...'; - - -GO -ALTER TABLE [dbo].[CredentialOffered] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialDefinitionOffered_CredentialDefinition] FOREIGN KEY ([CredentialDefinitionId]) REFERENCES [dbo].[CredentialDefinition] ([CredentialDefinitionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CredentialOffered_CredentialIssuer]...'; - - -GO -ALTER TABLE [dbo].[CredentialOffered] WITH NOCHECK - ADD CONSTRAINT [FK_CredentialOffered_CredentialIssuer] FOREIGN KEY ([CredentialIssuerId]) REFERENCES [dbo].[CredentialIssuer] ([CredentialIssuerId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CteCourse_Course]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] WITH NOCHECK - ADD CONSTRAINT [FK_CteCourse_Course] FOREIGN KEY ([CourseId]) REFERENCES [dbo].[Course] ([CourseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CteCourse_RefAdditionalCreditType]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] WITH NOCHECK - ADD CONSTRAINT [FK_CteCourse_RefAdditionalCreditType] FOREIGN KEY ([RefAdditionalCreditTypeId]) REFERENCES [dbo].[RefAdditionalCreditType] ([RefAdditionalCreditTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CteCourse_RefCareerCluster]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] WITH NOCHECK - ADD CONSTRAINT [FK_CteCourse_RefCareerCluster] FOREIGN KEY ([RefCareerClusterId]) REFERENCES [dbo].[RefCareerCluster] ([RefCareerClusterId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CteCourse_RefCourseGpaApplicability]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] WITH NOCHECK - ADD CONSTRAINT [FK_CteCourse_RefCourseGpaApplicability] FOREIGN KEY ([RefCourseGPAApplicabilityId]) REFERENCES [dbo].[RefCourseGpaApplicability] ([RefCourseGPAApplicabilityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CteCourse_RefCreditTypeEarned]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] WITH NOCHECK - ADD CONSTRAINT [FK_CteCourse_RefCreditTypeEarned] FOREIGN KEY ([RefCreditTypeEarnedId]) REFERENCES [dbo].[RefCreditTypeEarned] ([RefCreditTypeEarnedId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CteCourse_RefCurriculumFrameworkType]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] WITH NOCHECK - ADD CONSTRAINT [FK_CteCourse_RefCurriculumFrameworkType] FOREIGN KEY ([RefCurriculumFrameworkTypeId]) REFERENCES [dbo].[RefCurriculumFrameworkType] ([RefCurriculumFrameworkTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CteCourse_RefSCEDCourseLevel]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] WITH NOCHECK - ADD CONSTRAINT [FK_CteCourse_RefSCEDCourseLevel] FOREIGN KEY ([RefSCEDCourseLevelId]) REFERENCES [dbo].[RefSCEDCourseLevel] ([RefSCEDCourseLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CteCourse_RefSCEDCourseSubjectArea]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] WITH NOCHECK - ADD CONSTRAINT [FK_CteCourse_RefSCEDCourseSubjectArea] FOREIGN KEY ([RefSCEDCourseSubjectAreaId]) REFERENCES [dbo].[RefSCEDCourseSubjectArea] ([RefSCEDCourseSubjectAreaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CteStudentAcademicRecord_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[CteStudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_CteStudentAcademicRecord_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_CteStudentAcademicRecord_RefProfessionalTechnicalCredential]...'; - - -GO -ALTER TABLE [dbo].[CteStudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_CteStudentAcademicRecord_RefProfessionalTechnicalCredential] FOREIGN KEY ([RefProfessionalTechnicalCredentialTypeId]) REFERENCES [dbo].[RefProfessionalTechnicalCredentialType] ([RefProfessionalTechnicalCredentialTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_EarlyChildhoodCredential_PersonCredential]...'; - - -GO -ALTER TABLE [dbo].[EarlyChildhoodCredential] WITH NOCHECK - ADD CONSTRAINT [FK_EarlyChildhoodCredential_PersonCredential] FOREIGN KEY ([PersonCredentialId]) REFERENCES [dbo].[PersonCredential] ([PersonCredentialId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_EarlyChildhoodCredential_RefEarlyChildhoodCredential]...'; - - -GO -ALTER TABLE [dbo].[EarlyChildhoodCredential] WITH NOCHECK - ADD CONSTRAINT [FK_EarlyChildhoodCredential_RefEarlyChildhoodCredential] FOREIGN KEY ([RefEarlyChildhoodCredentialId]) REFERENCES [dbo].[RefEarlyChildhoodCredential] ([RefEarlyChildhoodCredentialId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildDemographic_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildDemographic] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildDemographic_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildDevelopmentalAssessment_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildDevelopmentalAssessment] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildDevelopmentalAssessment_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildDevelopmentalAssessment_RefChildDevelopmentalScreeningStatus]...'; - - -GO -ALTER TABLE [dbo].[ELChildDevelopmentalAssessment] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildDevelopmentalAssessment_RefChildDevelopmentalScreeningStatus] FOREIGN KEY ([RefChildDevelopmentalScreeningStatusId]) REFERENCES [dbo].[RefChildDevelopmentalScreeningStatus] ([RefChildDevelopmentalScreeningStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildDevelopmentalAssessment_RefDevelopmentalEvaluationFinding]...'; - - -GO -ALTER TABLE [dbo].[ELChildDevelopmentalAssessment] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildDevelopmentalAssessment_RefDevelopmentalEvaluationFinding] FOREIGN KEY ([RefDevelopmentalEvaluationFindingId]) REFERENCES [dbo].[RefDevelopmentalEvaluationFinding] ([RefDevelopmentalEvaluationFindingId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildHealth_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildHealth] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildHealth_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildHealth_RefScheduledWellChildScreening]...'; - - -GO -ALTER TABLE [dbo].[ELChildHealth] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildHealth_RefScheduledWellChildScreening] FOREIGN KEY ([RefScheduledWellChildScreeningId]) REFERENCES [dbo].[RefScheduledWellChildScreening] ([RefScheduledWellChildScreeningId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildIndividualizedProgram_IndividualizedProgram]...'; - - -GO -ALTER TABLE [dbo].[ELChildIndividualizedProgram] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildIndividualizedProgram_IndividualizedProgram] FOREIGN KEY ([IndividualizedProgramId]) REFERENCES [dbo].[IndividualizedProgram] ([IndividualizedProgramId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildIndividualizedProgram_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildIndividualizedProgram] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildIndividualizedProgram_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildIndividualizedProgram_RefIDEAIEPStatus]...'; - - -GO -ALTER TABLE [dbo].[ELChildIndividualizedProgram] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildIndividualizedProgram_RefIDEAIEPStatus] FOREIGN KEY ([RefIDEAIEPStatusId]) REFERENCES [dbo].[RefIDEAIEPStatus] ([RefIDEAIEPStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildIndividualizedProgram_RefIDEAPartCEligibilityCategory]...'; - - -GO -ALTER TABLE [dbo].[ELChildIndividualizedProgram] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildIndividualizedProgram_RefIDEAPartCEligibilityCategory] FOREIGN KEY ([RefIDEAPartCEligibilityCategoryId]) REFERENCES [dbo].[RefIDEAPartCEligibilityCategory] ([RefIDEAPartCEligibilityCategoryId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildOutcomeSummary_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildOutcomeSummary] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildOutcomeSummary_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildOutcomeSummary_COSRatingA]...'; - - -GO -ALTER TABLE [dbo].[ELChildOutcomeSummary] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildOutcomeSummary_COSRatingA] FOREIGN KEY ([COSRatingAId]) REFERENCES [dbo].[RefChildOutcomesSummaryRating] ([RefChildOutcomesSummaryRatingId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildOutcomeSummary_COSRatingB]...'; - - -GO -ALTER TABLE [dbo].[ELChildOutcomeSummary] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildOutcomeSummary_COSRatingB] FOREIGN KEY ([COSRatingBId]) REFERENCES [dbo].[RefChildOutcomesSummaryRating] ([RefChildOutcomesSummaryRatingId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildOutcomeSummary_COSRatingC]...'; - - -GO -ALTER TABLE [dbo].[ELChildOutcomeSummary] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildOutcomeSummary_COSRatingC] FOREIGN KEY ([COSRatingCId]) REFERENCES [dbo].[RefChildOutcomesSummaryRating] ([RefChildOutcomesSummaryRatingId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildProgramEligibility_OrgPersonRole]...'; - - -GO -ALTER TABLE [dbo].[ELChildProgramEligibility] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildProgramEligibility_OrgPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildService_OrgPersonRole]...'; - - -GO -ALTER TABLE [dbo].[ELChildService] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildService_OrgPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildService_RefEarlyChildhoodServicesOffered]...'; - - -GO -ALTER TABLE [dbo].[ELChildService] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildService_RefEarlyChildhoodServicesOffered] FOREIGN KEY ([RefEarlyChildhoodServicesOfferedId]) REFERENCES [dbo].[RefEarlyChildhoodServices] ([RefEarlyChildhoodServicesId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildService_RefEarlyChildhoodServicesReceived]...'; - - -GO -ALTER TABLE [dbo].[ELChildService] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildService_RefEarlyChildhoodServicesReceived] FOREIGN KEY ([RefEarlyChildhoodServicesReceivedId]) REFERENCES [dbo].[RefEarlyChildhoodServices] ([RefEarlyChildhoodServicesId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildService_RefELServiceType]...'; - - -GO -ALTER TABLE [dbo].[ELChildService] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildService_RefELServiceType] FOREIGN KEY ([RefELServiceTypeId]) REFERENCES [dbo].[RefELServiceType] ([RefELServiceTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildServicesApplication_OrgPersonRole]...'; - - -GO -ALTER TABLE [dbo].[ELChildServicesApplication] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildServicesApplication_OrgPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildIDEA_IndividualizedProgram]...'; - - -GO -ALTER TABLE [dbo].[ELChildTransitionPlan] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildIDEA_IndividualizedProgram] FOREIGN KEY ([IndividualizedProgramId]) REFERENCES [dbo].[IndividualizedProgram] ([IndividualizedProgramId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildIDEA_Person]...'; - - -GO -ALTER TABLE [dbo].[ELChildTransitionPlan] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildIDEA_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELChildIDEA_RefReasonDelayTransitionConf]...'; - - -GO -ALTER TABLE [dbo].[ELChildTransitionPlan] WITH NOCHECK - ADD CONSTRAINT [FK_ELChildIDEA_RefReasonDelayTransitionConf] FOREIGN KEY ([RefReasonDelayTransitionConfId]) REFERENCES [dbo].[RefReasonDelayTransitionConf] ([RefReasonDelayTransitionConfId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELClassSection_Organization]...'; - - -GO -ALTER TABLE [dbo].[ELClassSection] WITH NOCHECK - ADD CONSTRAINT [FK_ELClassSection_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELClassSection_RefEnvironmentSetting]...'; - - -GO -ALTER TABLE [dbo].[ELClassSection] WITH NOCHECK - ADD CONSTRAINT [FK_ELClassSection_RefEnvironmentSetting] FOREIGN KEY ([RefEnvironmentSettingId]) REFERENCES [dbo].[RefEnvironmentSetting] ([RefEnvironmentSettingId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELClassSection_RefServiceOption]...'; - - -GO -ALTER TABLE [dbo].[ELClassSection] WITH NOCHECK - ADD CONSTRAINT [FK_ELClassSection_RefServiceOption] FOREIGN KEY ([RefServiceOptionId]) REFERENCES [dbo].[RefServiceOption] ([RefServiceOptionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELClassSectionService_ELClassSection]...'; - - -GO -ALTER TABLE [dbo].[ELClassSectionService] WITH NOCHECK - ADD CONSTRAINT [FK_ELClassSectionService_ELClassSection] FOREIGN KEY ([ELClassSectionId]) REFERENCES [dbo].[ELClassSection] ([ELClassSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELClassSectionService_RefELGroupSizeStandardMet]...'; - - -GO -ALTER TABLE [dbo].[ELClassSectionService] WITH NOCHECK - ADD CONSTRAINT [FK_ELClassSectionService_RefELGroupSizeStandardMet] FOREIGN KEY ([RefELGroupSizeStandardMetId]) REFERENCES [dbo].[RefELGroupSizeStandardMet] ([RefELGroupSizeStandardMetId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELClassSectionService_RefFrequencyOfServiceId]...'; - - -GO -ALTER TABLE [dbo].[ELClassSectionService] WITH NOCHECK - ADD CONSTRAINT [FK_ELClassSectionService_RefFrequencyOfServiceId] FOREIGN KEY ([RefFrequencyOfServiceId]) REFERENCES [dbo].[RefFrequencyOfService] ([RefFrequencyOfServiceId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELEnrollment_ELClassSection]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] WITH NOCHECK - ADD CONSTRAINT [FK_ELEnrollment_ELClassSection] FOREIGN KEY ([ELClassSectionId]) REFERENCES [dbo].[ELClassSection] ([ELClassSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_EcProgramEnrollment_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] WITH NOCHECK - ADD CONSTRAINT [FK_EcProgramEnrollment_OrganizationPerson] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_ELEnrollment_RefELFederalFundingType]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] WITH NOCHECK - ADD CONSTRAINT [FK_ELEnrollment_RefELFederalFundingType] FOREIGN KEY ([RefELFederalFundingTypeId]) REFERENCES [dbo].[RefELFederalFundingType] ([RefELFederalFundingTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELEnrollment_RefFoodServiceParticipation]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] WITH NOCHECK - ADD CONSTRAINT [FK_ELEnrollment_RefFoodServiceParticipation] FOREIGN KEY ([RefFoodServiceParticipationId]) REFERENCES [dbo].[RefFoodServiceParticipation] ([RefFoodServiceParticipationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELEnrollment_RefIDEAEnvironmentEL]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] WITH NOCHECK - ADD CONSTRAINT [FK_ELEnrollment_RefIDEAEnvironmentEL] FOREIGN KEY ([RefIDEAEnvironmentELId]) REFERENCES [dbo].[RefIDEAEnvironmentEL] ([RefIDEAEnvironmentELId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELEnrollment_RefServiceOption]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] WITH NOCHECK - ADD CONSTRAINT [FK_ELEnrollment_RefServiceOption] FOREIGN KEY ([RefServiceOptionId]) REFERENCES [dbo].[RefServiceOption] ([RefServiceOptionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganization_Organization]...'; - - -GO -ALTER TABLE [dbo].[ELOrganization] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganization_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganization_RefProfitStatus]...'; - - -GO -ALTER TABLE [dbo].[ELOrganization] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganization_RefProfitStatus] FOREIGN KEY ([RefProfitStatusId]) REFERENCES [dbo].[RefProfitStatus] ([RefProfitStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganizationAvailability_Organization1]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationAvailability] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganizationAvailability_Organization1] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganizationAvailability_RefEnvironmentSetting]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationAvailability] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganizationAvailability_RefEnvironmentSetting] FOREIGN KEY ([RefEnvironmentSettingId]) REFERENCES [dbo].[RefEnvironmentSetting] ([RefEnvironmentSettingId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganizationAvailability_RefPopulationServed]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationAvailability] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganizationAvailability_RefPopulationServed] FOREIGN KEY ([RefPopulationServedId]) REFERENCES [dbo].[RefPopulationServed] ([RefPopulationServedId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganizationAvailability_RefServiceOption]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationAvailability] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganizationAvailability_RefServiceOption] FOREIGN KEY ([RefServiceOptionId]) REFERENCES [dbo].[RefServiceOption] ([RefServiceOptionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganizationFunds_Organization]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganizationFunds_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganizationFunds_RefBillableBasisType]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganizationFunds_RefBillableBasisType] FOREIGN KEY ([RefBillableBasisTypeId]) REFERENCES [dbo].[RefBillableBasisType] ([RefBillableBasisTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganizationFunds_RefELFederalFundingType]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganizationFunds_RefELFederalFundingType] FOREIGN KEY ([RefELFederalFundingTypeId]) REFERENCES [dbo].[RefELFederalFundingType] ([RefELFederalFundingTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganizationFunds_RefELLocalRevenueSource]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganizationFunds_RefELLocalRevenueSource] FOREIGN KEY ([RefELLocalRevenueSourceId]) REFERENCES [dbo].[RefELLocalRevenueSource] ([RefELLocalRevenueSourceId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganizationFunds_RefELOtherFederalFundingSources]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganizationFunds_RefELOtherFederalFundingSources] FOREIGN KEY ([RefELOtherFederalFundingSourcesId]) REFERENCES [dbo].[RefELOtherFederalFundingSources] ([RefELOtherFederalFundingSourcesId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganizationFunds_RefELStateRevenueSource]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganizationFunds_RefELStateRevenueSource] FOREIGN KEY ([RefELStateRevenueSourceId]) REFERENCES [dbo].[RefELStateRevenueSource] ([RefELStateRevenueSourceId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELOrganizationFunds_RefReimbursementType]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationFunds] WITH NOCHECK - ADD CONSTRAINT [FK_ELOrganizationFunds_RefReimbursementType] FOREIGN KEY ([RefReimbursementTypeId]) REFERENCES [dbo].[RefReimbursementType] ([RefReimbursementTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELServicePartner_Organization]...'; - - -GO -ALTER TABLE [dbo].[ELServicePartner] WITH NOCHECK - ADD CONSTRAINT [FK_ELServicePartner_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaff_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[ELStaff] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaff_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaff_RefChildDevAssociateType]...'; - - -GO -ALTER TABLE [dbo].[ELStaff] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaff_RefChildDevAssociateType] FOREIGN KEY ([RefChildDevelopmentAssociateTypeId]) REFERENCES [dbo].[RefChildDevelopmentAssociateType] ([RefChildDevelopmentAssociateTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaffAssignment_OrgPersonRole]...'; - - -GO -ALTER TABLE [dbo].[ELStaffAssignment] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaffAssignment_OrgPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaffEducation_ELStaff]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEducation] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaffEducation_ELStaff] FOREIGN KEY ([ELStaffId]) REFERENCES [dbo].[ELStaff] ([ELStaffId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaff_RefELLevelOfSpecialization]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEducation] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaff_RefELLevelOfSpecialization] FOREIGN KEY ([RefELLevelOfSpecializationId]) REFERENCES [dbo].[RefELLevelOfSpecialization] ([RefELLevelOfSpecializationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaffEducation_RefELPDTopicArea]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEducation] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaffEducation_RefELPDTopicArea] FOREIGN KEY ([RefELProfessionalDevelopmentTopicAreaId]) REFERENCES [dbo].[RefELProfessionalDevelopmentTopicArea] ([RefELProfessionalDevelopmentTopicAreaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaffEmployment_RefELEducationStaffClassification]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaffEmployment_RefELEducationStaffClassification] FOREIGN KEY ([RefELEducationStaffClassificationId]) REFERENCES [dbo].[RefELEducationStaffClassification] ([RefELEducationStaffClassificationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaffEmployment_RefELEmploymentSeparationReason]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaffEmployment_RefELEmploymentSeparationReason] FOREIGN KEY ([RefELEmploymentSeparationReasonId]) REFERENCES [dbo].[RefELEmploymentSeparationReason] ([RefELEmploymentSeparationReasonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaffEmployment_RefELServiceProfessionalStaffClassification]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaffEmployment_RefELServiceProfessionalStaffClassification] FOREIGN KEY ([RefELServiceProfessionalStaffClassificationId]) REFERENCES [dbo].[RefELServiceProfessionalStaffClassification] ([RefELServiceProfessionalStaffClassificationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaffEmployment_RefEmploymentStatus]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaffEmployment_RefEmploymentStatus] FOREIGN KEY ([RefEmploymentStatusId]) REFERENCES [dbo].[RefEmploymentStatus] ([RefEmploymentStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaffEmployment_RefWageCollectionMethod]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaffEmployment_RefWageCollectionMethod] FOREIGN KEY ([RefWageCollectionMethodId]) REFERENCES [dbo].[RefWageCollectionMethod] ([RefWageCollectionMethodId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaffEmployment_RefWageVerification]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaffEmployment_RefWageVerification] FOREIGN KEY ([RefWageVerificationId]) REFERENCES [dbo].[RefWageVerification] ([RefWageVerificationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ELStaffEmployment_StaffEmployment]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_ELStaffEmployment_StaffEmployment] FOREIGN KEY ([StaffEmploymentId]) REFERENCES [dbo].[StaffEmployment] ([StaffEmploymentId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityFinancial_FacilityLease]...'; - - -GO -ALTER TABLE [dbo].[FacilityFinancial] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityFinancial_FacilityLease] FOREIGN KEY ([FacilityLeaseId]) REFERENCES [dbo].[FacilityLease] ([FacilityLeaseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityFinancial_FacilityMortgage]...'; - - -GO -ALTER TABLE [dbo].[FacilityFinancial] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityFinancial_FacilityMortgage] FOREIGN KEY ([FacilityMortgageId]) REFERENCES [dbo].[FacilityMortgage] ([FacilityMortgageId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityFinancial_FacilityMortgageFee]...'; - - -GO -ALTER TABLE [dbo].[FacilityFinancial] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityFinancial_FacilityMortgageFee] FOREIGN KEY ([FacilityMortgageFeeId]) REFERENCES [dbo].[FacilityMortgageFee] ([FacilityMortgageFeeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityFinancial_OrganizationFinancial]...'; - - -GO -ALTER TABLE [dbo].[FacilityFinancial] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityFinancial_OrganizationFinancial] FOREIGN KEY ([OrganizationFinancialId]) REFERENCES [dbo].[OrganizationFinancial] ([OrganizationFinancialId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityManagement_Facility]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityManagement_Facility] FOREIGN KEY ([FacilityId]) REFERENCES [dbo].[Facility] ([FacilityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityManagement_RefBuildingCharterSchoolRealtyAccessType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityManagement_RefBuildingCharterSchoolRealtyAccessType] FOREIGN KEY ([RefBuildingCharterSchoolRealtyAccessTypeId]) REFERENCES [dbo].[RefBuildingCharterSchoolRealtyAccessType] ([RefBuildingCharterSchoolRealtyAccessTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityManagement_RefBuildingCleaningStandardType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityManagement_RefBuildingCleaningStandardType] FOREIGN KEY ([RefBuildingCleaningStandardTypeId]) REFERENCES [dbo].[RefBuildingCleaningStandardType] ([RefBuildingCleaningStandardTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityManagement_RefFacilityCapitalProgramMgmtType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityManagement_RefFacilityCapitalProgramMgmtType] FOREIGN KEY ([RefFacilityCapitalProgramMgmtTypeId]) REFERENCES [dbo].[RefFacilityCapitalProgramMgmtType] ([RefFacilityCapitalProgramMgmtTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityManagement_RefFacilityComplianceAgencyType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityManagement_RefFacilityComplianceAgencyType] FOREIGN KEY ([RefFacilityComplianceAgencyTypeId]) REFERENCES [dbo].[RefFacilityComplianceAgencyType] ([RefFacilityComplianceAgencyTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityManagement_RefFacilityOperationsMgmtType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagement] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityManagement_RefFacilityOperationsMgmtType] FOREIGN KEY ([RefFacilityOperationsMgmtTypeId]) REFERENCES [dbo].[RefFacilityOperationsMgmtType] ([RefFacilityOperationsMgmtTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityManagementPlan_FacilityManagement]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagementPlan] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityManagementPlan_FacilityManagement] FOREIGN KEY ([FacilityManagementId]) REFERENCES [dbo].[FacilityManagement] ([FacilityManagementId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityManagementPlan_RefFacilitiesMgmtEmergencyType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagementPlan] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityManagementPlan_RefFacilitiesMgmtEmergencyType] FOREIGN KEY ([RefFacilitiesMgmtEmergencyTypeId]) REFERENCES [dbo].[RefFacilitiesMgmtEmergencyType] ([RefFacilitiesMgmtEmergencyTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityManagementPlan_RefFacilitiesPlanType]...'; - - -GO -ALTER TABLE [dbo].[FacilityManagementPlan] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityManagementPlan_RefFacilitiesPlanType] FOREIGN KEY ([RefFacilitiesPlanTypeId]) REFERENCES [dbo].[RefFacilitiesPlanType] ([RefFacilitiesPlanTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_FacilityUtilization_Facility]...'; - - -GO -ALTER TABLE [dbo].[FacilityUtilization] WITH NOCHECK - ADD CONSTRAINT [FK_FacilityUtilization_Facility] FOREIGN KEY ([FacilityId]) REFERENCES [dbo].[Facility] ([FacilityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IEPPresentLevel_IndividualizedProgram]...'; - - -GO -ALTER TABLE [dbo].[IEPPresentLevel] WITH NOCHECK - ADD CONSTRAINT [FK_IEPPresentLevel_IndividualizedProgram] FOREIGN KEY ([IndividualizedProgramId]) REFERENCES [dbo].[IndividualizedProgram] ([IndividualizedProgramId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IncidentPerson_Incident]...'; - - -GO -ALTER TABLE [dbo].[IncidentPerson] WITH NOCHECK - ADD CONSTRAINT [FK_IncidentPerson_Incident] FOREIGN KEY ([IncidentId]) REFERENCES [dbo].[Incident] ([IncidentId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IncidentPerson_Person]...'; - - -GO -ALTER TABLE [dbo].[IncidentPerson] WITH NOCHECK - ADD CONSTRAINT [FK_IncidentPerson_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IncidentPerson_RefIncidentPersonRoleType]...'; - - -GO -ALTER TABLE [dbo].[IncidentPerson] WITH NOCHECK - ADD CONSTRAINT [FK_IncidentPerson_RefIncidentPersonRoleType] FOREIGN KEY ([RefIncidentPersonRoleTypeId]) REFERENCES [dbo].[RefIncidentPersonRoleType] ([RefIncidentPersonRoleTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IncidentPerson_RefIncidentPersonType]...'; - - -GO -ALTER TABLE [dbo].[IncidentPerson] WITH NOCHECK - ADD CONSTRAINT [FK_IncidentPerson_RefIncidentPersonType] FOREIGN KEY ([RefIncidentPersonTypeId]) REFERENCES [dbo].[RefIncidentPersonType] ([RefIncidentPersonTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_OrganizationFinancial]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_OrganizationFinancial] FOREIGN KEY ([OrganizationFinancialId]) REFERENCES [dbo].[OrganizationFinancial] ([OrganizationFinancialId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSFASBFinancialPosition]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBFinancialPosition] FOREIGN KEY ([RefIPEDSFASBFinancialPositionId]) REFERENCES [dbo].[RefIPEDSFASBFinancialPosition] ([RefIPEDSFASBFinancialPositionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSFASBFunctionalExpense]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBFunctionalExpense] FOREIGN KEY ([RefIPEDSFASBFunctionalExpenseId]) REFERENCES [dbo].[RefIPEDSFASBFunctionalExpense] ([RefIPEDSFASBFunctionalExpenseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSFASBPellGrantTransactions]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBPellGrantTransactions] FOREIGN KEY ([RefIPEDSFASBPellGrantTransactionsId]) REFERENCES [dbo].[RefIPEDSFASBPellGrantTransactions] ([RefIPEDSFASBPellGrantTransactionsId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSFASBRevenue]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBRevenue] FOREIGN KEY ([RefIPEDSFASBRevenueId]) REFERENCES [dbo].[RefIPEDSFASBRevenue] ([RefIPEDSFASBRevenueId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSFASBRevenueRestriction]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBRevenueRestriction] FOREIGN KEY ([RefIPEDSFASBRevenueRestrictionId]) REFERENCES [dbo].[RefIPEDSFASBRevenueRestriction] ([RefIPEDSFASBRevenueRestrictionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSFASBScholarshipsandFellowshipsRevenue]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBScholarshipsandFellowshipsRevenue] FOREIGN KEY ([RefIPEDSFASBScholarshipsandFellowshipsRevenueId]) REFERENCES [dbo].[RefIPEDSFASBScholarshipsandFellowshipsRevenue] ([RefIPEDSFASBScholarshipsandFellowshipsRevenueId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSGASBFinancialPosition]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBFinancialPosition] FOREIGN KEY ([RefIPEDSGASBFinancialPositionId]) REFERENCES [dbo].[RefIPEDSGASBFinancialPosition] ([RefIPEDSGASBFinancialPositionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSGASBFunctionalExpense]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBFunctionalExpense] FOREIGN KEY ([RefIPEDSGASBFunctionalExpenseId]) REFERENCES [dbo].[RefIPEDSGASBFunctionalExpense] ([RefIPEDSGASBFunctionalExpenseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSGASBRevenue]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBRevenue] FOREIGN KEY ([RefIPEDSGASBRevenueId]) REFERENCES [dbo].[RefIPEDSGASBRevenue] ([RefIPEDSGASBRevenueId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSGASBScholarshipsandFellowshipsRevenue]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBScholarshipsandFellowshipsRevenue] FOREIGN KEY ([RefIPEDSGASBScholarshipsandFellowshipsRevenueId]) REFERENCES [dbo].[RefIPEDSGASBScholarshipsandFellowshipsRevenue] ([RefIPEDSGASBScholarshipsandFellowshipsRevenueId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSIntercollegiateAthleticsExpenses]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSIntercollegiateAthleticsExpenses] FOREIGN KEY ([RefIPEDSIntercollegiateAthleticsExpensesId]) REFERENCES [dbo].[RefIPEDSIntercollegiateAthleticsExpenses] ([RefIPEDSIntercollegiateAthleticsExpensesId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_IPEDSFinance_RefIPEDSNaturalExpense]...'; - - -GO -ALTER TABLE [dbo].[IPEDSFinance] WITH NOCHECK - ADD CONSTRAINT [FK_IPEDSFinance_RefIPEDSNaturalExpense] FOREIGN KEY ([RefIPEDSNaturalExpenseId]) REFERENCES [dbo].[RefIPEDSNaturalExpense] ([RefIPEDSNaturalExpenseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_Course]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_Course] FOREIGN KEY ([CourseId]) REFERENCES [dbo].[Course] ([CourseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_RefAdditionalCreditType]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_RefAdditionalCreditType] FOREIGN KEY ([RefAdditionalCreditTypeId]) REFERENCES [dbo].[RefAdditionalCreditType] ([RefAdditionalCreditTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_RefBlendedLearningModel]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_RefBlendedLearningModel] FOREIGN KEY ([RefBlendedLearningModelTypeId]) REFERENCES [dbo].[RefBlendedLearningModelType] ([RefBlendedLearningModelTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_RefCareerCluster]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_RefCareerCluster] FOREIGN KEY ([RefCareerClusterId]) REFERENCES [dbo].[RefCareerCluster] ([RefCareerClusterId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_RefCourseGpaApplicability]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_RefCourseGpaApplicability] FOREIGN KEY ([RefCourseGPAApplicabilityId]) REFERENCES [dbo].[RefCourseGpaApplicability] ([RefCourseGPAApplicabilityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_RefCourseInteractionMode]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_RefCourseInteractionMode] FOREIGN KEY ([RefCourseInteractionModeId]) REFERENCES [dbo].[RefCourseInteractionMode] ([RefCourseInteractionModeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_RefCreditTypeEarned]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_RefCreditTypeEarned] FOREIGN KEY ([RefCreditTypeEarnedId]) REFERENCES [dbo].[RefCreditTypeEarned] ([RefCreditTypeEarnedId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_RefCurriculumFrameworkType]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_RefCurriculumFrameworkType] FOREIGN KEY ([RefCurriculumFrameworkTypeId]) REFERENCES [dbo].[RefCurriculumFrameworkType] ([RefCurriculumFrameworkTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_RefK12EndOfCourseRequirement]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_RefK12EndOfCourseRequirement] FOREIGN KEY ([RefK12EndOfCourseRequirementId]) REFERENCES [dbo].[RefK12EndOfCourseRequirement] ([RefK12EndOfCourseRequirementId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_RefSCEDCourseLevel]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_RefSCEDCourseLevel] FOREIGN KEY ([RefSCEDCourseLevelId]) REFERENCES [dbo].[RefSCEDCourseLevel] ([RefSCEDCourseLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_RefSCEDCourseSubjectArea]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_RefSCEDCourseSubjectArea] FOREIGN KEY ([RefSCEDCourseSubjectAreaId]) REFERENCES [dbo].[RefSCEDCourseSubjectArea] ([RefSCEDCourseSubjectAreaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Course_RefWorkbasedLearningOpportunityType]...'; - - -GO -ALTER TABLE [dbo].[K12Course] WITH NOCHECK - ADD CONSTRAINT [FK_K12Course_RefWorkbasedLearningOpportunityType] FOREIGN KEY ([RefWorkbasedLearningOpportunityTypeId]) REFERENCES [dbo].[RefWorkbasedLearningOpportunityType] ([RefWorkbasedLearningOpportunityTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Lea_Organization]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] WITH NOCHECK - ADD CONSTRAINT [FK_K12Lea_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_K12Lea_RefCharterLeaStatus]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] WITH NOCHECK - ADD CONSTRAINT [FK_K12Lea_RefCharterLeaStatus] FOREIGN KEY ([RefCharterLeaStatusId]) REFERENCES [dbo].[RefCharterLeaStatus] ([RefCharterLeaStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Lea_RefLeaImprovementStatus]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] WITH NOCHECK - ADD CONSTRAINT [FK_K12Lea_RefLeaImprovementStatus] FOREIGN KEY ([RefLeaImprovementStatusId]) REFERENCES [dbo].[RefLeaImprovementStatus] ([RefLeaImprovementStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Lea_RefLeaType]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] WITH NOCHECK - ADD CONSTRAINT [FK_K12Lea_RefLeaType] FOREIGN KEY ([RefLeaTypeId]) REFERENCES [dbo].[RefLeaType] ([RefLeaTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Lea_RefPublicSchoolChoiceStatus]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] WITH NOCHECK - ADD CONSTRAINT [FK_K12Lea_RefPublicSchoolChoiceStatus] FOREIGN KEY ([RefPublicSchoolChoiceStatusId]) REFERENCES [dbo].[RefPublicSchoolChoiceStatus] ([RefPublicSchoolChoiceStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaFederalFunds_OrganizationCalendarSession]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalFunds] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaFederalFunds_OrganizationCalendarSession] FOREIGN KEY ([OrganizationCalendarSessionId]) REFERENCES [dbo].[OrganizationCalendarSession] ([OrganizationCalendarSessionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaFederalFunds_RefRlisProgramUse]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalFunds] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaFederalFunds_RefRlisProgramUse] FOREIGN KEY ([RefRlisProgramUseId]) REFERENCES [dbo].[RefRlisProgramUse] ([RefRlisProgramUseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaFederalReporting_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalReporting] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaFederalReporting_K12Lea] FOREIGN KEY ([K12LeaId]) REFERENCES [dbo].[K12Lea] ([K12LeaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaFederalReporting_RefBarrierToEducatingHomeless]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalReporting] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaFederalReporting_RefBarrierToEducatingHomeless] FOREIGN KEY ([RefBarrierToEducatingHomelessId]) REFERENCES [dbo].[RefBarrierToEducatingHomeless] ([RefBarrierToEducatingHomelessId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaFederalReporting_RefIntegratedTechnologyStatus]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalReporting] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaFederalReporting_RefIntegratedTechnologyStatus] FOREIGN KEY ([RefIntegratedTechnologyStatusId]) REFERENCES [dbo].[RefIntegratedTechnologyStatus] ([RefIntegratedTechnologyStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaPreKEligibility_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaPreKEligibility] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaPreKEligibility_K12Lea] FOREIGN KEY ([K12LeaId]) REFERENCES [dbo].[K12Lea] ([K12LeaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaPreKEligibility_RefPrekindergartenEligibility]...'; - - -GO -ALTER TABLE [dbo].[K12LeaPreKEligibility] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaPreKEligibility_RefPrekindergartenEligibility] FOREIGN KEY ([RefPrekindergartenEligibilityId]) REFERENCES [dbo].[RefPrekindergartenEligibility] ([RefPrekindergartenEligibilityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaPreKEligibleAgesIDEA_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaPreKEligibleAgesIDEA] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaPreKEligibleAgesIDEA_K12Lea] FOREIGN KEY ([K12LeaId]) REFERENCES [dbo].[K12Lea] ([K12LeaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaPreKEligibleAgesIDEA_RefPreKEligibleAgesNonIDEA]...'; - - -GO -ALTER TABLE [dbo].[K12LeaPreKEligibleAgesIDEA] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaPreKEligibleAgesIDEA_RefPreKEligibleAgesNonIDEA] FOREIGN KEY ([RefPreKEligibleAgesNonIDEAId]) REFERENCES [dbo].[RefPreKEligibleAgesNonIDEA] ([RefPreKEligibleAgesNonIDEAId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaSafeDrugFree_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaSafeDrugFree] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaSafeDrugFree_K12Lea] FOREIGN KEY ([K12LeaId]) REFERENCES [dbo].[K12Lea] ([K12LeaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaTitleIIIProfessionalDev_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaTitleIIIProfessionalDevelopment] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaTitleIIIProfessionalDev_K12Lea] FOREIGN KEY ([K12LeaId]) REFERENCES [dbo].[K12Lea] ([K12LeaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LEATitleIIIProfessionalDev_TitleIIIProfessionalDevType]...'; - - -GO -ALTER TABLE [dbo].[K12LeaTitleIIIProfessionalDevelopment] WITH NOCHECK - ADD CONSTRAINT [FK_K12LEATitleIIIProfessionalDev_TitleIIIProfessionalDevType] FOREIGN KEY ([RefTitleIIIProfessionalDevelopmentTypeId]) REFERENCES [dbo].[RefTitleIIIProfessionalDevelopmentType] ([RefTitleIIIProfessionalDevelopmentTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaTitleISupportService_K12Lea]...'; - - -GO -ALTER TABLE [dbo].[K12LeaTitleISupportService] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaTitleISupportService_K12Lea] FOREIGN KEY ([K12LeaId]) REFERENCES [dbo].[K12Lea] ([K12LeaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaTitleISupportService_RefK12LeaTitleISupportService]...'; - - -GO -ALTER TABLE [dbo].[K12LeaTitleISupportService] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaTitleISupportService_RefK12LeaTitleISupportService] FOREIGN KEY ([RefK12LeaTitleISupportServiceId]) REFERENCES [dbo].[RefK12LeaTitleISupportService] ([RefK12LEATitleISupportServiceId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaProgramOrService_Organization]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaProgramOrService_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LEAProgramOrService_RefMepProjectType]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] WITH NOCHECK - ADD CONSTRAINT [FK_K12LEAProgramOrService_RefMepProjectType] FOREIGN KEY ([RefMepProjectTypeId]) REFERENCES [dbo].[RefMepProjectType] ([RefMepProjectTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LEAProgramOrService_RefMepSessionType]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] WITH NOCHECK - ADD CONSTRAINT [FK_K12LEAProgramOrService_RefMepSessionType] FOREIGN KEY ([RefMepSessionTypeId]) REFERENCES [dbo].[RefMepSessionType] ([RefMepSessionTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LEAProgramOrService_RefProgramDayLength1]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] WITH NOCHECK - ADD CONSTRAINT [FK_K12LEAProgramOrService_RefProgramDayLength1] FOREIGN KEY ([RefKindergartenDailyLengthId]) REFERENCES [dbo].[RefProgramDayLength] ([RefProgramDayLengthId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LEAProgramOrService_RefProgramDayLength]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] WITH NOCHECK - ADD CONSTRAINT [FK_K12LEAProgramOrService_RefProgramDayLength] FOREIGN KEY ([RefPrekindergartenDailyLengthId]) REFERENCES [dbo].[RefProgramDayLength] ([RefProgramDayLengthId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LEAProgramOrService_RefProgramGiftedEligibility]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] WITH NOCHECK - ADD CONSTRAINT [FK_K12LEAProgramOrService_RefProgramGiftedEligibility] FOREIGN KEY ([RefProgramGiftedEligibilityId]) REFERENCES [dbo].[RefProgramGiftedEligibility] ([RefProgramGiftedEligibilityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LEAProgramOrService_RefTitleIInstructServices]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] WITH NOCHECK - ADD CONSTRAINT [FK_K12LEAProgramOrService_RefTitleIInstructServices] FOREIGN KEY ([RefTitleIInstructionalServicesId]) REFERENCES [dbo].[RefTitleIInstructionalServices] ([RefTitleIInstructionalServicesId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LEAProgramOrService_RefTitleIProgramType]...'; - - -GO -ALTER TABLE [dbo].[K12ProgramOrService] WITH NOCHECK - ADD CONSTRAINT [FK_K12LEAProgramOrService_RefTitleIProgramType] FOREIGN KEY ([RefTitleIProgramTypeId]) REFERENCES [dbo].[RefTitleIProgramType] ([RefTitleIProgramTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12SchoolStatus_RefBlendedLearningModelType]...'; - - -GO -ALTER TABLE [dbo].[K12SchoolStatus] WITH NOCHECK - ADD CONSTRAINT [FK_K12SchoolStatus_RefBlendedLearningModelType] FOREIGN KEY ([RefBlendedLearningModelTypeId]) REFERENCES [dbo].[RefBlendedLearningModelType] ([RefBlendedLearningModelTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Sea_Organization]...'; - - -GO -ALTER TABLE [dbo].[K12Sea] WITH NOCHECK - ADD CONSTRAINT [FK_K12Sea_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_K12Sea_RefStateANSICode]...'; - - -GO -ALTER TABLE [dbo].[K12Sea] WITH NOCHECK - ADD CONSTRAINT [FK_K12Sea_RefStateANSICode] FOREIGN KEY ([RefStateANSICode]) REFERENCES [dbo].[RefStateANSICode] ([Code]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12SeaAlternateFundUse_K12SeaFederalFunds]...'; - - -GO -ALTER TABLE [dbo].[K12SeaAlternateFundUse] WITH NOCHECK - ADD CONSTRAINT [FK_K12SeaAlternateFundUse_K12SeaFederalFunds] FOREIGN KEY ([K12SeaFederalFundsId]) REFERENCES [dbo].[K12SeaFederalFunds] ([K12SeaFederalFundsId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12SeaAlternateFundUse_RefAlternateFundUses]...'; - - -GO -ALTER TABLE [dbo].[K12SeaAlternateFundUse] WITH NOCHECK - ADD CONSTRAINT [FK_K12SeaAlternateFundUse_RefAlternateFundUses] FOREIGN KEY ([RefAlternateFundUsesId]) REFERENCES [dbo].[RefAlternateFundUses] ([RefAlternateFundUsesId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12SeaFederalFunds_K12Sea]...'; - - -GO -ALTER TABLE [dbo].[K12SeaFederalFunds] WITH NOCHECK - ADD CONSTRAINT [FK_K12SeaFederalFunds_K12Sea] FOREIGN KEY ([K12SeaId]) REFERENCES [dbo].[K12Sea] ([K12SeaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StaffEmployment_RefEmploymentStatus]...'; - - -GO -ALTER TABLE [dbo].[K12StaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_K12StaffEmployment_RefEmploymentStatus] FOREIGN KEY ([RefEmploymentStatusId]) REFERENCES [dbo].[RefEmploymentStatus] ([RefEmploymentStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StaffEmployment_RefEduStaffClassification]...'; - - -GO -ALTER TABLE [dbo].[K12StaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_K12StaffEmployment_RefEduStaffClassification] FOREIGN KEY ([RefK12StaffClassificationId]) REFERENCES [dbo].[RefK12StaffClassification] ([RefEducationStaffClassificationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StaffEmployment_StaffEmployment]...'; - - -GO -ALTER TABLE [dbo].[K12StaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_K12StaffEmployment_StaffEmployment] FOREIGN KEY ([StaffEmploymentId]) REFERENCES [dbo].[StaffEmployment] ([StaffEmploymentId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentAcademicRecord_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentAcademicRecord_OrganizationPerson] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentAcademicRecord_RefGpaWeightedIndicator]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentAcademicRecord_RefGpaWeightedIndicator] FOREIGN KEY ([RefGpaWeightedIndicatorId]) REFERENCES [dbo].[RefGpaWeightedIndicator] ([RefGpaWeightedIndicatorId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentAcademicRecord_RefHSDiplomaDistinctionType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentAcademicRecord_RefHSDiplomaDistinctionType] FOREIGN KEY ([RefHighSchoolDiplomaDistinctionTypeId]) REFERENCES [dbo].[RefHighSchoolDiplomaDistinctionType] ([RefHighSchoolDiplomaDistinctionTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentAcademicRecord_RefHighSchoolDiplomaType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentAcademicRecord_RefHighSchoolDiplomaType] FOREIGN KEY ([RefHighSchoolDiplomaTypeId]) REFERENCES [dbo].[RefHighSchoolDiplomaType] ([RefHighSchoolDiplomaTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentAcademicRecord_RefPreAndPostTestIndicator]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentAcademicRecord_RefPreAndPostTestIndicator] FOREIGN KEY ([RefPreAndPostTestIndicatorId]) REFERENCES [dbo].[RefPreAndPostTestIndicator] ([RefPreAndPostTestIndicatorId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentAcademicRecord_RefProfessionalTechnicalCredential]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentAcademicRecord_RefProfessionalTechnicalCredential] FOREIGN KEY ([RefProfessionalTechnicalCredentialTypeId]) REFERENCES [dbo].[RefProfessionalTechnicalCredentialType] ([RefProfessionalTechnicalCredentialTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentAcademicRecord_RefProgressLevel]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentAcademicRecord_RefProgressLevel] FOREIGN KEY ([RefProgressLevelId]) REFERENCES [dbo].[RefProgressLevel] ([RefProgressLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentAcademicRecord_RefPsEnrollmentAction]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentAcademicRecord_RefPsEnrollmentAction] FOREIGN KEY ([RefPsEnrollmentActionId]) REFERENCES [dbo].[RefPsEnrollmentAction] ([RefPsEnrollmentActionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentAcademicRecord_RefTechnologyLiteracyStatus]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentAcademicRecord_RefTechnologyLiteracyStatus] FOREIGN KEY ([RefTechnologyLiteracyStatusId]) REFERENCES [dbo].[RefTechnologyLiteracyStatus] ([RefTechnologyLiteracyStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentActivity_OrgPersonRole]...'; - - -GO -ALTER TABLE [dbo].[K12StudentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentActivity_OrgPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentActivity_RefActivityTimeMeasurementType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentActivity_RefActivityTimeMeasurementType] FOREIGN KEY ([RefActivityTimeMeasurementTypeId]) REFERENCES [dbo].[RefActivityTimeMeasurementType] ([RefActivityTimeMeasurementTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCohort_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCohort] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCohort_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_OrganizationPerson] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_RefAdditionalCreditType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_RefAdditionalCreditType] FOREIGN KEY ([RefAdditionalCreditTypeId]) REFERENCES [dbo].[RefAdditionalCreditType] ([RefAdditionalCreditTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection _RefCourseGpaApplicability]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection _RefCourseGpaApplicability] FOREIGN KEY ([RefCourseGPAApplicabilityId]) REFERENCES [dbo].[RefCourseGpaApplicability] ([RefCourseGPAApplicabilityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_RefCourseRepeatCode]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_RefCourseRepeatCode] FOREIGN KEY ([RefCourseRepeatCodeId]) REFERENCES [dbo].[RefCourseRepeatCode] ([RefCourseRepeatCodeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_RefCourseSectionEnrollmentStatusType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_RefCourseSectionEnrollmentStatusType] FOREIGN KEY ([RefCourseSectionEnrollmentStatusTypeId]) REFERENCES [dbo].[RefCourseSectionEnrollmentStatusType] ([RefCourseSectionEnrollmentStatusTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_RefCourseSectionEntryType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_RefCourseSectionEntryType] FOREIGN KEY ([RefCourseSectionEntryTypeId]) REFERENCES [dbo].[RefCourseSectionEntryType] ([RefCourseSectionEntryTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_RefCourseSectionExitType]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_RefCourseSectionExitType] FOREIGN KEY ([RefCourseSectionExitTypeId]) REFERENCES [dbo].[RefCourseSectionExitType] ([RefCourseSectionExitTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_RefCreditTypeEarned]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_RefCreditTypeEarned] FOREIGN KEY ([RefCreditTypeEarnedId]) REFERENCES [dbo].[RefCreditTypeEarned] ([RefCreditTypeEarnedId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_RefExitOrWithdrawalStatus]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_RefExitOrWithdrawalStatus] FOREIGN KEY ([RefExitOrWithdrawalStatusId]) REFERENCES [dbo].[RefExitOrWithdrawalStatus] ([RefExitOrWithdrawalStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_RefGradeLevel]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_RefGradeLevel] FOREIGN KEY ([RefGradeLevelWhenCourseTakenId]) REFERENCES [dbo].[RefGradeLevel] ([RefGradeLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_RefPreAndPostTestIndicator]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_RefPreAndPostTestIndicator] FOREIGN KEY ([RefPreAndPostTestIndicatorId]) REFERENCES [dbo].[RefPreAndPostTestIndicator] ([RefPreAndPostTestIndicatorId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_RefProgressLevel]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_RefProgressLevel] FOREIGN KEY ([RefProgressLevelId]) REFERENCES [dbo].[RefProgressLevel] ([RefProgressLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSectionMark_K12StudentCourseSection]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSectionMark] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSectionMark_K12StudentCourseSection] FOREIGN KEY ([K12StudentCourseSectionId]) REFERENCES [dbo].[K12StudentCourseSection] ([K12StudentCourseSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentEmployment_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[K12StudentEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentEmployment_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentEmployment_RefEmployedAfterExit]...'; - - -GO -ALTER TABLE [dbo].[K12StudentEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentEmployment_RefEmployedAfterExit] FOREIGN KEY ([RefEmployedAfterExitId]) REFERENCES [dbo].[RefEmployedAfterExit] ([RefEmployedAfterExitId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentEmployment_RefEmployedWhileEnrolled]...'; - - -GO -ALTER TABLE [dbo].[K12StudentEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentEmployment_RefEmployedWhileEnrolled] FOREIGN KEY ([RefEmployedWhileEnrolledId]) REFERENCES [dbo].[RefEmployedWhileEnrolled] ([RefEmployedWhileEnrolledId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentGraduationPlan_K12Course]...'; - - -GO -ALTER TABLE [dbo].[K12StudentGraduationPlan] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentGraduationPlan_K12Course] FOREIGN KEY ([K12CourseId]) REFERENCES [dbo].[K12Course] ([K12CourseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentGraduationPlan_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[K12StudentGraduationPlan] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentGraduationPlan_OrganizationPerson] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentGraduationPlan_RefGradeLevel]...'; - - -GO -ALTER TABLE [dbo].[K12StudentGraduationPlan] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentGraduationPlan_RefGradeLevel] FOREIGN KEY ([RefGradeLevelWhenCourseTakenId]) REFERENCES [dbo].[RefGradeLevel] ([RefGradeLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentGraduationPlan_RefSCEDCourseSubjectArea]...'; - - -GO -ALTER TABLE [dbo].[K12StudentGraduationPlan] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentGraduationPlan_RefSCEDCourseSubjectArea] FOREIGN KEY ([RefSCEDCourseSubjectAreaId]) REFERENCES [dbo].[RefSCEDCourseSubjectArea] ([RefSCEDCourseSubjectAreaId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentLiteracyAssessment_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[K12StudentLiteracyAssessment] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentLiteracyAssessment_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentLiteracyAssessment_RefLiteracyAssessment]...'; - - -GO -ALTER TABLE [dbo].[K12StudentLiteracyAssessment] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentLiteracyAssessment_RefLiteracyAssessment] FOREIGN KEY ([RefLiteracyAssessmentId]) REFERENCES [dbo].[RefLiteracyAssessment] ([RefLiteracyAssessmentId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LearnerActivity_AssessmentRegistration]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] WITH NOCHECK - ADD CONSTRAINT [FK_LearnerActivity_AssessmentRegistration] FOREIGN KEY ([AssessmentRegistrationId]) REFERENCES [dbo].[AssessmentRegistration] ([AssessmentRegistrationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LearnerActivity_CourseSection]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] WITH NOCHECK - ADD CONSTRAINT [FK_LearnerActivity_CourseSection] FOREIGN KEY ([CourseSectionId]) REFERENCES [dbo].[CourseSection] ([CourseSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LearnerActivity_Organization1]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] WITH NOCHECK - ADD CONSTRAINT [FK_LearnerActivity_Organization1] FOREIGN KEY ([LeaOrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LearnerActivity_Organization]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] WITH NOCHECK - ADD CONSTRAINT [FK_LearnerActivity_Organization] FOREIGN KEY ([SchoolOrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LearnerActivity_OrganizationCalendarSession]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] WITH NOCHECK - ADD CONSTRAINT [FK_LearnerActivity_OrganizationCalendarSession] FOREIGN KEY ([OrganizationCalendarSessionId]) REFERENCES [dbo].[OrganizationCalendarSession] ([OrganizationCalendarSessionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LearnerActivity_Person1]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] WITH NOCHECK - ADD CONSTRAINT [FK_LearnerActivity_Person1] FOREIGN KEY ([AssignedByPersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LearnerActivity_Person]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] WITH NOCHECK - ADD CONSTRAINT [FK_LearnerActivity_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LearnerActivity_RefLearnerActivityMaximumTimeAllowedUnits]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] WITH NOCHECK - ADD CONSTRAINT [FK_LearnerActivity_RefLearnerActivityMaximumTimeAllowedUnits] FOREIGN KEY ([RefLearnerActivityMaximumTimeAllowedUnitsId]) REFERENCES [dbo].[RefLearnerActivityMaximumTimeAllowedUnits] ([RefLearnerActivityMaximumTimeAllowedUnitsId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LearnerActivity_RefLearnerActivityType]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity] WITH NOCHECK - ADD CONSTRAINT [FK_LearnerActivity_RefLearnerActivityType] FOREIGN KEY ([RefLearnerActivityTypeId]) REFERENCES [dbo].[RefLearnerActivityType] ([RefLearnerActivityTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LearnerAssignment_LearningResource_LearnerAssignment]...'; - - -GO -ALTER TABLE [dbo].[LearnerActivity_LearningResource] WITH NOCHECK - ADD CONSTRAINT [FK_LearnerAssignment_LearningResource_LearnerAssignment] FOREIGN KEY ([LearnerActivityId]) REFERENCES [dbo].[LearnerActivity] ([LearnerActivityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LocationAddress_Location]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] WITH NOCHECK - ADD CONSTRAINT [FK_LocationAddress_Location] FOREIGN KEY ([LocationId]) REFERENCES [dbo].[Location] ([LocationId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_LocationAddress_RefCountry]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] WITH NOCHECK - ADD CONSTRAINT [FK_LocationAddress_RefCountry] FOREIGN KEY ([RefCountryId]) REFERENCES [dbo].[RefCountry] ([RefCountryId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LocationAddress_RefCounty]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] WITH NOCHECK - ADD CONSTRAINT [FK_LocationAddress_RefCounty] FOREIGN KEY ([RefCountyId]) REFERENCES [dbo].[RefCounty] ([RefCountyId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LocationAddress_RefERSRuralUrbanContinuumCode]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] WITH NOCHECK - ADD CONSTRAINT [FK_LocationAddress_RefERSRuralUrbanContinuumCode] FOREIGN KEY ([RefERSRuralUrbanContinuumCodeId]) REFERENCES [dbo].[RefERSRuralUrbanContinuumCode] ([RefERSRuralUrbanContinuumCodeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_LocationAddress_RefState]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] WITH NOCHECK - ADD CONSTRAINT [FK_LocationAddress_RefState] FOREIGN KEY ([RefStateId]) REFERENCES [dbo].[RefState] ([RefStateId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_OrganizationImage_Organization]...'; - - -GO -ALTER TABLE [dbo].[OrganizationImage] WITH NOCHECK - ADD CONSTRAINT [FK_OrganizationImage_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_OrganizationWebsite_Organization]...'; - - -GO -ALTER TABLE [dbo].[OrganizationWebsite] WITH NOCHECK - ADD CONSTRAINT [FK_OrganizationWebsite_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PDActivityEducationLevel_PDActivity]...'; - - -GO -ALTER TABLE [dbo].[PDActivityEducationLevel] WITH NOCHECK - ADD CONSTRAINT [FK_PDActivityEducationLevel_PDActivity] FOREIGN KEY ([ProfessionalDevelopmentActivityId]) REFERENCES [dbo].[ProfessionalDevelopmentActivity] ([ProfessionalDevelopmentActivityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PersonBirthplace_Person]...'; - - -GO -ALTER TABLE [dbo].[PersonBirthplace] WITH NOCHECK - ADD CONSTRAINT [FK_PersonBirthplace_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PersonBirthplace_RefCountry]...'; - - -GO -ALTER TABLE [dbo].[PersonBirthplace] WITH NOCHECK - ADD CONSTRAINT [FK_PersonBirthplace_RefCountry] FOREIGN KEY ([RefCountryId]) REFERENCES [dbo].[RefCountry] ([RefCountryId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PersonBirthplace_RefState]...'; - - -GO -ALTER TABLE [dbo].[PersonBirthplace] WITH NOCHECK - ADD CONSTRAINT [FK_PersonBirthplace_RefState] FOREIGN KEY ([RefStateId]) REFERENCES [dbo].[RefState] ([RefStateId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PersonHealthBirth_Person]...'; - - -GO -ALTER TABLE [dbo].[PersonHealthBirth] WITH NOCHECK - ADD CONSTRAINT [FK_PersonHealthBirth_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PersonHealthBirth_RefTrimesterWhenPrenatalCareBegan]...'; - - -GO -ALTER TABLE [dbo].[PersonHealthBirth] WITH NOCHECK - ADD CONSTRAINT [FK_PersonHealthBirth_RefTrimesterWhenPrenatalCareBegan] FOREIGN KEY ([RefTrimesterWhenPrenatalCareBeganId]) REFERENCES [dbo].[RefTrimesterWhenPrenatalCareBegan] ([RefTrimesterWhenPrenatalCareBeganId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_HomelessPrimaryNighttimeResidence_Person]...'; - - -GO -ALTER TABLE [dbo].[PersonHomelessness] WITH NOCHECK - ADD CONSTRAINT [FK_HomelessPrimaryNighttimeResidence_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_HomelessPrimaryNighttimeResidence_RefHomelessNighttimeResid]...'; - - -GO -ALTER TABLE [dbo].[PersonHomelessness] WITH NOCHECK - ADD CONSTRAINT [FK_HomelessPrimaryNighttimeResidence_RefHomelessNighttimeResid] FOREIGN KEY ([RefHomelessNighttimeResidenceId]) REFERENCES [dbo].[RefHomelessNighttimeResidence] ([RefHomelessNighttimeResidenceId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PersonMilitary_Person]...'; - - -GO -ALTER TABLE [dbo].[PersonMilitary] WITH NOCHECK - ADD CONSTRAINT [FK_PersonMilitary_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PersonMilitary_RefMilitaryActiveStudentIndicator]...'; - - -GO -ALTER TABLE [dbo].[PersonMilitary] WITH NOCHECK - ADD CONSTRAINT [FK_PersonMilitary_RefMilitaryActiveStudentIndicator] FOREIGN KEY ([RefMilitaryActiveStudentIndicatorId]) REFERENCES [dbo].[RefMilitaryActiveStudentIndicator] ([RefMilitaryActiveStudentIndicatorId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PersonMilitary_RefMilitaryBranch]...'; - - -GO -ALTER TABLE [dbo].[PersonMilitary] WITH NOCHECK - ADD CONSTRAINT [FK_PersonMilitary_RefMilitaryBranch] FOREIGN KEY ([RefMilitaryBranchId]) REFERENCES [dbo].[RefMilitaryBranch] ([RefMilitaryBranchId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PersonMilitary_RefMilitaryConnectedStudentIndicator]...'; - - -GO -ALTER TABLE [dbo].[PersonMilitary] WITH NOCHECK - ADD CONSTRAINT [FK_PersonMilitary_RefMilitaryConnectedStudentIndicator] FOREIGN KEY ([RefMilitaryConnectedStudentIndicatorId]) REFERENCES [dbo].[RefMilitaryConnectedStudentIndicator] ([RefMilitaryConnectedStudentIndicatorId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PersonMilitary_RefMilitaryVeteranStudentIndicator]...'; - - -GO -ALTER TABLE [dbo].[PersonMilitary] WITH NOCHECK - ADD CONSTRAINT [FK_PersonMilitary_RefMilitaryVeteranStudentIndicator] FOREIGN KEY ([RefMilitaryVeteranStudentIndicatorId]) REFERENCES [dbo].[RefMilitaryVeteranStudentIndicator] ([RefMilitaryVeteranStudentIndicatorId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PDSession_Course]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_PDSession_Course] FOREIGN KEY ([CourseId]) REFERENCES [dbo].[Course] ([CourseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PDSession_PDRequirement]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_PDSession_PDRequirement] FOREIGN KEY ([ProfessionalDevelopmentRequirementId]) REFERENCES [dbo].[ProfessionalDevelopmentRequirement] ([ProfessionalDevelopmentRequirementId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PDSession_RefCourseCreditUnit]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_PDSession_RefCourseCreditUnit] FOREIGN KEY ([RefCourseCreditUnitId]) REFERENCES [dbo].[RefCourseCreditUnit] ([RefCourseCreditUnitId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ProfessionalDevelopmentActivity_RefPDActivityApprovedFor]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityApprovedFor] FOREIGN KEY ([RefPDActivityApprovedPurposeId]) REFERENCES [dbo].[RefPDActivityApprovedPurpose] ([RefPDActivityApprovedForId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ProfessionalDevelopmentActivity_RefPDActivityCreditType]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityCreditType] FOREIGN KEY ([RefPDActivityCreditTypeId]) REFERENCES [dbo].[RefPDActivityCreditType] ([RefPDActivityCreditTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ProfessionalDevelopmentActivity_RefPDActivityLevel]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityLevel] FOREIGN KEY ([RefPDActivityLevelId]) REFERENCES [dbo].[RefPDActivityLevel] ([RefPDActivityLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ProfessionalDevelopmentActivity_RefPDActivityType]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityType] FOREIGN KEY ([RefPDActivityTypeId]) REFERENCES [dbo].[RefPDActivityType] ([RefPDActivityTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ProfessionalDevelopmentActivity_RefPDAudienceType]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDAudienceType] FOREIGN KEY ([RefPDAudienceTypeId]) REFERENCES [dbo].[RefPDAudienceType] ([RefPDAudienceTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PDSession_RefProfDevFinancialSupport]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_PDSession_RefProfDevFinancialSupport] FOREIGN KEY ([RefProfessionalDevelopmentFinancialSupportId]) REFERENCES [dbo].[RefProfessionalDevelopmentFinancialSupport] ([RefProfessionalDevelopmentFinancialSupportId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PDSession_PDActivity]...'; - - -GO -ALTER TABLE [dbo].[ProfessionalDevelopmentSession] WITH NOCHECK - ADD CONSTRAINT [FK_PDSession_PDActivity] FOREIGN KEY ([ProfessionalDevelopmentActivityId]) REFERENCES [dbo].[ProfessionalDevelopmentActivity] ([ProfessionalDevelopmentActivityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_Program_Organization]...'; - - -GO -ALTER TABLE [dbo].[Program] WITH NOCHECK - ADD CONSTRAINT [FK_Program_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ProgramParticipationTitleI_PersonProgramParticipation]...'; - - -GO -ALTER TABLE [dbo].[ProgramParticipationTitleI] WITH NOCHECK - ADD CONSTRAINT [FK_ProgramParticipationTitleI_PersonProgramParticipation] FOREIGN KEY ([PersonProgramParticipationId]) REFERENCES [dbo].[PersonProgramParticipation] ([PersonProgramParticipationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_ProgramParticipationTitleI_RefTitleIIndicator]...'; - - -GO -ALTER TABLE [dbo].[ProgramParticipationTitleI] WITH NOCHECK - ADD CONSTRAINT [FK_ProgramParticipationTitleI_RefTitleIIndicator] FOREIGN KEY ([RefTitleIIndicatorId]) REFERENCES [dbo].[RefTitleIIndicator] ([RefTitleIIndicatorId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsCourse_Course]...'; - - -GO -ALTER TABLE [dbo].[PsCourse] WITH NOCHECK - ADD CONSTRAINT [FK_PsCourse_Course] FOREIGN KEY ([CourseId]) REFERENCES [dbo].[Course] ([CourseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsCourse_RefCipCode]...'; - - -GO -ALTER TABLE [dbo].[PsCourse] WITH NOCHECK - ADD CONSTRAINT [FK_PsCourse_RefCipCode] FOREIGN KEY ([RefCipCodeId]) REFERENCES [dbo].[RefCipCode] ([RefCipCodeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsCourse_RefCourseCreditBasisType]...'; - - -GO -ALTER TABLE [dbo].[PsCourse] WITH NOCHECK - ADD CONSTRAINT [FK_PsCourse_RefCourseCreditBasisType] FOREIGN KEY ([RefCourseCreditBasisTypeId]) REFERENCES [dbo].[RefCourseCreditBasisType] ([RefCourseCreditBasisTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsCourse_RefCourseCreditLevelType]...'; - - -GO -ALTER TABLE [dbo].[PsCourse] WITH NOCHECK - ADD CONSTRAINT [FK_PsCourse_RefCourseCreditLevelType] FOREIGN KEY ([RefCourseCreditLevelTypeId]) REFERENCES [dbo].[RefCourseCreditLevelType] ([RefCourseCreditLevelTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsCourse_RefNCESCollegeCourseMapCode]...'; - - -GO -ALTER TABLE [dbo].[PsCourse] WITH NOCHECK - ADD CONSTRAINT [FK_PsCourse_RefNCESCollegeCourseMapCode] FOREIGN KEY ([RefNCESCollegeCourseMapCodeId]) REFERENCES [dbo].[RefNCESCollegeCourseMapCode] ([RefNCESCollegeCourseMapCodeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsInstitution_Organization]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] WITH NOCHECK - ADD CONSTRAINT [FK_PsInstitution_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_PsInstitution_RefAdmissionConsiderationLevel]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] WITH NOCHECK - ADD CONSTRAINT [FK_PsInstitution_RefAdmissionConsiderationLevel] FOREIGN KEY ([RefAdmissionConsiderationLevelId]) REFERENCES [dbo].[RefAdmissionConsiderationLevel] ([RefAdmissionConsiderationLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsInstitution_RefAdmissionConsiderationType]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] WITH NOCHECK - ADD CONSTRAINT [FK_PsInstitution_RefAdmissionConsiderationType] FOREIGN KEY ([RefAdmissionConsiderationTypeId]) REFERENCES [dbo].[RefAdmissionConsiderationType] ([RefAdmissionConsiderationTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsInstitution_RefClassification]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] WITH NOCHECK - ADD CONSTRAINT [FK_PsInstitution_RefClassification] FOREIGN KEY ([RefCarnegieBasicClassificationId]) REFERENCES [dbo].[RefCarnegieBasicClassification] ([RefCarnegieBasicClassificationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsInstitution_RefControlOfInstitution]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] WITH NOCHECK - ADD CONSTRAINT [FK_PsInstitution_RefControlOfInstitution] FOREIGN KEY ([RefControlOfInstitutionId]) REFERENCES [dbo].[RefControlOfInstitution] ([RefControlOfInstitutionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsInstitution_RefLevelOfInstitution]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] WITH NOCHECK - ADD CONSTRAINT [FK_PsInstitution_RefLevelOfInstitution] FOREIGN KEY ([RefLevelOfInstitutionId]) REFERENCES [dbo].[RefLevelOfInstitution] ([RefLevelOfInstitutionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsInstitution_RefPredominantCalendarSystem]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] WITH NOCHECK - ADD CONSTRAINT [FK_PsInstitution_RefPredominantCalendarSystem] FOREIGN KEY ([RefPredominantCalendarSystemId]) REFERENCES [dbo].[RefPredominantCalendarSystem] ([RefPredominantCalendarSystemId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsInstitution_RefTenureSystem]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] WITH NOCHECK - ADD CONSTRAINT [FK_PsInstitution_RefTenureSystem] FOREIGN KEY ([RefTenureSystemId]) REFERENCES [dbo].[RefTenureSystem] ([RefTenureSystemId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsPriceOfAttendance_PsInstitution]...'; - - -GO -ALTER TABLE [dbo].[PsPriceOfAttendance] WITH NOCHECK - ADD CONSTRAINT [FK_PsPriceOfAttendance_PsInstitution] FOREIGN KEY ([PsInstitutionId]) REFERENCES [dbo].[PsInstitution] ([PsInstitutionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsPriceOfAttendance_RefTuitionUnit]...'; - - -GO -ALTER TABLE [dbo].[PsPriceOfAttendance] WITH NOCHECK - ADD CONSTRAINT [FK_PsPriceOfAttendance_RefTuitionUnit] FOREIGN KEY ([RefTuitionUnitId]) REFERENCES [dbo].[RefTuitionUnit] ([RefTuitionUnitId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsSection_Organization]...'; - - -GO -ALTER TABLE [dbo].[PsSection] WITH NOCHECK - ADD CONSTRAINT [FK_PsSection_Organization] FOREIGN KEY ([CourseSectionId]) REFERENCES [dbo].[CourseSection] ([CourseSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsSection_RefCipCode]...'; - - -GO -ALTER TABLE [dbo].[PsSection] WITH NOCHECK - ADD CONSTRAINT [FK_PsSection_RefCipCode] FOREIGN KEY ([RefCipCodeId]) REFERENCES [dbo].[RefCipCode] ([RefCipCodeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsSection _RefCourseGpaApplicability]...'; - - -GO -ALTER TABLE [dbo].[PsSection] WITH NOCHECK - ADD CONSTRAINT [FK_PsSection _RefCourseGpaApplicability] FOREIGN KEY ([RefCourseGPAApplicabilityId]) REFERENCES [dbo].[RefCourseGpaApplicability] ([RefCourseGPAApplicabilityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsSection _RefCourseHonorsType]...'; - - -GO -ALTER TABLE [dbo].[PsSection] WITH NOCHECK - ADD CONSTRAINT [FK_PsSection _RefCourseHonorsType] FOREIGN KEY ([RefCourseHonorsTypeId]) REFERENCES [dbo].[RefCourseHonorsType] ([RefCourseHonorsTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsSection _RefCourseInstructionMethod]...'; - - -GO -ALTER TABLE [dbo].[PsSection] WITH NOCHECK - ADD CONSTRAINT [FK_PsSection _RefCourseInstructionMethod] FOREIGN KEY ([RefCourseInstructionMethodId]) REFERENCES [dbo].[RefCourseInstructionMethod] ([RefCourseInstructionMethodId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsSection _RefCourseLevelType]...'; - - -GO -ALTER TABLE [dbo].[PsSection] WITH NOCHECK - ADD CONSTRAINT [FK_PsSection _RefCourseLevelType] FOREIGN KEY ([RefCourseLevelTypeId]) REFERENCES [dbo].[RefCourseLevelType] ([RefCourseLevelTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsSection_RefDevelopmentalEducationType]...'; - - -GO -ALTER TABLE [dbo].[PsSection] WITH NOCHECK - ADD CONSTRAINT [FK_PsSection_RefDevelopmentalEducationType] FOREIGN KEY ([RefDevelopmentalEducationTypeId]) REFERENCES [dbo].[RefDevelopmentalEducationType] ([RefDevelopmentalEducationTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsSection_RefWorkbasedLearningOpportunityType]...'; - - -GO -ALTER TABLE [dbo].[PsSection] WITH NOCHECK - ADD CONSTRAINT [FK_PsSection_RefWorkbasedLearningOpportunityType] FOREIGN KEY ([RefWorkbasedLearningOpportunityTypeId]) REFERENCES [dbo].[RefWorkbasedLearningOpportunityType] ([RefWorkbasedLearningOpportunityTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsSectionLocation_PsSection]...'; - - -GO -ALTER TABLE [dbo].[PsSectionLocation] WITH NOCHECK - ADD CONSTRAINT [FK_PsSectionLocation_PsSection] FOREIGN KEY ([PsSectionId]) REFERENCES [dbo].[PsSection] ([PsSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsSectionLocation_RefCourseInstructionSiteType]...'; - - -GO -ALTER TABLE [dbo].[PsSectionLocation] WITH NOCHECK - ADD CONSTRAINT [FK_PsSectionLocation_RefCourseInstructionSiteType] FOREIGN KEY ([RefCourseInstructionSiteTypeId]) REFERENCES [dbo].[RefCourseInstructionSiteType] ([RefCourseInstructionSiteTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStaffEmployment_RefAcademicRank]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStaffEmployment_RefAcademicRank] FOREIGN KEY ([RefAcademicRankId]) REFERENCES [dbo].[RefAcademicRank] ([RefAcademicRankId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStaffEmployment_RefEmploymentContractType]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStaffEmployment_RefEmploymentContractType] FOREIGN KEY ([RefEmploymentContractTypeId]) REFERENCES [dbo].[RefEmploymentContractType] ([RefEmploymentContractTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStaffEmployment_RefFullTimeStatus]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStaffEmployment_RefFullTimeStatus] FOREIGN KEY ([RefFullTimeStatusId]) REFERENCES [dbo].[RefFullTimeStatus] ([RefFullTimeStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStaffEmployment_RefGraduateAssistIpedsCategory]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStaffEmployment_RefGraduateAssistIpedsCategory] FOREIGN KEY ([RefGraduateAssistantIpedsCategoryId]) REFERENCES [dbo].[RefGraduateAssistantIpedsCategory] ([RefGraduateAssistantIpedsCategoryId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStaffEmployment_RefInstructStaffContractLength]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStaffEmployment_RefInstructStaffContractLength] FOREIGN KEY ([RefInstructionalStaffContractLengthId]) REFERENCES [dbo].[RefInstructionalStaffContractLength] ([RefInstructionalStaffContractLengthId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStaffEmployment_RefInstructStaffFacultyTenure]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStaffEmployment_RefInstructStaffFacultyTenure] FOREIGN KEY ([RefInstructionalStaffFacultyTenureId]) REFERENCES [dbo].[RefInstructionalStaffFacultyTenure] ([RefInstructionalStaffFacultyTenureId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStaffEmployment_InstructionCreditType]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStaffEmployment_InstructionCreditType] FOREIGN KEY ([RefInstructionCreditTypeId]) REFERENCES [dbo].[RefInstructionCreditType] ([RefInstructionCreditTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStaffEmployment_RefIpedsOccupationalCategory]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStaffEmployment_RefIpedsOccupationalCategory] FOREIGN KEY ([RefIpedsOccupationalCategoryId]) REFERENCES [dbo].[RefIpedsOccupationalCategory] ([RefIpedsOccupationalCategoryId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStaffEmployment_StaffEmployment]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStaffEmployment_StaffEmployment] FOREIGN KEY ([StaffEmploymentId]) REFERENCES [dbo].[StaffEmployment] ([StaffEmploymentId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentApplication_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentApplication] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentApplication_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentApplication_RefAdmittedStudent]...'; - - -GO -ALTER TABLE [dbo].[PsStudentApplication] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentApplication_RefAdmittedStudent] FOREIGN KEY ([RefAdmittedStudentId]) REFERENCES [dbo].[RefAdmittedStudent] ([RefAdmittedStudentId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentApplication_RefGpaWeightedIndicator]...'; - - -GO -ALTER TABLE [dbo].[PsStudentApplication] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentApplication_RefGpaWeightedIndicator] FOREIGN KEY ([RefGpaWeightedIndicatorId]) REFERENCES [dbo].[RefGpaWeightedIndicator] ([RefGpaWeightedIndicatorId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentApplication_RefGradePointAverageDomain]...'; - - -GO -ALTER TABLE [dbo].[PsStudentApplication] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentApplication_RefGradePointAverageDomain] FOREIGN KEY ([RefGradePointAverageDomainId]) REFERENCES [dbo].[RefGradePointAverageDomain] ([RefGradePointAverageDomainId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentCohort_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentCohort] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentCohort_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentCourseSectionMark_StudentSection]...'; - - -GO -ALTER TABLE [dbo].[PsStudentCourseSectionMark] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentCourseSectionMark_StudentSection] FOREIGN KEY ([PsStudentSectionId]) REFERENCES [dbo].[PsStudentSection] ([PsStudentSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentDemographic_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentDemographic_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentDemographic_RefCampusResidencyType]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentDemographic_RefCampusResidencyType] FOREIGN KEY ([RefCampusResidencyTypeId]) REFERENCES [dbo].[RefCampusResidencyType] ([RefCampusResidencyTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentDemographic_RefCohortExclusion]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentDemographic_RefCohortExclusion] FOREIGN KEY ([RefCohortExclusionId]) REFERENCES [dbo].[RefCohortExclusion] ([RefCohortExclusionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentDemographic_RefDependencyStatus]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentDemographic_RefDependencyStatus] FOREIGN KEY ([RefDependencyStatusId]) REFERENCES [dbo].[RefDependencyStatus] ([RefDependencyStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentDemographic_RefEducationLevel1]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentDemographic_RefEducationLevel1] FOREIGN KEY ([RefMaternalEducationLevelId]) REFERENCES [dbo].[RefEducationLevel] ([RefEducationLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentDemographic_RefEducationLevel]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentDemographic_RefEducationLevel] FOREIGN KEY ([RefPaternalEducationLevelId]) REFERENCES [dbo].[RefEducationLevel] ([RefEducationLevelId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentDemographic_RefPostsecondaryLEPType]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentDemographic_RefPostsecondaryLEPType] FOREIGN KEY ([RefPsLepTypeId]) REFERENCES [dbo].[RefPsLepType] ([RefPsLepTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentDemographic_RefTuitionResidencyType]...'; - - -GO -ALTER TABLE [dbo].[PsStudentDemographic] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentDemographic_RefTuitionResidencyType] FOREIGN KEY ([RefTuitionResidencyTypeId]) REFERENCES [dbo].[RefTuitionResidencyType] ([RefTuitionResidencyTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentEmployment_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentEmployment_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentEmployment_RefEmployedAfterExit]...'; - - -GO -ALTER TABLE [dbo].[PsStudentEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentEmployment_RefEmployedAfterExit] FOREIGN KEY ([RefEmployedAfterExitId]) REFERENCES [dbo].[RefEmployedAfterExit] ([RefEmployedAfterExitId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentEmployment_RefEmployedWhileEnrolled]...'; - - -GO -ALTER TABLE [dbo].[PsStudentEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentEmployment_RefEmployedWhileEnrolled] FOREIGN KEY ([RefEmployedWhileEnrolledId]) REFERENCES [dbo].[RefEmployedWhileEnrolled] ([RefEmployedWhileEnrolledId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentEmployment_RefEmploymentStatusWhileEnrolled]...'; - - -GO -ALTER TABLE [dbo].[PsStudentEmployment] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentEmployment_RefEmploymentStatusWhileEnrolled] FOREIGN KEY ([RefEmploymentStatusWhileEnrolledId]) REFERENCES [dbo].[RefEmploymentStatusWhileEnrolled] ([RefEmploymentStatusWhileEnrolledId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentFinancialAid_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentFinancialAid] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentFinancialAid_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentFinancialAid_RefFinancialAidVeteransBenefitStatus]...'; - - -GO -ALTER TABLE [dbo].[PsStudentFinancialAid] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentFinancialAid_RefFinancialAidVeteransBenefitStatus] FOREIGN KEY ([RefFinancialAidVeteransBenefitStatusId]) REFERENCES [dbo].[RefFinancialAidVeteransBenefitStatus] ([RefFinancialAidVeteransBenefitStatusId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentFinancialAid_RefFinancialAidVeteransBenefitType]...'; - - -GO -ALTER TABLE [dbo].[PsStudentFinancialAid] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentFinancialAid_RefFinancialAidVeteransBenefitType] FOREIGN KEY ([RefFinancialAidVeteransBenefitTypeId]) REFERENCES [dbo].[RefFinancialAidVeteransBenefitType] ([RefFinancialAidVeteransBenefitTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentFinancialAid_RefNeedDeterminationMethod]...'; - - -GO -ALTER TABLE [dbo].[PsStudentFinancialAid] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentFinancialAid_RefNeedDeterminationMethod] FOREIGN KEY ([RefNeedDeterminationMethodId]) REFERENCES [dbo].[RefNeedDeterminationMethod] ([RefNeedDeterminationMethodId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentSection_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[PsStudentSection] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentSection_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentSection_RefCourseAcademicGradeStatusCode]...'; - - -GO -ALTER TABLE [dbo].[PsStudentSection] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentSection_RefCourseAcademicGradeStatusCode] FOREIGN KEY ([RefCourseAcademicGradeStatusCodeId]) REFERENCES [dbo].[RefCourseAcademicGradeStatusCode] ([RefCourseAcademicGradeStatusCodeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_PsStudentSection_RefCourseRepeatCode]...'; - - -GO -ALTER TABLE [dbo].[PsStudentSection] WITH NOCHECK - ADD CONSTRAINT [FK_PsStudentSection_RefCourseRepeatCode] FOREIGN KEY ([RefCourseRepeatCodeId]) REFERENCES [dbo].[RefCourseRepeatCode] ([RefCourseRepeatCodeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_RefCompetencyDefAssociationType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCompetencyDefAssociationType] WITH NOCHECK - ADD CONSTRAINT [FK_RefCompetencyDefAssociationType_Organization] FOREIGN KEY ([RefJurisdictionId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_RefCompetencyDefNodeAccessibilityProfile_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCompetencyDefNodeAccessibilityProfile] WITH NOCHECK - ADD CONSTRAINT [FK_RefCompetencyDefNodeAccessibilityProfile_Organization] FOREIGN KEY ([RefJurisdictionId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_RefCompetencyDefTestabilityType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCompetencyDefTestabilityType] WITH NOCHECK - ADD CONSTRAINT [FK_RefCompetencyDefTestabilityType_Organization] FOREIGN KEY ([RefJurisdictionId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_RefCredentialDefAgentRoleType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialDefAgentRoleType] WITH NOCHECK - ADD CONSTRAINT [FK_RefCredentialDefAgentRoleType_Organization] FOREIGN KEY ([RefJurisdictionId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_RefCredentialDefAssessMethodType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialDefAssessMethodType] WITH NOCHECK - ADD CONSTRAINT [FK_RefCredentialDefAssessMethodType_Organization] FOREIGN KEY ([RefJurisdictionId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_RefCredentialDefIntendedPurposeType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialDefIntendedPurposeType] WITH NOCHECK - ADD CONSTRAINT [FK_RefCredentialDefIntendedPurposeType_Organization] FOREIGN KEY ([RefJurisdictionId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_RefCredentialDefStatusType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialDefStatusType] WITH NOCHECK - ADD CONSTRAINT [FK_RefCredentialDefStatusType_Organization] FOREIGN KEY ([RefJurisdictionId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_RefCredentialDefVerificationType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialDefVerificationType] WITH NOCHECK - ADD CONSTRAINT [FK_RefCredentialDefVerificationType_Organization] FOREIGN KEY ([RefJurisdictionId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_RefCTDLAudienceLevelType_Organization]...'; - - -GO -ALTER TABLE [dbo].[RefCTDLAudienceLevelType] WITH NOCHECK - ADD CONSTRAINT [FK_RefCTDLAudienceLevelType_Organization] FOREIGN KEY ([RefJurisdictionId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_StaffExperience_Person]...'; - - -GO -ALTER TABLE [dbo].[StaffExperience] WITH NOCHECK - ADD CONSTRAINT [FK_StaffExperience_Person] FOREIGN KEY ([PersonId]) REFERENCES [dbo].[Person] ([PersonId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_StaffPDActivity_PDActivity]...'; - - -GO -ALTER TABLE [dbo].[StaffProfessionalDevelopmentActivity] WITH NOCHECK - ADD CONSTRAINT [FK_StaffPDActivity_PDActivity] FOREIGN KEY ([ProfessionalDevelopmentActivityId]) REFERENCES [dbo].[ProfessionalDevelopmentActivity] ([ProfessionalDevelopmentActivityId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_TeacherStudentDataLinkExclusion_K12StaffAssignment]...'; - - -GO -ALTER TABLE [dbo].[TeacherStudentDataLinkExclusion] WITH NOCHECK - ADD CONSTRAINT [FK_TeacherStudentDataLinkExclusion_K12StaffAssignment] FOREIGN KEY ([K12StaffAssignmentId]) REFERENCES [dbo].[K12StaffAssignment] ([K12StaffAssignmentId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_TeacherStudentDataLinkExclusion_K12StudentCourseSection]...'; - - -GO -ALTER TABLE [dbo].[TeacherStudentDataLinkExclusion] WITH NOCHECK - ADD CONSTRAINT [FK_TeacherStudentDataLinkExclusion_K12StudentCourseSection] FOREIGN KEY ([K12StudentCourseSectionId]) REFERENCES [dbo].[K12StudentCourseSection] ([K12StudentCourseSectionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_WorkforceEmploymentQuarterlyData_OrganizationPersonRole]...'; - - -GO -ALTER TABLE [dbo].[WorkforceEmploymentQuarterlyData] WITH NOCHECK - ADD CONSTRAINT [FK_WorkforceEmploymentQuarterlyData_OrganizationPersonRole] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_WorkforceProgramParticipation_PersonProgramParticipation]...'; - - -GO -ALTER TABLE [dbo].[WorkforceProgramParticipation] WITH NOCHECK - ADD CONSTRAINT [FK_WorkforceProgramParticipation_PersonProgramParticipation] FOREIGN KEY ([PersonProgramParticipationId]) REFERENCES [dbo].[PersonProgramParticipation] ([PersonProgramParticipationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_WorkforceProgramPartic_RefProfessionalTechnicalCredential]...'; - - -GO -ALTER TABLE [dbo].[WorkforceProgramParticipation] WITH NOCHECK - ADD CONSTRAINT [FK_WorkforceProgramPartic_RefProfessionalTechnicalCredential] FOREIGN KEY ([RefProfessionalTechnicalCredentialTypeId]) REFERENCES [dbo].[RefProfessionalTechnicalCredentialType] ([RefProfessionalTechnicalCredentialTypeId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_WorkforceProgramPartic_RefWfProgramParticipation]...'; - - -GO -ALTER TABLE [dbo].[WorkforceProgramParticipation] WITH NOCHECK - ADD CONSTRAINT [FK_WorkforceProgramPartic_RefWfProgramParticipation] FOREIGN KEY ([RefWfProgramParticipationId]) REFERENCES [dbo].[RefWfProgramParticipation] ([RefWfProgramParticipationId]) ; - - -GO -PRINT N'Check existing data against newly created constraints'; - -GO -ALTER TABLE [dbo].[Activity] WITH CHECK CHECK CONSTRAINT [FK_Activity_Organization]; - - -ALTER TABLE [dbo].[AeCourse] WITH CHECK CHECK CONSTRAINT [FK_AeCourse_RefCareerCluster]; - - -ALTER TABLE [dbo].[AeProvider] WITH CHECK CHECK CONSTRAINT [FK_AeProvider_Organization]; - - -ALTER TABLE [dbo].[AeProvider] WITH CHECK CHECK CONSTRAINT [FK_AeProvider_RefLevelOfInstitution]; - - -ALTER TABLE [dbo].[AeStaff] WITH CHECK CHECK CONSTRAINT [FK_AeStaff_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[AeStaff] WITH CHECK CHECK CONSTRAINT [FK_AeStaff_RefAeCertificationType]; - - -ALTER TABLE [dbo].[AeStaff] WITH CHECK CHECK CONSTRAINT [FK_AeStaff_RefAeStaffClassification]; - - -ALTER TABLE [dbo].[AeStaff] WITH CHECK CHECK CONSTRAINT [FK_AeStaff_RefAeStaffEmploymentStatus]; - - -ALTER TABLE [dbo].[AeStudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_AeStudentAcademicRecord_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[AeStudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_AeStudentAcademicRecord_RefHighSchoolDiplomaType]; - - -ALTER TABLE [dbo].[AeStudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_AeStudentAcademicRecord_RefProfTechnicalCredentialType]; - - -ALTER TABLE [dbo].[AeStudentEmployment] WITH CHECK CHECK CONSTRAINT [FK_AeStudentEmployment_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[AeStudentEmployment] WITH CHECK CHECK CONSTRAINT [FK_AeStudentEmployment_RefEmployedAfterExit]; - - -ALTER TABLE [dbo].[AeStudentEmployment] WITH CHECK CHECK CONSTRAINT [FK_AeStudentEmployment_RefEmployedWhileEnrolled]; - - -ALTER TABLE [dbo].[ApipInteraction] WITH CHECK CHECK CONSTRAINT [FK_ApipInteraction_AssessmentItemApip]; - - -ALTER TABLE [dbo].[ApipInteraction] WITH CHECK CHECK CONSTRAINT [FK_ApipInteraction_RefApipInteractionType]; - - -ALTER TABLE [dbo].[AssessmentItemApip] WITH CHECK CHECK CONSTRAINT [FK_AssessmentItemBody_AssessmentItem1]; - - -ALTER TABLE [dbo].[AssessmentItemApipDescription] WITH CHECK CHECK CONSTRAINT [FK_AssessmentItemApipDescription_AssessmentItemApip]; - - -ALTER TABLE [dbo].[AssessmentItemApipDescription] WITH CHECK CHECK CONSTRAINT [FK_AssessmentItemApipDescription_RefLanguage]; - - -ALTER TABLE [dbo].[AssessmentItemResponseTheory] WITH CHECK CHECK CONSTRAINT [FK_AssessmentItemResponseTheory_AssessmentItem]; - - -ALTER TABLE [dbo].[AssessmentItemResponseTheory] WITH CHECK CHECK CONSTRAINT [FK_AssessmentItemResponseTheory_RefIRTDifficultyCategory]; - - -ALTER TABLE [dbo].[AssessmentItemResponseTheory] WITH CHECK CHECK CONSTRAINT [FK_AssessmentItemResponseTheory_RefIRTKappaAlgorithm]; - - -ALTER TABLE [dbo].[AssessmentParticipantSession] WITH CHECK CHECK CONSTRAINT [FK_AssessmentParticipantSession_AssessmentRegistration]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_AssessmentAdministration]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegirstration_RefAssessmentForm]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_CourseSection]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_RefOrganization2]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_Organization]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_RefOrganization1]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_Person]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_Person2]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_RefAssessmentParticipationIndicator]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_RefAssessmentPurpose]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_RefAssessmentReasonNotCompleting]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_RefAssessmentReasonNotTested]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_RefAssessmentRegistrationCompletionStatus]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_RefGradeLevel1]; - - -ALTER TABLE [dbo].[AssessmentRegistration] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_RefGradeLevel]; - - -ALTER TABLE [dbo].[AssessmentRegistration_Accommodation] WITH CHECK CHECK CONSTRAINT [FK_AssessmentRegistration_Registration]; - - -ALTER TABLE [dbo].[AssessmentResult] WITH CHECK CHECK CONSTRAINT [FK_AssessmentResult_AssessmentRegistration]; - - -ALTER TABLE [dbo].[AssessmentSubtest_CompetencyDefinition] WITH CHECK CHECK CONSTRAINT [FK_AssessmentSubtest_CompetencyDefinition_AssessmentSubtest]; - - -ALTER TABLE [dbo].[AssessmentSubtest_CompetencyDefinition] WITH CHECK CHECK CONSTRAINT [FK_AssessmentSubtest_CompetencyDefinition_CompetencyDefinition]; - - -ALTER TABLE [dbo].[BuildingSpaceUtilization] WITH CHECK CHECK CONSTRAINT [FK_BuildingSpaceUtilization_BuildingSpace]; - - -ALTER TABLE [dbo].[BuildingSpaceUtilization] WITH CHECK CHECK CONSTRAINT [FK_BuildingSpaceUtilization_RefBuildingCommunityUseSpaceType]; - - -ALTER TABLE [dbo].[BuildingSpaceUtilization] WITH CHECK CHECK CONSTRAINT [FK_BuildingSpaceUtilization_RefBuildingInstructionalSpaceFactorType]; - - -ALTER TABLE [dbo].[Classroom] WITH CHECK CHECK CONSTRAINT [FK_Classroom_Location]; - - -ALTER TABLE [dbo].[CompetencyDefAssociation] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefAssociation_CompetencyDefinition]; - - -ALTER TABLE [dbo].[CompetencyDefAssociation] WITH CHECK CHECK CONSTRAINT [FK_CFItemAssociation_RefCompetencyDefAssociation]; - - -ALTER TABLE [dbo].[CompetencyDefAssociation] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefAssociation_RefAssociatedEntityType]; - - -ALTER TABLE [dbo].[CompetencyDefAssociation] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefAssociation_RefLearningResourceCompetencyAlignmentType]; - - -ALTER TABLE [dbo].[CompetencyDefEducationLevel] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefEducationLevel_CompetencyDefinition]; - - -ALTER TABLE [dbo].[CompetencyDefEducationLevel] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefEducationLevel_RefEducationLevel]; - - -ALTER TABLE [dbo].[CompetencyDefinition] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefinition_CompetencyDefinition]; - - -ALTER TABLE [dbo].[CompetencyDefinition] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefinition_CompetencyFramework]; - - -ALTER TABLE [dbo].[CompetencyDefinition] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefinition_RefBloomsTaxonomyDomain]; - - -ALTER TABLE [dbo].[CompetencyDefinition] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefinition_RefCompetencyDefinitionNodeAccessibilityProfile]; - - -ALTER TABLE [dbo].[CompetencyDefinition] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefinition_RefCompetencyDefinitionTestabilityType]; - - -ALTER TABLE [dbo].[CompetencyDefinition] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefinition_RefLanguage]; - - -ALTER TABLE [dbo].[CompetencyDefinition] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefinition_RefMultipleIntelligenceType]; - - -ALTER TABLE [dbo].[CompetencyDefinition_CompetencySet] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefinition_CompetencySet_CompetencyDefinition]; - - -ALTER TABLE [dbo].[CompetencyDefinition_CompetencySet] WITH CHECK CHECK CONSTRAINT [FK_CompetencyDefinition_CompetencySet_CompetencySet]; - - -ALTER TABLE [dbo].[Course] WITH CHECK CHECK CONSTRAINT [FK_Course_Organization]; - - -ALTER TABLE [dbo].[Course] WITH CHECK CHECK CONSTRAINT [FK_Course_RefCourseApplicableEducationLevel]; - - -ALTER TABLE [dbo].[Course] WITH CHECK CHECK CONSTRAINT [FK_Course_RefCourseCreditUnit]; - - -ALTER TABLE [dbo].[Course] WITH CHECK CHECK CONSTRAINT [FK_Course_RefCourseLevelCharacteristic]; - - -ALTER TABLE [dbo].[Course] WITH CHECK CHECK CONSTRAINT [FK_Course_RefLanguage]; - - -ALTER TABLE [dbo].[CourseSection] WITH CHECK CHECK CONSTRAINT [FK_CourseSection_Course]; - - -ALTER TABLE [dbo].[CourseSection] WITH CHECK CHECK CONSTRAINT [FK_CourseSection_Organization]; - - -ALTER TABLE [dbo].[CourseSection] WITH CHECK CHECK CONSTRAINT [FK_CourseSection_OrganizationCalendarSession]; - - -ALTER TABLE [dbo].[CourseSection] WITH CHECK CHECK CONSTRAINT [FK_CourseSection_RefAdvancedPlacementCourseCodeId]; - - -ALTER TABLE [dbo].[CourseSection] WITH CHECK CHECK CONSTRAINT [FK_CourseSection_RefCourseSectionDeliveryMode]; - - -ALTER TABLE [dbo].[CourseSection] WITH CHECK CHECK CONSTRAINT [FK_CourseSection_RefCreditTypeEarned]; - - -ALTER TABLE [dbo].[CourseSection] WITH CHECK CHECK CONSTRAINT [FK_CourseSection_RefLanguage]; - - -ALTER TABLE [dbo].[CourseSection] WITH CHECK CHECK CONSTRAINT [FK_CourseSection_RefCourseSectionSingleSexClassStatus]; - - -ALTER TABLE [dbo].[CourseSectionAssessmentReporting] WITH CHECK CHECK CONSTRAINT [FK_CourseSectionAssessmentReporting_CourseSection]; - - -ALTER TABLE [dbo].[CourseSectionAssessmentReporting] WITH CHECK CHECK CONSTRAINT [FK_CourseSectionAssessmentReporting_RefCSAssessmentReportMethod]; - - -ALTER TABLE [dbo].[CourseSectionLevel] WITH CHECK CHECK CONSTRAINT [FK_CourseSectionLevel_CourseSection]; - - -ALTER TABLE [dbo].[CourseSectionLevel] WITH CHECK CHECK CONSTRAINT [FK_CourseSectionLevel_RefCourseLevelType]; - - -ALTER TABLE [dbo].[CourseSectionLocation] WITH CHECK CHECK CONSTRAINT [FK_CourseSectionLocation_Classroom]; - - -ALTER TABLE [dbo].[CourseSectionLocation] WITH CHECK CHECK CONSTRAINT [FK_CourseSectionLocation_CourseSection]; - - -ALTER TABLE [dbo].[CourseSectionLocation] WITH CHECK CHECK CONSTRAINT [FK_CourseSectionLocation_RefInstructionLocationType]; - - -ALTER TABLE [dbo].[CourseSectionSchedule] WITH CHECK CHECK CONSTRAINT [FK_CourseSectionSchedule_CourseSection]; - - -ALTER TABLE [dbo].[CredentialAward] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinitionAward_CredentialDefinition]; - - -ALTER TABLE [dbo].[CredentialAward] WITH CHECK CHECK CONSTRAINT [FK_CredentialAward_CredentialIssuer]; - - -ALTER TABLE [dbo].[CredentialAward] WITH CHECK CHECK CONSTRAINT [FK_CredentialAward_Person]; - - -ALTER TABLE [dbo].[CredentialAwardCredit] WITH CHECK CHECK CONSTRAINT [FK_CredentialAwardCredit_CredentialAward]; - - -ALTER TABLE [dbo].[CredentialAwardCredit] WITH CHECK CHECK CONSTRAINT [FK_CredentialAwardCredit_CredentialCriteriaCourse]; - - -ALTER TABLE [dbo].[CredentialAwardEvidence] WITH CHECK CHECK CONSTRAINT [FK_CredentialAwardEvidence_CredentialAward]; - - -ALTER TABLE [dbo].[CredentialCriteriaCourse] WITH CHECK CHECK CONSTRAINT [FK_CredentialCriteriaCourse_Course]; - - -ALTER TABLE [dbo].[CredentialCriteriaCourse] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefCriteriaCourse_CredentialDefCriteria]; - - -ALTER TABLE [dbo].[CredentialDefAgent] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefAgent_Organization]; - - -ALTER TABLE [dbo].[CredentialDefAgent] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefAgent_Person]; - - -ALTER TABLE [dbo].[CredentialDefAgent] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefAgent_RefCredentialDefAgentRoleType]; - - -ALTER TABLE [dbo].[CredentialDefAgent] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefAgent_RefCTDLOrganizationType]; - - -ALTER TABLE [dbo].[CredentialDefAgentCredential] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefAgentCredential_CredentialDefAgent]; - - -ALTER TABLE [dbo].[CredentialDefAgentCredential] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinitionDefAgentCredentialDefinition_CredentialDefinition]; - - -ALTER TABLE [dbo].[CredentialDefCategory] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinitionDefCategory_CredentialDefinition]; - - -ALTER TABLE [dbo].[CredentialDefCriteria] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefCriteria_CompetencySet]; - - -ALTER TABLE [dbo].[CredentialDefCriteria] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinitionDefCriteria_CredentialDefinition]; - - -ALTER TABLE [dbo].[CredentialDefCriteria] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefCriteria_RefCredentialDefAssessMethodType]; - - -ALTER TABLE [dbo].[CredentialDefIdentifier] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinitionDefIdentifier_CredentialDefinition]; - - -ALTER TABLE [dbo].[CredentialDefIdentifier] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefIdentifier_RefCredentialDefIdentifierSystem]; - - -ALTER TABLE [dbo].[CredentialDefinition] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinition_RefCareerCluster]; - - -ALTER TABLE [dbo].[CredentialDefinition] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinition_RefCipCode]; - - -ALTER TABLE [dbo].[CredentialDefinition] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinition_RefCredentialDefinitionIntendedPurposeType]; - - -ALTER TABLE [dbo].[CredentialDefinition] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinition_RefCredentialDefinitionStatusType]; - - -ALTER TABLE [dbo].[CredentialDefinition] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinition_RefCredentialDefinitionVerificationType]; - - -ALTER TABLE [dbo].[CredentialDefinition] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinition_RefCTDLAudienceLevelType]; - - -ALTER TABLE [dbo].[CredentialDefinition] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinition_RefONETSOCOccupationType]; - - -ALTER TABLE [dbo].[CredentialIssuer] WITH CHECK CHECK CONSTRAINT [FK_CredentialIssuer_Organization]; - - -ALTER TABLE [dbo].[CredentialIssuer] WITH CHECK CHECK CONSTRAINT [FK_CredentialIssuer_RefCTDLOrganizationType]; - - -ALTER TABLE [dbo].[CredentialOffered] WITH CHECK CHECK CONSTRAINT [FK_CredentialDefinitionOffered_CredentialDefinition]; - - -ALTER TABLE [dbo].[CredentialOffered] WITH CHECK CHECK CONSTRAINT [FK_CredentialOffered_CredentialIssuer]; - - -ALTER TABLE [dbo].[CteCourse] WITH CHECK CHECK CONSTRAINT [FK_CteCourse_Course]; - - -ALTER TABLE [dbo].[CteCourse] WITH CHECK CHECK CONSTRAINT [FK_CteCourse_RefAdditionalCreditType]; - - -ALTER TABLE [dbo].[CteCourse] WITH CHECK CHECK CONSTRAINT [FK_CteCourse_RefCareerCluster]; - - -ALTER TABLE [dbo].[CteCourse] WITH CHECK CHECK CONSTRAINT [FK_CteCourse_RefCourseGpaApplicability]; - - -ALTER TABLE [dbo].[CteCourse] WITH CHECK CHECK CONSTRAINT [FK_CteCourse_RefCreditTypeEarned]; - - -ALTER TABLE [dbo].[CteCourse] WITH CHECK CHECK CONSTRAINT [FK_CteCourse_RefCurriculumFrameworkType]; - - -ALTER TABLE [dbo].[CteCourse] WITH CHECK CHECK CONSTRAINT [FK_CteCourse_RefSCEDCourseLevel]; - - -ALTER TABLE [dbo].[CteCourse] WITH CHECK CHECK CONSTRAINT [FK_CteCourse_RefSCEDCourseSubjectArea]; - - -ALTER TABLE [dbo].[CteStudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_CteStudentAcademicRecord_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[CteStudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_CteStudentAcademicRecord_RefProfessionalTechnicalCredential]; - - -ALTER TABLE [dbo].[EarlyChildhoodCredential] WITH CHECK CHECK CONSTRAINT [FK_EarlyChildhoodCredential_PersonCredential]; - - -ALTER TABLE [dbo].[EarlyChildhoodCredential] WITH CHECK CHECK CONSTRAINT [FK_EarlyChildhoodCredential_RefEarlyChildhoodCredential]; - - -ALTER TABLE [dbo].[ELChildDemographic] WITH CHECK CHECK CONSTRAINT [FK_ELChildDemographic_Person]; - - -ALTER TABLE [dbo].[ELChildDevelopmentalAssessment] WITH CHECK CHECK CONSTRAINT [FK_ELChildDevelopmentalAssessment_Person]; - - -ALTER TABLE [dbo].[ELChildDevelopmentalAssessment] WITH CHECK CHECK CONSTRAINT [FK_ELChildDevelopmentalAssessment_RefChildDevelopmentalScreeningStatus]; - - -ALTER TABLE [dbo].[ELChildDevelopmentalAssessment] WITH CHECK CHECK CONSTRAINT [FK_ELChildDevelopmentalAssessment_RefDevelopmentalEvaluationFinding]; - - -ALTER TABLE [dbo].[ELChildHealth] WITH CHECK CHECK CONSTRAINT [FK_ELChildHealth_Person]; - - -ALTER TABLE [dbo].[ELChildHealth] WITH CHECK CHECK CONSTRAINT [FK_ELChildHealth_RefScheduledWellChildScreening]; - - -ALTER TABLE [dbo].[ELChildIndividualizedProgram] WITH CHECK CHECK CONSTRAINT [FK_ELChildIndividualizedProgram_IndividualizedProgram]; - - -ALTER TABLE [dbo].[ELChildIndividualizedProgram] WITH CHECK CHECK CONSTRAINT [FK_ELChildIndividualizedProgram_Person]; - - -ALTER TABLE [dbo].[ELChildIndividualizedProgram] WITH CHECK CHECK CONSTRAINT [FK_ELChildIndividualizedProgram_RefIDEAIEPStatus]; - - -ALTER TABLE [dbo].[ELChildIndividualizedProgram] WITH CHECK CHECK CONSTRAINT [FK_ELChildIndividualizedProgram_RefIDEAPartCEligibilityCategory]; - - -ALTER TABLE [dbo].[ELChildOutcomeSummary] WITH CHECK CHECK CONSTRAINT [FK_ELChildOutcomeSummary_Person]; - - -ALTER TABLE [dbo].[ELChildOutcomeSummary] WITH CHECK CHECK CONSTRAINT [FK_ELChildOutcomeSummary_COSRatingA]; - - -ALTER TABLE [dbo].[ELChildOutcomeSummary] WITH CHECK CHECK CONSTRAINT [FK_ELChildOutcomeSummary_COSRatingB]; - - -ALTER TABLE [dbo].[ELChildOutcomeSummary] WITH CHECK CHECK CONSTRAINT [FK_ELChildOutcomeSummary_COSRatingC]; - - -ALTER TABLE [dbo].[ELChildProgramEligibility] WITH CHECK CHECK CONSTRAINT [FK_ELChildProgramEligibility_OrgPersonRole]; - - -ALTER TABLE [dbo].[ELChildService] WITH CHECK CHECK CONSTRAINT [FK_ELChildService_OrgPersonRole]; - - -ALTER TABLE [dbo].[ELChildService] WITH CHECK CHECK CONSTRAINT [FK_ELChildService_RefEarlyChildhoodServicesOffered]; - - -ALTER TABLE [dbo].[ELChildService] WITH CHECK CHECK CONSTRAINT [FK_ELChildService_RefEarlyChildhoodServicesReceived]; - - -ALTER TABLE [dbo].[ELChildService] WITH CHECK CHECK CONSTRAINT [FK_ELChildService_RefELServiceType]; - - -ALTER TABLE [dbo].[ELChildServicesApplication] WITH CHECK CHECK CONSTRAINT [FK_ELChildServicesApplication_OrgPersonRole]; - - -ALTER TABLE [dbo].[ELChildTransitionPlan] WITH CHECK CHECK CONSTRAINT [FK_ELChildIDEA_IndividualizedProgram]; - - -ALTER TABLE [dbo].[ELChildTransitionPlan] WITH CHECK CHECK CONSTRAINT [FK_ELChildIDEA_Person]; - - -ALTER TABLE [dbo].[ELChildTransitionPlan] WITH CHECK CHECK CONSTRAINT [FK_ELChildIDEA_RefReasonDelayTransitionConf]; - - -ALTER TABLE [dbo].[ELClassSection] WITH CHECK CHECK CONSTRAINT [FK_ELClassSection_Organization]; - - -ALTER TABLE [dbo].[ELClassSection] WITH CHECK CHECK CONSTRAINT [FK_ELClassSection_RefEnvironmentSetting]; - - -ALTER TABLE [dbo].[ELClassSection] WITH CHECK CHECK CONSTRAINT [FK_ELClassSection_RefServiceOption]; - - -ALTER TABLE [dbo].[ELClassSectionService] WITH CHECK CHECK CONSTRAINT [FK_ELClassSectionService_ELClassSection]; - - -ALTER TABLE [dbo].[ELClassSectionService] WITH CHECK CHECK CONSTRAINT [FK_ELClassSectionService_RefELGroupSizeStandardMet]; - - -ALTER TABLE [dbo].[ELClassSectionService] WITH CHECK CHECK CONSTRAINT [FK_ELClassSectionService_RefFrequencyOfServiceId]; - - -ALTER TABLE [dbo].[ELEnrollment] WITH CHECK CHECK CONSTRAINT [FK_ELEnrollment_ELClassSection]; - - -ALTER TABLE [dbo].[ELEnrollment] WITH CHECK CHECK CONSTRAINT [FK_EcProgramEnrollment_OrganizationPerson]; - - -ALTER TABLE [dbo].[ELEnrollment] WITH CHECK CHECK CONSTRAINT [FK_ELEnrollment_RefELFederalFundingType]; - - -ALTER TABLE [dbo].[ELEnrollment] WITH CHECK CHECK CONSTRAINT [FK_ELEnrollment_RefFoodServiceParticipation]; - - -ALTER TABLE [dbo].[ELEnrollment] WITH CHECK CHECK CONSTRAINT [FK_ELEnrollment_RefIDEAEnvironmentEL]; - - -ALTER TABLE [dbo].[ELEnrollment] WITH CHECK CHECK CONSTRAINT [FK_ELEnrollment_RefServiceOption]; - - -ALTER TABLE [dbo].[ELOrganization] WITH CHECK CHECK CONSTRAINT [FK_ELOrganization_Organization]; - - -ALTER TABLE [dbo].[ELOrganization] WITH CHECK CHECK CONSTRAINT [FK_ELOrganization_RefProfitStatus]; - - -ALTER TABLE [dbo].[ELOrganizationAvailability] WITH CHECK CHECK CONSTRAINT [FK_ELOrganizationAvailability_Organization1]; - - -ALTER TABLE [dbo].[ELOrganizationAvailability] WITH CHECK CHECK CONSTRAINT [FK_ELOrganizationAvailability_RefEnvironmentSetting]; - - -ALTER TABLE [dbo].[ELOrganizationAvailability] WITH CHECK CHECK CONSTRAINT [FK_ELOrganizationAvailability_RefPopulationServed]; - - -ALTER TABLE [dbo].[ELOrganizationAvailability] WITH CHECK CHECK CONSTRAINT [FK_ELOrganizationAvailability_RefServiceOption]; - - -ALTER TABLE [dbo].[ELOrganizationFunds] WITH CHECK CHECK CONSTRAINT [FK_ELOrganizationFunds_Organization]; - - -ALTER TABLE [dbo].[ELOrganizationFunds] WITH CHECK CHECK CONSTRAINT [FK_ELOrganizationFunds_RefBillableBasisType]; - - -ALTER TABLE [dbo].[ELOrganizationFunds] WITH CHECK CHECK CONSTRAINT [FK_ELOrganizationFunds_RefELFederalFundingType]; - - -ALTER TABLE [dbo].[ELOrganizationFunds] WITH CHECK CHECK CONSTRAINT [FK_ELOrganizationFunds_RefELLocalRevenueSource]; - - -ALTER TABLE [dbo].[ELOrganizationFunds] WITH CHECK CHECK CONSTRAINT [FK_ELOrganizationFunds_RefELOtherFederalFundingSources]; - - -ALTER TABLE [dbo].[ELOrganizationFunds] WITH CHECK CHECK CONSTRAINT [FK_ELOrganizationFunds_RefELStateRevenueSource]; - - -ALTER TABLE [dbo].[ELOrganizationFunds] WITH CHECK CHECK CONSTRAINT [FK_ELOrganizationFunds_RefReimbursementType]; - - -ALTER TABLE [dbo].[ELServicePartner] WITH CHECK CHECK CONSTRAINT [FK_ELServicePartner_Organization]; - - -ALTER TABLE [dbo].[ELStaff] WITH CHECK CHECK CONSTRAINT [FK_ELStaff_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[ELStaff] WITH CHECK CHECK CONSTRAINT [FK_ELStaff_RefChildDevAssociateType]; - - -ALTER TABLE [dbo].[ELStaffAssignment] WITH CHECK CHECK CONSTRAINT [FK_ELStaffAssignment_OrgPersonRole]; - - -ALTER TABLE [dbo].[ELStaffEducation] WITH CHECK CHECK CONSTRAINT [FK_ELStaffEducation_ELStaff]; - - -ALTER TABLE [dbo].[ELStaffEducation] WITH CHECK CHECK CONSTRAINT [FK_ELStaff_RefELLevelOfSpecialization]; - - -ALTER TABLE [dbo].[ELStaffEducation] WITH CHECK CHECK CONSTRAINT [FK_ELStaffEducation_RefELPDTopicArea]; - - -ALTER TABLE [dbo].[ELStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_ELStaffEmployment_RefELEducationStaffClassification]; - - -ALTER TABLE [dbo].[ELStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_ELStaffEmployment_RefELEmploymentSeparationReason]; - - -ALTER TABLE [dbo].[ELStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_ELStaffEmployment_RefELServiceProfessionalStaffClassification]; - - -ALTER TABLE [dbo].[ELStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_ELStaffEmployment_RefEmploymentStatus]; - - -ALTER TABLE [dbo].[ELStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_ELStaffEmployment_RefWageCollectionMethod]; - - -ALTER TABLE [dbo].[ELStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_ELStaffEmployment_RefWageVerification]; - - -ALTER TABLE [dbo].[ELStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_ELStaffEmployment_StaffEmployment]; - - -ALTER TABLE [dbo].[FacilityFinancial] WITH CHECK CHECK CONSTRAINT [FK_FacilityFinancial_FacilityLease]; - - -ALTER TABLE [dbo].[FacilityFinancial] WITH CHECK CHECK CONSTRAINT [FK_FacilityFinancial_FacilityMortgage]; - - -ALTER TABLE [dbo].[FacilityFinancial] WITH CHECK CHECK CONSTRAINT [FK_FacilityFinancial_FacilityMortgageFee]; - - -ALTER TABLE [dbo].[FacilityFinancial] WITH CHECK CHECK CONSTRAINT [FK_FacilityFinancial_OrganizationFinancial]; - - -ALTER TABLE [dbo].[FacilityManagement] WITH CHECK CHECK CONSTRAINT [FK_FacilityManagement_Facility]; - - -ALTER TABLE [dbo].[FacilityManagement] WITH CHECK CHECK CONSTRAINT [FK_FacilityManagement_RefBuildingCharterSchoolRealtyAccessType]; - - -ALTER TABLE [dbo].[FacilityManagement] WITH CHECK CHECK CONSTRAINT [FK_FacilityManagement_RefBuildingCleaningStandardType]; - - -ALTER TABLE [dbo].[FacilityManagement] WITH CHECK CHECK CONSTRAINT [FK_FacilityManagement_RefFacilityCapitalProgramMgmtType]; - - -ALTER TABLE [dbo].[FacilityManagement] WITH CHECK CHECK CONSTRAINT [FK_FacilityManagement_RefFacilityComplianceAgencyType]; - - -ALTER TABLE [dbo].[FacilityManagement] WITH CHECK CHECK CONSTRAINT [FK_FacilityManagement_RefFacilityOperationsMgmtType]; - - -ALTER TABLE [dbo].[FacilityManagementPlan] WITH CHECK CHECK CONSTRAINT [FK_FacilityManagementPlan_FacilityManagement]; - - -ALTER TABLE [dbo].[FacilityManagementPlan] WITH CHECK CHECK CONSTRAINT [FK_FacilityManagementPlan_RefFacilitiesMgmtEmergencyType]; - - -ALTER TABLE [dbo].[FacilityManagementPlan] WITH CHECK CHECK CONSTRAINT [FK_FacilityManagementPlan_RefFacilitiesPlanType]; - - -ALTER TABLE [dbo].[FacilityUtilization] WITH CHECK CHECK CONSTRAINT [FK_FacilityUtilization_Facility]; - - -ALTER TABLE [dbo].[IEPPresentLevel] WITH CHECK CHECK CONSTRAINT [FK_IEPPresentLevel_IndividualizedProgram]; - - -ALTER TABLE [dbo].[IncidentPerson] WITH CHECK CHECK CONSTRAINT [FK_IncidentPerson_Incident]; - - -ALTER TABLE [dbo].[IncidentPerson] WITH CHECK CHECK CONSTRAINT [FK_IncidentPerson_Person]; - - -ALTER TABLE [dbo].[IncidentPerson] WITH CHECK CHECK CONSTRAINT [FK_IncidentPerson_RefIncidentPersonRoleType]; - - -ALTER TABLE [dbo].[IncidentPerson] WITH CHECK CHECK CONSTRAINT [FK_IncidentPerson_RefIncidentPersonType]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_OrganizationFinancial]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBFinancialPosition]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBFunctionalExpense]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBPellGrantTransactions]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBRevenue]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBRevenueRestriction]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSFASBScholarshipsandFellowshipsRevenue]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBFinancialPosition]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBFunctionalExpense]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBRevenue]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSGASBScholarshipsandFellowshipsRevenue]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSIntercollegiateAthleticsExpenses]; - - -ALTER TABLE [dbo].[IPEDSFinance] WITH CHECK CHECK CONSTRAINT [FK_IPEDSFinance_RefIPEDSNaturalExpense]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_Course]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_RefAdditionalCreditType]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_RefBlendedLearningModel]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_RefCareerCluster]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_RefCourseGpaApplicability]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_RefCourseInteractionMode]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_RefCreditTypeEarned]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_RefCurriculumFrameworkType]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_RefK12EndOfCourseRequirement]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_RefSCEDCourseLevel]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_RefSCEDCourseSubjectArea]; - - -ALTER TABLE [dbo].[K12Course] WITH CHECK CHECK CONSTRAINT [FK_K12Course_RefWorkbasedLearningOpportunityType]; - - -ALTER TABLE [dbo].[K12Lea] WITH CHECK CHECK CONSTRAINT [FK_K12Lea_Organization]; - - -ALTER TABLE [dbo].[K12Lea] WITH CHECK CHECK CONSTRAINT [FK_K12Lea_RefCharterLeaStatus]; - - -ALTER TABLE [dbo].[K12Lea] WITH CHECK CHECK CONSTRAINT [FK_K12Lea_RefLeaImprovementStatus]; - - -ALTER TABLE [dbo].[K12Lea] WITH CHECK CHECK CONSTRAINT [FK_K12Lea_RefLeaType]; - - -ALTER TABLE [dbo].[K12Lea] WITH CHECK CHECK CONSTRAINT [FK_K12Lea_RefPublicSchoolChoiceStatus]; - - -ALTER TABLE [dbo].[K12LeaFederalFunds] WITH CHECK CHECK CONSTRAINT [FK_K12LeaFederalFunds_OrganizationCalendarSession]; - - -ALTER TABLE [dbo].[K12LeaFederalFunds] WITH CHECK CHECK CONSTRAINT [FK_K12LeaFederalFunds_RefRlisProgramUse]; - - -ALTER TABLE [dbo].[K12LeaFederalReporting] WITH CHECK CHECK CONSTRAINT [FK_K12LeaFederalReporting_K12Lea]; - - -ALTER TABLE [dbo].[K12LeaFederalReporting] WITH CHECK CHECK CONSTRAINT [FK_K12LeaFederalReporting_RefBarrierToEducatingHomeless]; - - -ALTER TABLE [dbo].[K12LeaFederalReporting] WITH CHECK CHECK CONSTRAINT [FK_K12LeaFederalReporting_RefIntegratedTechnologyStatus]; - - -ALTER TABLE [dbo].[K12LeaPreKEligibility] WITH CHECK CHECK CONSTRAINT [FK_K12LeaPreKEligibility_K12Lea]; - - -ALTER TABLE [dbo].[K12LeaPreKEligibility] WITH CHECK CHECK CONSTRAINT [FK_K12LeaPreKEligibility_RefPrekindergartenEligibility]; - - -ALTER TABLE [dbo].[K12LeaPreKEligibleAgesIDEA] WITH CHECK CHECK CONSTRAINT [FK_K12LeaPreKEligibleAgesIDEA_K12Lea]; - - -ALTER TABLE [dbo].[K12LeaPreKEligibleAgesIDEA] WITH CHECK CHECK CONSTRAINT [FK_K12LeaPreKEligibleAgesIDEA_RefPreKEligibleAgesNonIDEA]; - - -ALTER TABLE [dbo].[K12LeaSafeDrugFree] WITH CHECK CHECK CONSTRAINT [FK_K12LeaSafeDrugFree_K12Lea]; - - -ALTER TABLE [dbo].[K12LeaTitleIIIProfessionalDevelopment] WITH CHECK CHECK CONSTRAINT [FK_K12LeaTitleIIIProfessionalDev_K12Lea]; - - -ALTER TABLE [dbo].[K12LeaTitleIIIProfessionalDevelopment] WITH CHECK CHECK CONSTRAINT [FK_K12LEATitleIIIProfessionalDev_TitleIIIProfessionalDevType]; - - -ALTER TABLE [dbo].[K12LeaTitleISupportService] WITH CHECK CHECK CONSTRAINT [FK_K12LeaTitleISupportService_K12Lea]; - - -ALTER TABLE [dbo].[K12LeaTitleISupportService] WITH CHECK CHECK CONSTRAINT [FK_K12LeaTitleISupportService_RefK12LeaTitleISupportService]; - - -ALTER TABLE [dbo].[K12ProgramOrService] WITH CHECK CHECK CONSTRAINT [FK_K12LeaProgramOrService_Organization]; - - -ALTER TABLE [dbo].[K12ProgramOrService] WITH CHECK CHECK CONSTRAINT [FK_K12LEAProgramOrService_RefMepProjectType]; - - -ALTER TABLE [dbo].[K12ProgramOrService] WITH CHECK CHECK CONSTRAINT [FK_K12LEAProgramOrService_RefMepSessionType]; - - -ALTER TABLE [dbo].[K12ProgramOrService] WITH CHECK CHECK CONSTRAINT [FK_K12LEAProgramOrService_RefProgramDayLength1]; - - -ALTER TABLE [dbo].[K12ProgramOrService] WITH CHECK CHECK CONSTRAINT [FK_K12LEAProgramOrService_RefProgramDayLength]; - - -ALTER TABLE [dbo].[K12ProgramOrService] WITH CHECK CHECK CONSTRAINT [FK_K12LEAProgramOrService_RefProgramGiftedEligibility]; - - -ALTER TABLE [dbo].[K12ProgramOrService] WITH CHECK CHECK CONSTRAINT [FK_K12LEAProgramOrService_RefTitleIInstructServices]; - - -ALTER TABLE [dbo].[K12ProgramOrService] WITH CHECK CHECK CONSTRAINT [FK_K12LEAProgramOrService_RefTitleIProgramType]; - - -ALTER TABLE [dbo].[K12SchoolStatus] WITH CHECK CHECK CONSTRAINT [FK_K12SchoolStatus_RefBlendedLearningModelType]; - - -ALTER TABLE [dbo].[K12Sea] WITH CHECK CHECK CONSTRAINT [FK_K12Sea_Organization]; - - -ALTER TABLE [dbo].[K12Sea] WITH CHECK CHECK CONSTRAINT [FK_K12Sea_RefStateANSICode]; - - -ALTER TABLE [dbo].[K12SeaAlternateFundUse] WITH CHECK CHECK CONSTRAINT [FK_K12SeaAlternateFundUse_K12SeaFederalFunds]; - - -ALTER TABLE [dbo].[K12SeaAlternateFundUse] WITH CHECK CHECK CONSTRAINT [FK_K12SeaAlternateFundUse_RefAlternateFundUses]; - - -ALTER TABLE [dbo].[K12SeaFederalFunds] WITH CHECK CHECK CONSTRAINT [FK_K12SeaFederalFunds_K12Sea]; - - -ALTER TABLE [dbo].[K12StaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_K12StaffEmployment_RefEmploymentStatus]; - - -ALTER TABLE [dbo].[K12StaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_K12StaffEmployment_RefEduStaffClassification]; - - -ALTER TABLE [dbo].[K12StaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_K12StaffEmployment_StaffEmployment]; - - -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_K12StudentAcademicRecord_OrganizationPerson]; - - -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_K12StudentAcademicRecord_RefGpaWeightedIndicator]; - - -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_K12StudentAcademicRecord_RefHSDiplomaDistinctionType]; - - -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_K12StudentAcademicRecord_RefHighSchoolDiplomaType]; - - -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_K12StudentAcademicRecord_RefPreAndPostTestIndicator]; - - -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_K12StudentAcademicRecord_RefProfessionalTechnicalCredential]; - - -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_K12StudentAcademicRecord_RefProgressLevel]; - - -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_K12StudentAcademicRecord_RefPsEnrollmentAction]; - - -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_K12StudentAcademicRecord_RefTechnologyLiteracyStatus]; - - -ALTER TABLE [dbo].[K12StudentActivity] WITH CHECK CHECK CONSTRAINT [FK_K12StudentActivity_OrgPersonRole]; - - -ALTER TABLE [dbo].[K12StudentActivity] WITH CHECK CHECK CONSTRAINT [FK_K12StudentActivity_RefActivityTimeMeasurementType]; - - -ALTER TABLE [dbo].[K12StudentCohort] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCohort_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_OrganizationPerson]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_RefAdditionalCreditType]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection _RefCourseGpaApplicability]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_RefCourseRepeatCode]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_RefCourseSectionEnrollmentStatusType]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_RefCourseSectionEntryType]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_RefCourseSectionExitType]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_RefCreditTypeEarned]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_RefExitOrWithdrawalStatus]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_RefGradeLevel]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_RefPreAndPostTestIndicator]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_RefProgressLevel]; - - -ALTER TABLE [dbo].[K12StudentCourseSectionMark] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSectionMark_K12StudentCourseSection]; - - -ALTER TABLE [dbo].[K12StudentEmployment] WITH CHECK CHECK CONSTRAINT [FK_K12StudentEmployment_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[K12StudentEmployment] WITH CHECK CHECK CONSTRAINT [FK_K12StudentEmployment_RefEmployedAfterExit]; - - -ALTER TABLE [dbo].[K12StudentEmployment] WITH CHECK CHECK CONSTRAINT [FK_K12StudentEmployment_RefEmployedWhileEnrolled]; - - -ALTER TABLE [dbo].[K12StudentGraduationPlan] WITH CHECK CHECK CONSTRAINT [FK_K12StudentGraduationPlan_K12Course]; - - -ALTER TABLE [dbo].[K12StudentGraduationPlan] WITH CHECK CHECK CONSTRAINT [FK_K12StudentGraduationPlan_OrganizationPerson]; - - -ALTER TABLE [dbo].[K12StudentGraduationPlan] WITH CHECK CHECK CONSTRAINT [FK_K12StudentGraduationPlan_RefGradeLevel]; - - -ALTER TABLE [dbo].[K12StudentGraduationPlan] WITH CHECK CHECK CONSTRAINT [FK_K12StudentGraduationPlan_RefSCEDCourseSubjectArea]; - - -ALTER TABLE [dbo].[K12StudentLiteracyAssessment] WITH CHECK CHECK CONSTRAINT [FK_K12StudentLiteracyAssessment_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[K12StudentLiteracyAssessment] WITH CHECK CHECK CONSTRAINT [FK_K12StudentLiteracyAssessment_RefLiteracyAssessment]; - - -ALTER TABLE [dbo].[LearnerActivity] WITH CHECK CHECK CONSTRAINT [FK_LearnerActivity_AssessmentRegistration]; - - -ALTER TABLE [dbo].[LearnerActivity] WITH CHECK CHECK CONSTRAINT [FK_LearnerActivity_CourseSection]; - - -ALTER TABLE [dbo].[LearnerActivity] WITH CHECK CHECK CONSTRAINT [FK_LearnerActivity_Organization1]; - - -ALTER TABLE [dbo].[LearnerActivity] WITH CHECK CHECK CONSTRAINT [FK_LearnerActivity_Organization]; - - -ALTER TABLE [dbo].[LearnerActivity] WITH CHECK CHECK CONSTRAINT [FK_LearnerActivity_OrganizationCalendarSession]; - - -ALTER TABLE [dbo].[LearnerActivity] WITH CHECK CHECK CONSTRAINT [FK_LearnerActivity_Person1]; - - -ALTER TABLE [dbo].[LearnerActivity] WITH CHECK CHECK CONSTRAINT [FK_LearnerActivity_Person]; - - -ALTER TABLE [dbo].[LearnerActivity] WITH CHECK CHECK CONSTRAINT [FK_LearnerActivity_RefLearnerActivityMaximumTimeAllowedUnits]; - - -ALTER TABLE [dbo].[LearnerActivity] WITH CHECK CHECK CONSTRAINT [FK_LearnerActivity_RefLearnerActivityType]; - - -ALTER TABLE [dbo].[LearnerActivity_LearningResource] WITH CHECK CHECK CONSTRAINT [FK_LearnerAssignment_LearningResource_LearnerAssignment]; - - -ALTER TABLE [dbo].[LocationAddress] WITH CHECK CHECK CONSTRAINT [FK_LocationAddress_Location]; - - -ALTER TABLE [dbo].[LocationAddress] WITH CHECK CHECK CONSTRAINT [FK_LocationAddress_RefCountry]; - - -ALTER TABLE [dbo].[LocationAddress] WITH CHECK CHECK CONSTRAINT [FK_LocationAddress_RefCounty]; - - -ALTER TABLE [dbo].[LocationAddress] WITH CHECK CHECK CONSTRAINT [FK_LocationAddress_RefERSRuralUrbanContinuumCode]; - - -ALTER TABLE [dbo].[LocationAddress] WITH CHECK CHECK CONSTRAINT [FK_LocationAddress_RefState]; - - -ALTER TABLE [dbo].[OrganizationImage] WITH CHECK CHECK CONSTRAINT [FK_OrganizationImage_Organization]; - - -ALTER TABLE [dbo].[OrganizationWebsite] WITH CHECK CHECK CONSTRAINT [FK_OrganizationWebsite_Organization]; - - -ALTER TABLE [dbo].[PDActivityEducationLevel] WITH CHECK CHECK CONSTRAINT [FK_PDActivityEducationLevel_PDActivity]; - - -ALTER TABLE [dbo].[PersonBirthplace] WITH CHECK CHECK CONSTRAINT [FK_PersonBirthplace_Person]; - - -ALTER TABLE [dbo].[PersonBirthplace] WITH CHECK CHECK CONSTRAINT [FK_PersonBirthplace_RefCountry]; - - -ALTER TABLE [dbo].[PersonBirthplace] WITH CHECK CHECK CONSTRAINT [FK_PersonBirthplace_RefState]; - - -ALTER TABLE [dbo].[PersonHealthBirth] WITH CHECK CHECK CONSTRAINT [FK_PersonHealthBirth_Person]; - - -ALTER TABLE [dbo].[PersonHealthBirth] WITH CHECK CHECK CONSTRAINT [FK_PersonHealthBirth_RefTrimesterWhenPrenatalCareBegan]; - - -ALTER TABLE [dbo].[PersonHomelessness] WITH CHECK CHECK CONSTRAINT [FK_HomelessPrimaryNighttimeResidence_Person]; - - -ALTER TABLE [dbo].[PersonHomelessness] WITH CHECK CHECK CONSTRAINT [FK_HomelessPrimaryNighttimeResidence_RefHomelessNighttimeResid]; - - -ALTER TABLE [dbo].[PersonMilitary] WITH CHECK CHECK CONSTRAINT [FK_PersonMilitary_Person]; - - -ALTER TABLE [dbo].[PersonMilitary] WITH CHECK CHECK CONSTRAINT [FK_PersonMilitary_RefMilitaryActiveStudentIndicator]; - - -ALTER TABLE [dbo].[PersonMilitary] WITH CHECK CHECK CONSTRAINT [FK_PersonMilitary_RefMilitaryBranch]; - - -ALTER TABLE [dbo].[PersonMilitary] WITH CHECK CHECK CONSTRAINT [FK_PersonMilitary_RefMilitaryConnectedStudentIndicator]; - - -ALTER TABLE [dbo].[PersonMilitary] WITH CHECK CHECK CONSTRAINT [FK_PersonMilitary_RefMilitaryVeteranStudentIndicator]; - - -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH CHECK CHECK CONSTRAINT [FK_PDSession_Course]; - - -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH CHECK CHECK CONSTRAINT [FK_PDSession_PDRequirement]; - - -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH CHECK CHECK CONSTRAINT [FK_PDSession_RefCourseCreditUnit]; - - -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH CHECK CHECK CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityApprovedFor]; - - -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH CHECK CHECK CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityCreditType]; - - -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH CHECK CHECK CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityLevel]; - - -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH CHECK CHECK CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDActivityType]; - - -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH CHECK CHECK CONSTRAINT [FK_ProfessionalDevelopmentActivity_RefPDAudienceType]; - - -ALTER TABLE [dbo].[ProfessionalDevelopmentActivity] WITH CHECK CHECK CONSTRAINT [FK_PDSession_RefProfDevFinancialSupport]; - - -ALTER TABLE [dbo].[ProfessionalDevelopmentSession] WITH CHECK CHECK CONSTRAINT [FK_PDSession_PDActivity]; - - -ALTER TABLE [dbo].[Program] WITH CHECK CHECK CONSTRAINT [FK_Program_Organization]; - - -ALTER TABLE [dbo].[ProgramParticipationTitleI] WITH CHECK CHECK CONSTRAINT [FK_ProgramParticipationTitleI_PersonProgramParticipation]; - - -ALTER TABLE [dbo].[ProgramParticipationTitleI] WITH CHECK CHECK CONSTRAINT [FK_ProgramParticipationTitleI_RefTitleIIndicator]; - - -ALTER TABLE [dbo].[PsCourse] WITH CHECK CHECK CONSTRAINT [FK_PsCourse_Course]; - - -ALTER TABLE [dbo].[PsCourse] WITH CHECK CHECK CONSTRAINT [FK_PsCourse_RefCipCode]; - - -ALTER TABLE [dbo].[PsCourse] WITH CHECK CHECK CONSTRAINT [FK_PsCourse_RefCourseCreditBasisType]; - - -ALTER TABLE [dbo].[PsCourse] WITH CHECK CHECK CONSTRAINT [FK_PsCourse_RefCourseCreditLevelType]; - - -ALTER TABLE [dbo].[PsCourse] WITH CHECK CHECK CONSTRAINT [FK_PsCourse_RefNCESCollegeCourseMapCode]; - - -ALTER TABLE [dbo].[PsInstitution] WITH CHECK CHECK CONSTRAINT [FK_PsInstitution_Organization]; - - -ALTER TABLE [dbo].[PsInstitution] WITH CHECK CHECK CONSTRAINT [FK_PsInstitution_RefAdmissionConsiderationLevel]; - - -ALTER TABLE [dbo].[PsInstitution] WITH CHECK CHECK CONSTRAINT [FK_PsInstitution_RefAdmissionConsiderationType]; - - -ALTER TABLE [dbo].[PsInstitution] WITH CHECK CHECK CONSTRAINT [FK_PsInstitution_RefClassification]; - - -ALTER TABLE [dbo].[PsInstitution] WITH CHECK CHECK CONSTRAINT [FK_PsInstitution_RefControlOfInstitution]; - - -ALTER TABLE [dbo].[PsInstitution] WITH CHECK CHECK CONSTRAINT [FK_PsInstitution_RefLevelOfInstitution]; - - -ALTER TABLE [dbo].[PsInstitution] WITH CHECK CHECK CONSTRAINT [FK_PsInstitution_RefPredominantCalendarSystem]; - - -ALTER TABLE [dbo].[PsInstitution] WITH CHECK CHECK CONSTRAINT [FK_PsInstitution_RefTenureSystem]; - - -ALTER TABLE [dbo].[PsPriceOfAttendance] WITH CHECK CHECK CONSTRAINT [FK_PsPriceOfAttendance_PsInstitution]; - - -ALTER TABLE [dbo].[PsPriceOfAttendance] WITH CHECK CHECK CONSTRAINT [FK_PsPriceOfAttendance_RefTuitionUnit]; - - -ALTER TABLE [dbo].[PsSection] WITH CHECK CHECK CONSTRAINT [FK_PsSection_Organization]; - - -ALTER TABLE [dbo].[PsSection] WITH CHECK CHECK CONSTRAINT [FK_PsSection_RefCipCode]; - - -ALTER TABLE [dbo].[PsSection] WITH CHECK CHECK CONSTRAINT [FK_PsSection _RefCourseGpaApplicability]; - - -ALTER TABLE [dbo].[PsSection] WITH CHECK CHECK CONSTRAINT [FK_PsSection _RefCourseHonorsType]; - - -ALTER TABLE [dbo].[PsSection] WITH CHECK CHECK CONSTRAINT [FK_PsSection _RefCourseInstructionMethod]; - - -ALTER TABLE [dbo].[PsSection] WITH CHECK CHECK CONSTRAINT [FK_PsSection _RefCourseLevelType]; - - -ALTER TABLE [dbo].[PsSection] WITH CHECK CHECK CONSTRAINT [FK_PsSection_RefDevelopmentalEducationType]; - - -ALTER TABLE [dbo].[PsSection] WITH CHECK CHECK CONSTRAINT [FK_PsSection_RefWorkbasedLearningOpportunityType]; - - -ALTER TABLE [dbo].[PsSectionLocation] WITH CHECK CHECK CONSTRAINT [FK_PsSectionLocation_PsSection]; - - -ALTER TABLE [dbo].[PsSectionLocation] WITH CHECK CHECK CONSTRAINT [FK_PsSectionLocation_RefCourseInstructionSiteType]; - - -ALTER TABLE [dbo].[PsStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStaffEmployment_RefAcademicRank]; - - -ALTER TABLE [dbo].[PsStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStaffEmployment_RefEmploymentContractType]; - - -ALTER TABLE [dbo].[PsStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStaffEmployment_RefFullTimeStatus]; - - -ALTER TABLE [dbo].[PsStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStaffEmployment_RefGraduateAssistIpedsCategory]; - - -ALTER TABLE [dbo].[PsStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStaffEmployment_RefInstructStaffContractLength]; - - -ALTER TABLE [dbo].[PsStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStaffEmployment_RefInstructStaffFacultyTenure]; - - -ALTER TABLE [dbo].[PsStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStaffEmployment_InstructionCreditType]; - - -ALTER TABLE [dbo].[PsStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStaffEmployment_RefIpedsOccupationalCategory]; - - -ALTER TABLE [dbo].[PsStaffEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStaffEmployment_StaffEmployment]; - - -ALTER TABLE [dbo].[PsStudentApplication] WITH CHECK CHECK CONSTRAINT [FK_PsStudentApplication_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[PsStudentApplication] WITH CHECK CHECK CONSTRAINT [FK_PsStudentApplication_RefAdmittedStudent]; - - -ALTER TABLE [dbo].[PsStudentApplication] WITH CHECK CHECK CONSTRAINT [FK_PsStudentApplication_RefGpaWeightedIndicator]; - - -ALTER TABLE [dbo].[PsStudentApplication] WITH CHECK CHECK CONSTRAINT [FK_PsStudentApplication_RefGradePointAverageDomain]; - - -ALTER TABLE [dbo].[PsStudentCohort] WITH CHECK CHECK CONSTRAINT [FK_PsStudentCohort_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[PsStudentCourseSectionMark] WITH CHECK CHECK CONSTRAINT [FK_PsStudentCourseSectionMark_StudentSection]; - - -ALTER TABLE [dbo].[PsStudentDemographic] WITH CHECK CHECK CONSTRAINT [FK_PsStudentDemographic_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[PsStudentDemographic] WITH CHECK CHECK CONSTRAINT [FK_PsStudentDemographic_RefCampusResidencyType]; - - -ALTER TABLE [dbo].[PsStudentDemographic] WITH CHECK CHECK CONSTRAINT [FK_PsStudentDemographic_RefCohortExclusion]; - - -ALTER TABLE [dbo].[PsStudentDemographic] WITH CHECK CHECK CONSTRAINT [FK_PsStudentDemographic_RefDependencyStatus]; - - -ALTER TABLE [dbo].[PsStudentDemographic] WITH CHECK CHECK CONSTRAINT [FK_PsStudentDemographic_RefEducationLevel1]; - - -ALTER TABLE [dbo].[PsStudentDemographic] WITH CHECK CHECK CONSTRAINT [FK_PsStudentDemographic_RefEducationLevel]; - - -ALTER TABLE [dbo].[PsStudentDemographic] WITH CHECK CHECK CONSTRAINT [FK_PsStudentDemographic_RefPostsecondaryLEPType]; - - -ALTER TABLE [dbo].[PsStudentDemographic] WITH CHECK CHECK CONSTRAINT [FK_PsStudentDemographic_RefTuitionResidencyType]; - - -ALTER TABLE [dbo].[PsStudentEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStudentEmployment_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[PsStudentEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStudentEmployment_RefEmployedAfterExit]; - - -ALTER TABLE [dbo].[PsStudentEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStudentEmployment_RefEmployedWhileEnrolled]; - - -ALTER TABLE [dbo].[PsStudentEmployment] WITH CHECK CHECK CONSTRAINT [FK_PsStudentEmployment_RefEmploymentStatusWhileEnrolled]; - - -ALTER TABLE [dbo].[PsStudentFinancialAid] WITH CHECK CHECK CONSTRAINT [FK_PsStudentFinancialAid_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[PsStudentFinancialAid] WITH CHECK CHECK CONSTRAINT [FK_PsStudentFinancialAid_RefFinancialAidVeteransBenefitStatus]; - - -ALTER TABLE [dbo].[PsStudentFinancialAid] WITH CHECK CHECK CONSTRAINT [FK_PsStudentFinancialAid_RefFinancialAidVeteransBenefitType]; - - -ALTER TABLE [dbo].[PsStudentFinancialAid] WITH CHECK CHECK CONSTRAINT [FK_PsStudentFinancialAid_RefNeedDeterminationMethod]; - - -ALTER TABLE [dbo].[PsStudentSection] WITH CHECK CHECK CONSTRAINT [FK_PsStudentSection_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[PsStudentSection] WITH CHECK CHECK CONSTRAINT [FK_PsStudentSection_RefCourseAcademicGradeStatusCode]; - - -ALTER TABLE [dbo].[PsStudentSection] WITH CHECK CHECK CONSTRAINT [FK_PsStudentSection_RefCourseRepeatCode]; - - -ALTER TABLE [dbo].[RefCompetencyDefAssociationType] WITH CHECK CHECK CONSTRAINT [FK_RefCompetencyDefAssociationType_Organization]; - - -ALTER TABLE [dbo].[RefCompetencyDefNodeAccessibilityProfile] WITH CHECK CHECK CONSTRAINT [FK_RefCompetencyDefNodeAccessibilityProfile_Organization]; - - -ALTER TABLE [dbo].[RefCompetencyDefTestabilityType] WITH CHECK CHECK CONSTRAINT [FK_RefCompetencyDefTestabilityType_Organization]; - - -ALTER TABLE [dbo].[RefCredentialDefAgentRoleType] WITH CHECK CHECK CONSTRAINT [FK_RefCredentialDefAgentRoleType_Organization]; - - -ALTER TABLE [dbo].[RefCredentialDefAssessMethodType] WITH CHECK CHECK CONSTRAINT [FK_RefCredentialDefAssessMethodType_Organization]; - - -ALTER TABLE [dbo].[RefCredentialDefIntendedPurposeType] WITH CHECK CHECK CONSTRAINT [FK_RefCredentialDefIntendedPurposeType_Organization]; - - -ALTER TABLE [dbo].[RefCredentialDefStatusType] WITH CHECK CHECK CONSTRAINT [FK_RefCredentialDefStatusType_Organization]; - - -ALTER TABLE [dbo].[RefCredentialDefVerificationType] WITH CHECK CHECK CONSTRAINT [FK_RefCredentialDefVerificationType_Organization]; - - -ALTER TABLE [dbo].[RefCTDLAudienceLevelType] WITH CHECK CHECK CONSTRAINT [FK_RefCTDLAudienceLevelType_Organization]; - - -ALTER TABLE [dbo].[StaffExperience] WITH CHECK CHECK CONSTRAINT [FK_StaffExperience_Person]; - - -ALTER TABLE [dbo].[StaffProfessionalDevelopmentActivity] WITH CHECK CHECK CONSTRAINT [FK_StaffPDActivity_PDActivity]; - - -ALTER TABLE [dbo].[TeacherStudentDataLinkExclusion] WITH CHECK CHECK CONSTRAINT [FK_TeacherStudentDataLinkExclusion_K12StaffAssignment]; - - -ALTER TABLE [dbo].[TeacherStudentDataLinkExclusion] WITH CHECK CHECK CONSTRAINT [FK_TeacherStudentDataLinkExclusion_K12StudentCourseSection]; - - -ALTER TABLE [dbo].[WorkforceEmploymentQuarterlyData] WITH CHECK CHECK CONSTRAINT [FK_WorkforceEmploymentQuarterlyData_OrganizationPersonRole]; - - -ALTER TABLE [dbo].[WorkforceProgramParticipation] WITH CHECK CHECK CONSTRAINT [FK_WorkforceProgramParticipation_PersonProgramParticipation]; - - -ALTER TABLE [dbo].[WorkforceProgramParticipation] WITH CHECK CHECK CONSTRAINT [FK_WorkforceProgramPartic_RefProfessionalTechnicalCredential]; - - -ALTER TABLE [dbo].[WorkforceProgramParticipation] WITH CHECK CHECK CONSTRAINT [FK_WorkforceProgramPartic_RefWfProgramParticipation]; -GO - ---Upgrading extended properties to reflect element changes -exec sp_addextendedproperty 'CEDS_Def_Desc','The organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis, usually for a predetermined period of time (e.g., a semester or two-week workshop) to an individual or group of students (e.g., a class). ','user', 'dbo', 'table', 'AeCourse', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'AeCourse', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information on an adult education provider organization.','user', 'dbo', 'table', 'AeProvider', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'AeProvider', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Adult education staff information.','user', 'dbo', 'table', 'AeStaff', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'AeStaff', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Adult education student''s academic information attributes.','user', 'dbo', 'table', 'AeStudentAcademicRecord', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'AeStudentAcademicRecord', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Employment information for an adult education student.','user', 'dbo', 'table', 'AeStudentEmployment', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'AeStudentEmployment', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Accessible portable item protocol interaction.','user', 'dbo', 'table', 'ApipInteraction', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ApipInteraction', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The templates, processing and declaration data for an assessment item APIP.','user', 'dbo', 'table', 'AssessmentItemApip', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'AssessmentItemApip', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information related to a specific person registered for an Assessment Administration, assigned a specific Assessment Form for participation in one or more Assessment Sessions. -','user', 'dbo', 'table', 'AssessmentRegistration', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'AssessmentRegistration', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A room where educational services are provided by a school, school system, state, or other agency or entity.','user', 'dbo', 'table', 'Classroom', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'Classroom', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis, usually for a predetermined period of time (e.g., a semester or two-week workshop) to an individual or group of students (e.g., a class). ','user', 'dbo', 'table', 'Course', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'Course', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A setting in which organized instruction of course content is provided to one or more students (including cross-age groupings) for a given period of time. (A course may be offered to more than one class/section.) Instruction, provided by one or more teachers or other staff members, may be delivered in person or via a different medium. Classes/Sections that share space should be considered as separate classes/sections if they function as separate units for more than 50 percent of the time. ','user', 'dbo', 'table', 'CourseSection', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'CourseSection', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The method(s) that the instructor of the course uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or a numerical grade. ','user', 'dbo', 'table', 'CourseSectionAssessmentReporting', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'CourseSectionAssessmentReporting', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The location where a Course Section meets.','user', 'dbo', 'table', 'CourseSectionLocation', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'CourseSectionLocation', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The days and times when a Course Section meets.','user', 'dbo', 'table', 'CourseSectionSchedule', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'CourseSectionSchedule', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis, usually for a predetermined period of time (e.g., a semester or two-week workshop) to an individual or group of students (e.g., a class). ','user', 'dbo', 'table', 'CteCourse', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'CteCourse', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Summary academic record information for a career and technical education student. ','user', 'dbo', 'table', 'CteStudentAcademicRecord', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'CteStudentAcademicRecord', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The credential related to early childhood education or development held by a person.','user', 'dbo', 'table', 'EarlyChildhoodCredential', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'EarlyChildhoodCredential', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A cohort of children receiving services together, or in some cases individually, usually for a predetermined amount of time, with at least one assigned primary teacher. ','user', 'dbo', 'table', 'ELClassSection', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ELClassSection', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The services provided in an early leaning class/section.','user', 'dbo', 'table', 'ELClassSectionService', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ELClassSectionService', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Enrollment of early learners in a program, class, or section.','user', 'dbo', 'table', 'ELEnrollment', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ELEnrollment', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information on the early learning organization''s availability to include time, groups served, facilities, and environment.','user', 'dbo', 'table', 'ELOrganizationAvailability', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ELOrganizationAvailability', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Early learning staff attributes.','user', 'dbo', 'table', 'ELStaff', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ELStaff', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Early childhood credentials and education credits held by an early learning staff member.','user', 'dbo', 'table', 'ELStaffEducation', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ELStaffEducation', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Attributes for early learning staff employment. Extends from Staff.','user', 'dbo', 'table', 'ELStaffEmployment', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ELStaffEmployment', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis, usually for a predetermined period of time (e.g., a semester or two-week workshop) to an individual or group of students (e.g., a class). ','user', 'dbo', 'table', 'K12Course', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12Course', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An administrative unit within K-12 education at the local level which exists primarily to operate schools or to contract for educational services. These units may or may not be co-extensive with county, city, or town boundaries. ','user', 'dbo', 'table', 'K12Lea', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12Lea', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information on the federal funds received and distributed by the LEA under various programs.','user', 'dbo', 'table', 'K12LeaFederalFunds', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Federal reporting status values and counts for an LEA.','user', 'dbo', 'table', 'K12LeaFederalReporting', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12LeaFederalReporting', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The groups of students for whom pre-kindergarten is available.','user', 'dbo', 'table', 'K12LeaPreKEligibility', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12LeaPreKEligibility', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The ages of children not served under IDEA to whom the LEA''s pre-kindergarten services are available.','user', 'dbo', 'table', 'K12LeaPreKEligibleAgesIDEA', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12LeaPreKEligibleAgesIDEA', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information about the LEA''s performance under the Safe and Drug-Free Schools and Communities act.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of Title III professional development utilized by an LEA.','user', 'dbo', 'table', 'K12LeaTitleIIIProfessionalDevelopment', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12LeaTitleIIIProfessionalDevelopment', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of support services provided to students in Title I programs by an LEA. ','user', 'dbo', 'table', 'K12LeaTitleISupportService', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12LeaTitleISupportService', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information on the programs and services offered by an LEA or school.','user', 'dbo', 'table', 'K12ProgramOrService', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12ProgramOrService', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The SEA is the state-level entity primarily responsible for the supervision of the state''s public elementary and secondary schools.','user', 'dbo', 'table', 'K12Sea', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12Sea', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Purposes that funds available under ESEA section 6111 (Grants for State Assessments and Related Activities) were used for purposes other than the costs of the development of the State assessments and standards required by section 1111(b).','user', 'dbo', 'table', 'K12SeaAlternateFundUse', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12SeaAlternateFundUse', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information on the federal funds received by the SEA.','user', 'dbo', 'table', 'K12SeaFederalFunds', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12SeaFederalFunds', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Employment attributes for a K12 Staff Member.','user', 'dbo', 'table', 'K12StaffEmployment', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12StaffEmployment', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The summary level academic record for a K12 student including graduation information.','user', 'dbo', 'table', 'K12StudentAcademicRecord', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12StudentAcademicRecord', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information on the cohort for a K12 student.','user', 'dbo', 'table', 'K12StudentCohort', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12StudentCohort', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The attributes for a K12 student enrolled in a course section.','user', 'dbo', 'table', 'K12StudentCourseSection', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12StudentCourseSection', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Defines information about a mark associated with a student for a course section, including flags to indicate if the mark is a final grade or a midterm grade.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Employment information for a K12 Student.','user', 'dbo', 'table', 'K12StudentEmployment', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12StudentEmployment', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information about literacy assessment given to a K12 student.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Location that contains a address, city, state, zip.','user', 'dbo', 'table', 'LocationAddress', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'LocationAddress', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The website URL for an organization.','user', 'dbo', 'table', 'OrganizationWebsite', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'OrganizationWebsite', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The city, state, and country where a person was born.','user', 'dbo', 'table', 'PersonBirthplace', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PersonBirthplace', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Data points of a person''s health and status at time of birth.','user', 'dbo', 'table', 'PersonHealthBirth', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PersonHealthBirth', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Persons who lack a fixed, regular, and adequate nighttime residence.','user', 'dbo', 'table', 'PersonHomelessness', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PersonHomelessness', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information on a person participating in a Title I education program.','user', 'dbo', 'table', 'ProgramParticipationTitleI', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ProgramParticipationTitleI', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis, usually for a predetermined period of time (e.g., a semester or two-week workshop) to an individual or group of students (e.g., a class). ','user', 'dbo', 'table', 'PsCourse', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsCourse', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An organization that provides educational programs for individuals who have completed or otherwise left educational programs in secondary school(s).','user', 'dbo', 'table', 'PsInstitution', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsInstitution', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The price of attendance data for a postsecondary institution and a given session.','user', 'dbo', 'table', 'PsPriceOfAttendance', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsPriceOfAttendance', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Attributes for postsecondary staff employment. Extends from Staff.','user', 'dbo', 'table', 'PsStaffEmployment', default, default -GO - -exec sp_addextendedproperty 'MS_DESCRIPTION','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsStaffEmployment', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information on an individual who submits an application for admission to a postsecondary institution.','user', 'dbo', 'table', 'PsStudentApplication', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsStudentApplication', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Additional attributes for a postsecondary student (beyond those demographic attributes stored in PersonDemographic)','user', 'dbo', 'table', 'PsStudentDemographic', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsStudentDemographic', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Employment information for a postsecondary student.','user', 'dbo', 'table', 'PsStudentEmployment', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsStudentEmployment', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information on a person who applies for financial aid to participate in postsecondary education.','user', 'dbo', 'table', 'PsStudentFinancialAid', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsStudentFinancialAid', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A postsecondary student''s performance in a class/section.','user', 'dbo', 'table', 'PsStudentSection', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsStudentSection', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Number of years of experience for a staff member.','user', 'dbo', 'table', 'StaffExperience', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'StaffExperience', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates that the student is excluded from calculation of value-added or growth attribution calculations used for teacher evaluation.','user', 'dbo', 'table', 'TeacherStudentDataLinkExclusion', default, default -GO - -exec sp_addextendedproperty 'CEDS_Element','Teacher Student Data Link Exclusion Flag','user', 'dbo', 'table', 'TeacherStudentDataLinkExclusion', default, default -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000972','user', 'dbo', 'table', 'TeacherStudentDataLinkExclusion', default, default -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13973','user', 'dbo', 'table', 'TeacherStudentDataLinkExclusion', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'TeacherStudentDataLinkExclusion', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Employment attributes reported for workforce quarterly data.','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information on a person''s participation in a workforce program.','user', 'dbo', 'table', 'WorkforceProgramParticipation', default, default -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'WorkforceProgramParticipation', default, default -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A description of the events and procedures that take place under the purview of an organized activity, such as a co-curricular or extra-curricular activity that is offered at an education institution.','user', 'dbo', 'table', 'Activity', 'column', 'ActivityDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','Activity Description','user', 'dbo', 'table', 'Activity', 'column', 'ActivityDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001530','user', 'dbo', 'table', 'Activity', 'column', 'ActivityDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14505','user', 'dbo', 'table', 'Activity', 'column', 'ActivityDescription' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Activity', 'column', 'ActivityDescription' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Organization','user', 'dbo', 'table', 'Activity', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from Course','user', 'dbo', 'table', 'AeCourse', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'AeCourse', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The career cluster that defines the industry or occupational focus which may be associated with a career pathways program, plan of study, or course.','user', 'dbo', 'table', 'AeCourse', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Career Cluster','user', 'dbo', 'table', 'AeCourse', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001288','user', 'dbo', 'table', 'AeCourse', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14254','user', 'dbo', 'table', 'AeCourse', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeCourse', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The level of work which is reflected in the credits associated with the academic course being described or the level of the typical individual taking the academic course.','user', 'dbo', 'table', 'AeCourse', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Level Type','user', 'dbo', 'table', 'AeCourse', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001312','user', 'dbo', 'table', 'AeCourse', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14278','user', 'dbo', 'table', 'AeCourse', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeCourse', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from Organization.','user', 'dbo', 'table', 'AeProvider', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'AeProvider', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A classification of whether a postsecondary institution''s highest level of offering is a program of 4-years or higher (4 year), 2-but-less-than 4-years (2 year), or less than 2-years.','user', 'dbo', 'table', 'AeProvider', 'column', 'RefLevelOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Level of Institution','user', 'dbo', 'table', 'AeProvider', 'column', 'RefLevelOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000178','user', 'dbo', 'table', 'AeProvider', 'column', 'RefLevelOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13178','user', 'dbo', 'table', 'AeProvider', 'column', 'RefLevelOfInstitutionId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeProvider', 'column', 'RefLevelOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from OrganizationPersonRole.','user', 'dbo', 'table', 'AeStaff', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'AeStaff', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the category of certification a person holds.','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeCertificationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Adult Education Certification Type','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeCertificationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001085','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeCertificationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13775','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeCertificationTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeCertificationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The titles of employment, official status, or rank of adult education staff.','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Adult Education Staff Classification','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000786','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13770','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeStaffClassificationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The condition under which a person has agreed to serve as an employee.','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeStaffEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Adult Education Staff Employment Status','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeStaffEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001083','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeStaffEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13771','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeStaffEmploymentStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeStaff', 'column', 'RefAeStaffEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total number of years that a person has previously held a teaching position in one or more adult education programs.','user', 'dbo', 'table', 'AeStaff', 'column', 'YearsOfPriorAeTeachingExperience' -GO - -exec sp_addextendedproperty 'CEDS_Element','Years of Prior Adult Education Teaching Experience','user', 'dbo', 'table', 'AeStaff', 'column', 'YearsOfPriorAeTeachingExperience' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000788','user', 'dbo', 'table', 'AeStaff', 'column', 'YearsOfPriorAeTeachingExperience' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13774','user', 'dbo', 'table', 'AeStaff', 'column', 'YearsOfPriorAeTeachingExperience' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeStaff', 'column', 'YearsOfPriorAeTeachingExperience' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The month and year on which the diploma/credential is awarded to a student in recognition of his/her completion of the curricular requirements.','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Diploma or Credential Award Date','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000081','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13081','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate Key from OrganizationPersonRole.','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of diploma/credential that is awarded to a person in recognition of his/her completion of the curricular requirements.','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'RefHighSchoolDiplomaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','High School Diploma Type','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'RefHighSchoolDiplomaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000138','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'RefHighSchoolDiplomaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13138','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'RefHighSchoolDiplomaTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'RefHighSchoolDiplomaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indicator of the category of credential conferred by a state occupational licensing entity or industry organization for competency in a specific area measured by a set of pre-established standards.','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Professional or Technical Credential Conferred','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000783','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13780','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeStudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The North American Industry Classification System (NAICS) code associated with an individual''s employment.','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employment NAICS Code','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001064','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14070','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key - Foreign key: OrganizationPersonRole','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An individual who is a paid employee or works in his or her own business, profession, or farm, as reported through the State Unemployment Insurance Wage Report, FEDES, or WRIS, after exiting secondary, postsecondary, or adult education or workforce programs.','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employed After Exit','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000988','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13990','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An individual who is a paid employee or works in his or her own business, profession, or farm, as reported through the State Unemployment Insurance Wage Report, FEDES, or WRIS, and at the same time is enrolled in secondary, postsecondary, or adult education or workforce programs.','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employed While Enrolled','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000987','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13989','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AeStudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'ApipInteraction', 'column', 'ApipInteractionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The position of this APIP Interaction in a sequence of interactions.','user', 'dbo', 'table', 'ApipInteraction', 'column', 'APIPInteractionSequenceNumber' -GO - -exec sp_addextendedproperty 'CEDS_Element','APIP Interaction Sequence Number','user', 'dbo', 'table', 'ApipInteraction', 'column', 'APIPInteractionSequenceNumber' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001529','user', 'dbo', 'table', 'ApipInteraction', 'column', 'APIPInteractionSequenceNumber' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14504','user', 'dbo', 'table', 'ApipInteraction', 'column', 'APIPInteractionSequenceNumber' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ApipInteraction', 'column', 'APIPInteractionSequenceNumber' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The assessment item body interaction type as defined by IMS Global specifications.','user', 'dbo', 'table', 'ApipInteraction', 'column', 'RefApipInteractionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Body Drawing Interaction XML, Assessment Item Body Gap Match Interaction XML, Assessment Item Body Match Interaction XML, Assessment Item Body Graphic Gap Match Interaction XML, Assessment Item Body Hot Spot Interaction XML, Assessment Item Body Graphic Order Interaction XML, Assessment Item Body Select Point Interaction XML, Assessment Item Body Select Point Interaction, Assessment Item Body Slider Interaction XML, Assessment Item Body Choice Interaction XML, Assessment Item Body Inline Choice Interaction XML, Assessment Item Body Media Interaction XML, Assessment Item Body Hottext Interaction XML, Assessment Item Body Order Interaction XML, Assessment Item Body Position Object Interaction XML, Assessment Item Body Text Entry Interaction XML, Assessment Item Body Extended Text Interaction XML, Assessment Item Body End Attempt Interaction XML, Assessment Item Body Upload Interaction XML, Assessment Item Interaction Type','user', 'dbo', 'table', 'ApipInteraction', 'column', 'RefApipInteractionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001103, 001104, 001105, 001106, 001107, 001108, 001109, 001110, 001111, 001112, 001114, 001115, 001116, 001117, 001118, 001119, 001120, 001121, 001222, 001158','user', 'dbo', 'table', 'ApipInteraction', 'column', 'RefApipInteractionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14080, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14081, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14082, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14083, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14084, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14085, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14087, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14088, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14089, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14090, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14091, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14092, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14093, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14094, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14095, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14096, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14097, https://ceds.e','user', 'dbo', 'table', 'ApipInteraction', 'column', 'RefApipInteractionTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ApipInteraction', 'column', 'RefApipInteractionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The custom or associate interaction provides an opportunity for extensibility of this specification to include support for interactions not currently documented. The XML from the IMS Global APIP Specification would be included.','user', 'dbo', 'table', 'ApipInteraction', 'column', 'Xml' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Body Custom Interaction XML, Assessment Item Body Drawing Interaction XML, Assessment Item Body Gap Match Interaction XML, Assessment Item Body Match Interaction XML, Assessment Item Body Graphic Gap Match Interaction XML, Assessment Item Body Hot Spot Interaction XML, Assessment Item Body Graphic Order Interaction XML, Assessment Item Body Select Point Interaction XML, Assessment Item Body Select Point Interaction, Assessment Item Body Slider Interaction XML, Assessment Item Body Choice Interaction XML, Assessment Item Body Inline Choice Interaction XML, Assessment Item Body Media Interaction XML, Assessment Item Body Hottext Interaction XML, Assessment Item Body Order Interaction XML, Assessment Item Body Position Object Interaction XML, Assessment Item Body Text Entry Interaction XML, Assessment Item Body Extended Text Interaction XML, Assessment Item Body End Attempt Interaction XML, Assessment Item Body Upload Interaction XML, Assessment Item Body Associate Interac','user', 'dbo', 'table', 'ApipInteraction', 'column', 'Xml' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001102, 001103, 001104, 001105, 001106, 001107, 001108, 001109, 001110, 001111, 001112, 001114, 001115, 001116, 001117, 001118, 001119, 001120, 001121, 001222, 001123','user', 'dbo', 'table', 'ApipInteraction', 'column', 'Xml' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14079, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14080, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14081, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14082, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14083, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14084, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14085, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14087, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14088, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14089, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14090, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14091, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14092, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14093, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14094, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14095, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14096, https://ceds.e','user', 'dbo', 'table', 'ApipInteraction', 'column', 'Xml' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ApipInteraction', 'column', 'Xml' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','This indicator determines whether an assessment item is an adaptive item.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'AdaptiveIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Adaptive Indicator','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'AdaptiveIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001139','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'AdaptiveIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14111','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'AdaptiveIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'AdaptiveIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'AssessmentItemId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The item body contains the text, graphics, media objects, and interactions that describe the item''s content and information about how it is structured. The body is presented by combining it with stylesheet information, either explicitly or implicitly using the default style rules of the delivery or authoring system. This element contains the appropriate XML from the IMS Global APIP Specification defining the various item body interactions.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ItemBodyXml' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item APIP Item Body XML','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ItemBodyXml' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001138','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ItemBodyXml' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14110','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ItemBodyXml' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ItemBodyXml' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Modal feedback is shown to the candidate directly following response processing. The value of an outcome variable is used in conjunction with the showHide and identifier attributes to determine whether or not the feedback is shown in a similar way to feedbackElement. The XML from the IMS Global APIP Specification would be included.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ModalFeedbackXml' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item APIP Modal Feedback XML','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ModalFeedbackXml' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001137','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ModalFeedbackXml' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14109','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ModalFeedbackXml' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ModalFeedbackXml' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Outcome variables are declared by outcome declarations. Their value is set either from a default given in the declaration itself or by a responseRule during response processing. The XML from the IMS Global APIP Specification would be included.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'OutcomeDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item APIP Outcome Declaration XML','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'OutcomeDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001134','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'OutcomeDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14106','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'OutcomeDeclarationXml' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'OutcomeDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Response declarations state what the response variables include. The response declaration may assign an optional correct response. The XML from the IMS Global APIP Specification would be included.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item APIP Response Declaration XML','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001133','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14105','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseDeclarationXml' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','These templates are described using the processing language defined in IMS Global APIP specification and are distributed (in XML form) along with it. Delivery engines that support generalized response processing do not need to implement special mechanisms to support them as a template file can be parsed directly while processing the assessment item that refers to it. This element provides the URL for the template.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseProcessingTemplateUrl' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item APIP Response Processing Template URL','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseProcessingTemplateUrl' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001131','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseProcessingTemplateUrl' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14103','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseProcessingTemplateUrl' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseProcessingTemplateUrl' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Response processing is the process by which the Delivery Engine assigns outcomes based on the learner''s responses. The outcomes may be used to provide feedback to the learner Feedback is either provided immediately following the end of the learner''s attempt or it is provided at some later time, perhaps as part of a summary report on the item session. The XML from the IMS Global APIP Specification would be included.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseProcessingXml' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item APIP Response Processing XML','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseProcessingXml' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001132','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseProcessingXml' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14104','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseProcessingXml' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'ResponseProcessingXml' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Template declarations declare item variables that are to be used specifically for the purposes of cloning items. They can have their value set only during template processing. They are referred to within the item body in order to individualize the clone and possibly also within the response Processing rules if the cloning process affects the way the item is scored. The XML from the IMS Global APIP Specification would be included.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'TemplateDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item APIP Template Declaration XML','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'TemplateDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001135','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'TemplateDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14107','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'TemplateDeclarationXml' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'TemplateDeclarationXml' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Template processing consists of one or more template rules that are followed by the cloning engine or delivery system in order to assign values to the template variables. Template processing is identical in form to responseProcessing except that the purpose is to assign values to template variables, not outcome variables. The XML from the IMS Global APIP Specification would be included.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'TemplateProcessingXml' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item APIP Template Processing XML','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'TemplateProcessingXml' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001136','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'TemplateProcessingXml' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14108','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'TemplateProcessingXml' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemApip', 'column', 'TemplateProcessingXml' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'AssessmentItemId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A value representing the Differential Item Functioning, also referred to as measurement bias, for the assessment item. The value represents differences in the functioning of the item across groups which are matched on the attribute being measure by the item. The value is calculated using Mantel-Haenszel approach or a comparable algorithm so that a value of 1.0 represents no bias.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'DIFValue' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory DIF Value','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'DIFValue' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001264','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'DIFValue' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14230','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'DIFValue' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'DIFValue' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The measure used to represent the degree of agreement among raters.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'KappaValue' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Kappa Value','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'KappaValue' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001265','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'KappaValue' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14231','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'KappaValue' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'KappaValue' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The Item Response Theory value representing the discrimination of the item. The a parameter is found by taking the slope of the line tangent to the item characteristic curve at the inflection point, B. The parameter is the steepness of the curve at its steepest point.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterA' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Parameter A','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterA' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001251','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterA' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14217','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterA' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterA' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The Item Response Theory value representing the difficulty of the item. It is the Theta value for the location of the inflection point of the item characteristic curve.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterB' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Parameter B','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterB' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001252','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterB' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14218','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterB' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterB' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The Item Response Theory value for multiple choice items representing the guessing of the item. The c parameter is a lower asymptote. It is the low point of the curve as it moves to negative infinity on the horizontal axis. You can think of c as the probability that a chicken would get the item right.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterC' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Parameter C','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterC' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001254','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterC' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14220','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterC' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterC' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','For polytomous assessment items with more than two possible responses, this is the item response theory value representing the threshold between the first and second item characteristic functions.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD1' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Parameter D1','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD1' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001255','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD1' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14221','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD1' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD1' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','For polytomous assessment items with more than two possible responses, this is the item response theory value representing the threshold between the second and third item characteristic functions.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD2' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Parameter D2','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD2' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001256','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD2' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14222','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD2' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD2' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','For polytomous assessment items with more than three possible responses, this is the item response theory value representing the threshold between the third and fourth item characteristic functions.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD3' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Parameter D3','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD3' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001257','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD3' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14223','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD3' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD3' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','For polytomous assessment items with more than four possible responses, this is the item response theory value representing the threshold between the fourth and fifth item characteristic functions.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD4' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Parameter D4','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD4' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001258','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD4' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14224','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD4' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD4' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','For polytomous assessment items with more than five possible responses, this is the item response theory value representing the threshold between the fifth and sixth item characteristic functions.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD5' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Parameter D5','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD5' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001259','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD5' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14225','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD5' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD5' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','For polytomous assessment items with more than six possible responses, this is the item response theory value representing the threshold between the sixth and seventh item characteristic functions.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD6' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Parameter D6','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD6' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001260','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD6' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14226','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD6' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'ParameterD6' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The correlation between correct answers on this item and total correct answers on the test during a previous administration. ','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'PointBiserialCorrelationValue' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Point Biserial Correlation Value','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'PointBiserialCorrelationValue' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001262','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'PointBiserialCorrelationValue' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14228','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'PointBiserialCorrelationValue' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'PointBiserialCorrelationValue' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A category for the difficulty of the item based on the Item Response Theory value.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'RefItemResponseTheoryDifficultyCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Parameter Difficulty Category','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'RefItemResponseTheoryDifficultyCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001253','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'RefItemResponseTheoryDifficultyCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14219','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'RefItemResponseTheoryDifficultyCategoryId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'RefItemResponseTheoryDifficultyCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The algorithm used to derive the Assessment Item Kappa Value','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'RefItemResponseTheoryKappaAlgorithmId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Item Response Theory Kappa Algorithm','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'RefItemResponseTheoryKappaAlgorithmId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001266','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'RefItemResponseTheoryKappaAlgorithmId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14232','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'RefItemResponseTheoryKappaAlgorithmId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'AssessmentItemResponseTheory', 'column', 'RefItemResponseTheoryKappaAlgorithmId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date and time the completion and scoring status was changed for an instance of a person taking an assessment.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'AssessmentRegistrationCompletionStatusDateTime' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Registration Completion Status Date Time','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'AssessmentRegistrationCompletionStatusDateTime' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001542','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'AssessmentRegistrationCompletionStatusDateTime' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14517','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'AssessmentRegistrationCompletionStatusDateTime' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The unique identifier of the person who assigned the assessment to the learner.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'AssignedByPersonId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Registration Assignor Identifier','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'AssignedByPersonId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000889','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'AssignedByPersonId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13889','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'AssignedByPersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Date/time assignment is made.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'CreationDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Registration Creation Date','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'CreationDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001017','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'CreationDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14019','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'CreationDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of days of instruction the student has taken prior to testing.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'DaysOfInstructionPriorToAssessment' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Registration Days of Instruction','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'DaysOfInstructionPriorToAssessment' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001015','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'DaysOfInstructionPriorToAssessment' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14017','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'DaysOfInstructionPriorToAssessment' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether a student was in membership in the LEA education unit for a full academic year, according to the state’s definition of Full Academic Year.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'LEAFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_Element','LEA Full Academic Year','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'LEAFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001762','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'LEAFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14743','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'LEAFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Person registering for the Assessment. (Foreign Key - Person)','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether a student participated in an assessment.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentParticipationIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Registration Participation Indicator','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentParticipationIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000025','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentParticipationIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13025','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentParticipationIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The reason for which an assessment is designed or delivered.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentPurposeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Purpose','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentPurposeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000026','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentPurposeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13026','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentPurposeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The primary reason a participant did not complete an assessment.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentReasonNotCompletingId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Registration Reason Not Completing','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentReasonNotCompletingId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000540','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentReasonNotCompletingId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13531','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentReasonNotCompletingId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The primary reason a student is not tested.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentReasonNotTestedId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Reason Not Tested','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentReasonNotTestedId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000228','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentReasonNotTestedId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13228','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentReasonNotTestedId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The completion and scoring status for an instance of a person taking an assessment.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentRegistrationCompletionStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Registration Completion Status','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentRegistrationCompletionStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001541','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentRegistrationCompletionStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14516','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefAssessmentRegistrationCompletionStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The grade or developmental level of a student when registering for an assessment, when taking the assessment, or for which an assessment is design.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefGradeLevelToBeAssessedId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Level When Assessed, Assessment Registration Grade Level To Be Assessed','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefGradeLevelToBeAssessedId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000126, 001057','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefGradeLevelToBeAssessedId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13126, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14063','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefGradeLevelToBeAssessedId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The grade or developmental level of a student when registering for an assessment, when taking the assessment, or for which an assessment is design.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefGradeLevelWhenAssessedId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Level When Assessed, Assessment Registration Grade Level To Be Assessed','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefGradeLevelWhenAssessedId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000126, 001057','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefGradeLevelWhenAssessedId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13126, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14063','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RefGradeLevelWhenAssessedId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates if this registration is for a retest (retake). Retest can occur if a student failed a prior attempt and is eligible to retake. Other retest scenarios also can occur.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RetestIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Registration Retest Indicator','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RetestIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001016','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RetestIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14018','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'RetestIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether a student was in membership in the school education unit for a full academic year, according to the state’s definition of Full Academic Year.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'SchoolFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_Element','School Full Academic Year','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'SchoolFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001763','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'SchoolFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14744','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'SchoolFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date set by the testing program when the test scores are published. For formative or classroom assessments, this will likely be the date when the scored the individual test. For summative assessments, this date is likely set for a group of assessments when the processing system releases the scores.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'ScorePublishDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Registration Score Publish Date','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'ScorePublishDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001056','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'ScorePublishDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14062','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'ScorePublishDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether a student was in membership in the state education unit for a full academic year, according to the state’s definition of Full Academic Year.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'StateFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_Element','State Full Academic Year','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'StateFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001761','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'StateFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14742','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'StateFullAcademicYear' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A unique identifier for the test attempt assigned by the delivery system.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'TestAttemptIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Registration Test Attempt Identifier','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'TestAttemptIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001162','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'TestAttemptIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14119','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'TestAttemptIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates rules about use of results based on Special Events before during or after the test. The option set values are determined by the testing program.','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'TestingIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Assessment Registration Testing Indicator','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'TestingIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001055','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'TestingIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14061','user', 'dbo', 'table', 'AssessmentRegistration', 'column', 'TestingIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that the instruction space in a school is used in the calculation of student capacity.','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'AvailableUtilizedInstructionalSpace' -GO - -exec sp_addextendedproperty 'CEDS_Element','Available Utilized Instructional Space','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'AvailableUtilizedInstructionalSpace' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001902','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'AvailableUtilizedInstructionalSpace' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14883','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'AvailableUtilizedInstructionalSpace' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A designation as to whether the space is included in the calculation of school building capacity under state or local guidelines.','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingCapacityFactorIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Capacity Factor Indicator','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingCapacityFactorIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001903','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingCapacityFactorIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14884','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingCapacityFactorIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The area in square feet measured between the principal wall that faces at or near floor level, including alcove spaces, and the outer limits of space designed to serve the activity. Structural space is excluded.','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingSpaceUtilizationArea' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Space Utilization Area','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingSpaceUtilizationArea' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001861','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingSpaceUtilizationArea' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14842','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingSpaceUtilizationArea' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that the space in a school, including circulation, administration offices, support spaces, and common areas, is not part of the calculation for capacity.','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingUnassignedSpaceIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Unassigned Space Indicator','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingUnassignedSpaceIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001863','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingUnassignedSpaceIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14844','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'BuildingUnassignedSpaceIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The space designed primarily for community or shared use.','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'RefBuildingCommunityUseSpaceTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Community Use Space Type','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'RefBuildingCommunityUseSpaceTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001855','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'RefBuildingCommunityUseSpaceTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14836','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'RefBuildingCommunityUseSpaceTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A designation as to whether the space is considered an instructional space under state or local guidelines.','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'RefBuildingInstructionalSpaceFactorTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Instructional Space Factor Type','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'RefBuildingInstructionalSpaceFactorTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001851','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'RefBuildingInstructionalSpaceFactorTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14832','user', 'dbo', 'table', 'BuildingSpaceUtilization', 'column', 'RefBuildingInstructionalSpaceFactorTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.','user', 'dbo', 'table', 'Classroom', 'column', 'ClassroomIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_Element','Classroom Identifier','user', 'dbo', 'table', 'Classroom', 'column', 'ClassroomIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000364','user', 'dbo', 'table', 'Classroom', 'column', 'ClassroomIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13507','user', 'dbo', 'table', 'Classroom', 'column', 'ClassroomIdentifier' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Classroom', 'column', 'ClassroomIdentifier' -GO - -exec sp_addextendedproperty 'MS_Description','Foreign key - Location','user', 'dbo', 'table', 'Classroom', 'column', 'LocationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A description of the certification or recognition associated with this course (ex. Networking, CAD, etc.)','user', 'dbo', 'table', 'Course', 'column', 'CertificationDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Certification Description','user', 'dbo', 'table', 'Course', 'column', 'CertificationDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001302','user', 'dbo', 'table', 'Course', 'column', 'CertificationDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14268','user', 'dbo', 'table', 'Course', 'column', 'CertificationDescription' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Course', 'column', 'CertificationDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The amount of credit available to the student who successfully meets the objectives of the course or learning opportunity based on the units defined by Credit Unit Type.','user', 'dbo', 'table', 'Course', 'column', 'CreditValue' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credit Value','user', 'dbo', 'table', 'Course', 'column', 'CreditValue' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000058','user', 'dbo', 'table', 'Course', 'column', 'CreditValue' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13058','user', 'dbo', 'table', 'Course', 'column', 'CreditValue' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Course', 'column', 'CreditValue' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A description of the course content and/or goals. Reference may be made to state or national content standards.','user', 'dbo', 'table', 'Course', 'column', 'Description' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Description','user', 'dbo', 'table', 'Course', 'column', 'Description' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000517','user', 'dbo', 'table', 'Course', 'column', 'Description' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13508','user', 'dbo', 'table', 'Course', 'column', 'Description' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Course', 'column', 'Description' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total number of instruction minutes in a given session, as determined by time in class, time on task (e.g., engaged in a class), or as estimated by a qualified course designer.','user', 'dbo', 'table', 'Course', 'column', 'InstructionalMinutes' -GO - -exec sp_addextendedproperty 'CEDS_Element','Instructional Minutes','user', 'dbo', 'table', 'Course', 'column', 'InstructionalMinutes' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000499','user', 'dbo', 'table', 'Course', 'column', 'InstructionalMinutes' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13490','user', 'dbo', 'table', 'Course', 'column', 'InstructionalMinutes' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Course', 'column', 'InstructionalMinutes' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Organization.','user', 'dbo', 'table', 'Course', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The education level, grade level or primary instructional level at which a course is intended.','user', 'dbo', 'table', 'Course', 'column', 'RefCourseApplicableEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Applicable Education Level','user', 'dbo', 'table', 'Course', 'column', 'RefCourseApplicableEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001301','user', 'dbo', 'table', 'Course', 'column', 'RefCourseApplicableEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14267','user', 'dbo', 'table', 'Course', 'column', 'RefCourseApplicableEducationLevelId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Course', 'column', 'RefCourseApplicableEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of credit (unit, semester, or quarter) associated with the credit hours earned for the course. ','user', 'dbo', 'table', 'Course', 'column', 'RefCourseCreditUnitId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Credit Units','user', 'dbo', 'table', 'Course', 'column', 'RefCourseCreditUnitId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000057','user', 'dbo', 'table', 'Course', 'column', 'RefCourseCreditUnitId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13057','user', 'dbo', 'table', 'Course', 'column', 'RefCourseCreditUnitId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Course', 'column', 'RefCourseCreditUnitId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the general nature and difficulty of instruction provided throughout a course.','user', 'dbo', 'table', 'Course', 'column', 'RefCourseLevelCharacteristicsId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Level Characteristic','user', 'dbo', 'table', 'Course', 'column', 'RefCourseLevelCharacteristicsId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000061','user', 'dbo', 'table', 'Course', 'column', 'RefCourseLevelCharacteristicsId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13061','user', 'dbo', 'table', 'Course', 'column', 'RefCourseLevelCharacteristicsId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Course', 'column', 'RefCourseLevelCharacteristicsId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The language of instruction, other than English, used in the program or course.','user', 'dbo', 'table', 'Course', 'column', 'RefInstructionLanguage' -GO - -exec sp_addextendedproperty 'CEDS_Element','Instruction Language','user', 'dbo', 'table', 'Course', 'column', 'RefInstructionLanguage' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000448','user', 'dbo', 'table', 'Course', 'column', 'RefInstructionLanguage' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13438','user', 'dbo', 'table', 'Course', 'column', 'RefInstructionLanguage' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Course', 'column', 'RefInstructionLanguage' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The maximum number of times the course may be taken or completed for credit.','user', 'dbo', 'table', 'Course', 'column', 'RepeatabilityMaximumNumber' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Repeatability Maximum Number','user', 'dbo', 'table', 'Course', 'column', 'RepeatabilityMaximumNumber' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001667','user', 'dbo', 'table', 'Course', 'column', 'RepeatabilityMaximumNumber' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14648','user', 'dbo', 'table', 'Course', 'column', 'RepeatabilityMaximumNumber' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Where a specific course lies when it is part of a consecutive sequence of courses. This element should be interpreted as "part ''n'' of ''m'' parts.','user', 'dbo', 'table', 'Course', 'column', 'SCEDSequenceOfCourse' -GO - -exec sp_addextendedproperty 'CEDS_Element','School Courses for the Exchange of Data Sequence of Course','user', 'dbo', 'table', 'Course', 'column', 'SCEDSequenceOfCourse' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000250','user', 'dbo', 'table', 'Course', 'column', 'SCEDSequenceOfCourse' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13250','user', 'dbo', 'table', 'Course', 'column', 'SCEDSequenceOfCourse' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Course', 'column', 'SCEDSequenceOfCourse' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The alphabetic abbreviation of the academic department or discipline offering the course. It is one part of the total course identifier number. ','user', 'dbo', 'table', 'Course', 'column', 'SubjectAbbreviation' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Subject Abbreviation','user', 'dbo', 'table', 'Course', 'column', 'SubjectAbbreviation' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000066','user', 'dbo', 'table', 'Course', 'column', 'SubjectAbbreviation' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13066','user', 'dbo', 'table', 'Course', 'column', 'SubjectAbbreviation' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Course', 'column', 'SubjectAbbreviation' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Measured in Carnegie units, the amount of credit available to a student who successfully meets the objectives of the course. A course meeting every day for one period of the school day over the span of a school year offers one Carnegie unit. A Carnegie unit is thus a measure of "seat time" rather than a measure of attainment of the course objectives.','user', 'dbo', 'table', 'CourseSection', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'CEDS_Element','Available Carnegie Unit Credit','user', 'dbo', 'table', 'CourseSection', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000030','user', 'dbo', 'table', 'CourseSection', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13030','user', 'dbo', 'table', 'CourseSection', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSection', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'MS_Description','Foreign key - Course.','user', 'dbo', 'table', 'CourseSection', 'column', 'CourseId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The maximum number of students the Course Section can maintain.','user', 'dbo', 'table', 'CourseSection', 'column', 'MaximumCapacity' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Section Maximum Capacity','user', 'dbo', 'table', 'CourseSection', 'column', 'MaximumCapacity' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001655','user', 'dbo', 'table', 'CourseSection', 'column', 'MaximumCapacity' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14636','user', 'dbo', 'table', 'CourseSection', 'column', 'MaximumCapacity' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSection', 'column', 'MaximumCapacity' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The session during which the Class/Section is held.','user', 'dbo', 'table', 'CourseSection', 'column', 'OrganizationCalendarSessionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Begin Date, Course End Date','user', 'dbo', 'table', 'CourseSection', 'column', 'OrganizationCalendarSessionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000054, 000059','user', 'dbo', 'table', 'CourseSection', 'column', 'OrganizationCalendarSessionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13054, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13059','user', 'dbo', 'table', 'CourseSection', 'column', 'OrganizationCalendarSessionId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSection', 'column', 'OrganizationCalendarSessionId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Organization','user', 'dbo', 'table', 'CourseSection', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of credits or units of value available for the completion of a course in addition to Carnegie Units.','user', 'dbo', 'table', 'CourseSection', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Additional Credit Type','user', 'dbo', 'table', 'CourseSection', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000596','user', 'dbo', 'table', 'CourseSection', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13589','user', 'dbo', 'table', 'CourseSection', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSection', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Course areas for advanced placement or credit. For a list of codes see http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/index.html .','user', 'dbo', 'table', 'CourseSection', 'column', 'RefAdvancedPlacementCourseCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Advanced Placement Course Code','user', 'dbo', 'table', 'CourseSection', 'column', 'RefAdvancedPlacementCourseCodeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001278','user', 'dbo', 'table', 'CourseSection', 'column', 'RefAdvancedPlacementCourseCodeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14244','user', 'dbo', 'table', 'CourseSection', 'column', 'RefAdvancedPlacementCourseCodeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSection', 'column', 'RefAdvancedPlacementCourseCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The primary setting or medium of delivery for the course.','user', 'dbo', 'table', 'CourseSection', 'column', 'RefCourseSectionDeliveryModeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Section Instructional Delivery Mode','user', 'dbo', 'table', 'CourseSection', 'column', 'RefCourseSectionDeliveryModeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001161','user', 'dbo', 'table', 'CourseSection', 'column', 'RefCourseSectionDeliveryModeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14168','user', 'dbo', 'table', 'CourseSection', 'column', 'RefCourseSectionDeliveryModeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSection', 'column', 'RefCourseSectionDeliveryModeId' -GO - -exec sp_addextendedproperty 'MS_Description','Foreign key - RefCreditTypeEarned','user', 'dbo', 'table', 'CourseSection', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The language of instruction, other than English, used in the program or course.','user', 'dbo', 'table', 'CourseSection', 'column', 'RefInstructionLanguageId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Instruction Language','user', 'dbo', 'table', 'CourseSection', 'column', 'RefInstructionLanguageId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000448','user', 'dbo', 'table', 'CourseSection', 'column', 'RefInstructionLanguageId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13438','user', 'dbo', 'table', 'CourseSection', 'column', 'RefInstructionLanguageId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSection', 'column', 'RefInstructionLanguageId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Section in a co-educational school where only male or only female students are permitted to take the course.','user', 'dbo', 'table', 'CourseSection', 'column', 'RefSingleSexClassStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Section Single Sex Class Status','user', 'dbo', 'table', 'CourseSection', 'column', 'RefSingleSexClassStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000258','user', 'dbo', 'table', 'CourseSection', 'column', 'RefSingleSexClassStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13258','user', 'dbo', 'table', 'CourseSection', 'column', 'RefSingleSexClassStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSection', 'column', 'RefSingleSexClassStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The actual or estimated number of clock minutes required for course completion. This number is especially important for career and technical education course and may represent (in minutes) the clock hour requirement of the course, the number of minutes (or clock hours) of class time per week, times the number of equivalent weeks the class typically meets.','user', 'dbo', 'table', 'CourseSection', 'column', 'TimeRequiredForCompletion' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Section Time Required For Completion','user', 'dbo', 'table', 'CourseSection', 'column', 'TimeRequiredForCompletion' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000101','user', 'dbo', 'table', 'CourseSection', 'column', 'TimeRequiredForCompletion' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13101','user', 'dbo', 'table', 'CourseSection', 'column', 'TimeRequiredForCompletion' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSection', 'column', 'TimeRequiredForCompletion' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates a school, institution, program, or course section focuses primarily on instruction in which students and teachers are separated by time and/or location and interact through the use of computers and/or telecommunications technologies.','user', 'dbo', 'table', 'CourseSection', 'column', 'VirtualIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Virtual Indicator','user', 'dbo', 'table', 'CourseSection', 'column', 'VirtualIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001160','user', 'dbo', 'table', 'CourseSection', 'column', 'VirtualIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14167','user', 'dbo', 'table', 'CourseSection', 'column', 'VirtualIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSection', 'column', 'VirtualIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'CourseSectionAssessmentReporting', 'column', 'CourseSectionAssessmentReportingId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The method that the instructor of the course uses to report the performance and achievement of all students. It may be a qualitative method such as individualized teacher comments or a quantitative method such as a letter or a numerical grade. In some cases, more than one type of reporting method may be used.','user', 'dbo', 'table', 'CourseSectionAssessmentReporting', 'column', 'RefCourseSectionAssessmentReportingMethodId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Section Assessment Reporting Method','user', 'dbo', 'table', 'CourseSectionAssessmentReporting', 'column', 'RefCourseSectionAssessmentReportingMethodId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000027','user', 'dbo', 'table', 'CourseSectionAssessmentReporting', 'column', 'RefCourseSectionAssessmentReportingMethodId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13027','user', 'dbo', 'table', 'CourseSectionAssessmentReporting', 'column', 'RefCourseSectionAssessmentReportingMethodId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSectionAssessmentReporting', 'column', 'RefCourseSectionAssessmentReportingMethodId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The level of work which is reflected in the credits associated with the academic course being described or the level of the typical individual taking the academic course.','user', 'dbo', 'table', 'CourseSectionLevel', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Level Type','user', 'dbo', 'table', 'CourseSectionLevel', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001312','user', 'dbo', 'table', 'CourseSectionLevel', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14278','user', 'dbo', 'table', 'CourseSectionLevel', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'CourseSectionLocation', 'column', 'CourseSectionLocationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of location at which instruction or service takes place.','user', 'dbo', 'table', 'CourseSectionLocation', 'column', 'RefInstructionLocationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Receiving Location of Instruction','user', 'dbo', 'table', 'CourseSectionLocation', 'column', 'RefInstructionLocationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000524','user', 'dbo', 'table', 'CourseSectionLocation', 'column', 'RefInstructionLocationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13515','user', 'dbo', 'table', 'CourseSectionLocation', 'column', 'RefInstructionLocationTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSectionLocation', 'column', 'RefInstructionLocationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the time of day the class begins.','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassBeginningTime' -GO - -exec sp_addextendedproperty 'CEDS_Element','Class Beginning Time','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassBeginningTime' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000519','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassBeginningTime' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13510','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassBeginningTime' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassBeginningTime' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the time of day the class ends.','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassEndingTime' -GO - -exec sp_addextendedproperty 'CEDS_Element','Class Ending Time','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassEndingTime' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000520','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassEndingTime' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13511','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassEndingTime' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassEndingTime' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The day(s) of the week (e.g., Monday, Wednesday) that the class meets or an indication that a class meets "out-of-school" or "self-paced".','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassMeetingDays' -GO - -exec sp_addextendedproperty 'CEDS_Element','Class Meeting Days','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassMeetingDays' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000521','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassMeetingDays' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13512','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassMeetingDays' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassMeetingDays' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassPeriod' -GO - -exec sp_addextendedproperty 'CEDS_Element','Class Period','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassPeriod' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000522','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassPeriod' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13513','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassPeriod' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'ClassPeriod' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'CourseSectionScheduleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The unique identifier for the locally defined rotation cycle date code when the class meets (e.g., in a two day schedule, valid values could be "A" and "B", or "1" and "2").','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'TimeDayIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_Element','Timetable Day Identifier','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'TimeDayIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000523','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'TimeDayIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13514','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'TimeDayIdentifier' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CourseSectionSchedule', 'column', 'TimeDayIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A description of a credential that reduced the time or cost of attaining this credential.','user', 'dbo', 'table', 'CredentialAward', 'column', 'AdvancedStandingDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credential Advanced Standing Description','user', 'dbo', 'table', 'CredentialAward', 'column', 'AdvancedStandingDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001734','user', 'dbo', 'table', 'CredentialAward', 'column', 'AdvancedStandingDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14715','user', 'dbo', 'table', 'CredentialAward', 'column', 'AdvancedStandingDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A URL that resolves to information about a credential that reduced the time or cost of attaining this credential.','user', 'dbo', 'table', 'CredentialAward', 'column', 'AdvancedStandingURL' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credential Advanced Standing URL','user', 'dbo', 'table', 'CredentialAward', 'column', 'AdvancedStandingURL' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001735','user', 'dbo', 'table', 'CredentialAward', 'column', 'AdvancedStandingURL' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14716','user', 'dbo', 'table', 'CredentialAward', 'column', 'AdvancedStandingURL' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Pronouncement of a favorable judgment by the agent being referenced.','user', 'dbo', 'table', 'CredentialAward', 'column', 'ApproverName' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credential Award Approver Name','user', 'dbo', 'table', 'CredentialAward', 'column', 'ApproverName' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001737','user', 'dbo', 'table', 'CredentialAward', 'column', 'ApproverName' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14718','user', 'dbo', 'table', 'CredentialAward', 'column', 'ApproverName' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date on which the person''s requirements for earning a credential were met or completed.','user', 'dbo', 'table', 'CredentialAward', 'column', 'CompletionDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credential Completion Date','user', 'dbo', 'table', 'CredentialAward', 'column', 'CompletionDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001664','user', 'dbo', 'table', 'CredentialAward', 'column', 'CompletionDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14645','user', 'dbo', 'table', 'CredentialAward', 'column', 'CompletionDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A URL to a page that describes the evidence that the learner met the criteria for attainment of the credential award.','user', 'dbo', 'table', 'CredentialAward', 'column', 'EvidenceURL' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credential Award Evidence URL','user', 'dbo', 'table', 'CredentialAward', 'column', 'EvidenceURL' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001669','user', 'dbo', 'table', 'CredentialAward', 'column', 'EvidenceURL' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14650','user', 'dbo', 'table', 'CredentialAward', 'column', 'EvidenceURL' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date on which credential award was revoked.','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credential Revoked Date','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001660','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14641','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates whether the credential has been revoked by the credential provider.','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credential Revoked Indicator','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001751','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14732','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Published reason for revocation of a credential award.','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedReason' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credential Revoked Reason','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedReason' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001661','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedReason' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14642','user', 'dbo', 'table', 'CredentialAward', 'column', 'RevokedReason' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The Uniform Resource Locator (URL) from which the award was issued.','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'AwardIssuerOriginURL' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credential Award Issuer Origin URL','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'AwardIssuerOriginURL' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000900','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'AwardIssuerOriginURL' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13900','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'AwardIssuerOriginURL' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of credentialing organization or entity as defined by the Credential Transparency Description Language.','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'RefCTDLOrganizationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','CTDL Organization Type','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'RefCTDLOrganizationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001755','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'RefCTDLOrganizationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14736','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'RefCTDLOrganizationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The URL to a document that describes credential award assertion an issuer has revoked.','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'RevocationListURL' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credential Issuer Revocation List URL','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'RevocationListURL' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001662','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'RevocationListURL' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14643','user', 'dbo', 'table', 'CredentialIssuer', 'column', 'RevocationListURL' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Measured in Carnegie units, the amount of credit available to a student who successfully meets the objectives of the course. A course meeting every day for one period of the school day over the span of a school year offers one Carnegie unit. A Carnegie unit is thus a measure of "seat time" rather than a measure of attainment of the course objectives.','user', 'dbo', 'table', 'CteCourse', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'CEDS_Element','Available Carnegie Unit Credit','user', 'dbo', 'table', 'CteCourse', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000030','user', 'dbo', 'table', 'CteCourse', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13030','user', 'dbo', 'table', 'CteCourse', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The course meets the state definition of a core academic course.','user', 'dbo', 'table', 'CteCourse', 'column', 'CoreAcademicCourse' -GO - -exec sp_addextendedproperty 'CEDS_Element','Core Academic Course','user', 'dbo', 'table', 'CteCourse', 'column', 'CoreAcademicCourse' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000518','user', 'dbo', 'table', 'CteCourse', 'column', 'CoreAcademicCourse' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13509','user', 'dbo', 'table', 'CteCourse', 'column', 'CoreAcademicCourse' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'CoreAcademicCourse' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication whether a course is aligned with the established standards of a curriculum framework.','user', 'dbo', 'table', 'CteCourse', 'column', 'CourseAlignedWithStandards' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Aligned with Standards','user', 'dbo', 'table', 'CteCourse', 'column', 'CourseAlignedWithStandards' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000013','user', 'dbo', 'table', 'CteCourse', 'column', 'CourseAlignedWithStandards' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13013','user', 'dbo', 'table', 'CteCourse', 'column', 'CourseAlignedWithStandards' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'CourseAlignedWithStandards' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Department with jurisdiction over this course.','user', 'dbo', 'table', 'CteCourse', 'column', 'CourseDepartmentName' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Department Name','user', 'dbo', 'table', 'CteCourse', 'column', 'CourseDepartmentName' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001549','user', 'dbo', 'table', 'CteCourse', 'column', 'CourseDepartmentName' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14525','user', 'dbo', 'table', 'CteCourse', 'column', 'CourseDepartmentName' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'CourseDepartmentName' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that this course credit is required for a high school diploma.','user', 'dbo', 'table', 'CteCourse', 'column', 'HighSchoolCourseRequirement' -GO - -exec sp_addextendedproperty 'CEDS_Element','High School Course Requirement','user', 'dbo', 'table', 'CteCourse', 'column', 'HighSchoolCourseRequirement' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000137','user', 'dbo', 'table', 'CteCourse', 'column', 'HighSchoolCourseRequirement' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13137','user', 'dbo', 'table', 'CteCourse', 'column', 'HighSchoolCourseRequirement' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'HighSchoolCourseRequirement' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of credits or units of value available for the completion of a course in addition to Carnegie Units.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Additional Credit Type','user', 'dbo', 'table', 'CteCourse', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000596','user', 'dbo', 'table', 'CteCourse', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13589','user', 'dbo', 'table', 'CteCourse', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The career cluster that defines the industry or occupational focus which may be associated with a career pathways program, plan of study, or course.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Career Cluster','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001288','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14254','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indicator of whether or not this course being described is included in the computation of the student’s Grade Point Average (GPA).','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Grade Point Average Applicability','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000060','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13060','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of credits or units of value awarded for the completion of a course.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credit Unit Type','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000072','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13072','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the standard curriculum used for this course.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCurriculumFrameworkTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Curriculum Framework Type','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCurriculumFrameworkTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000712','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCurriculumFrameworkTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13688','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCurriculumFrameworkTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefCurriculumFrameworkTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc',' The course''s level of rigor.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefSCEDCourseLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Element','School Courses for the Exchange of Data Course Level','user', 'dbo', 'table', 'CteCourse', 'column', 'RefSCEDCourseLevelId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001516','user', 'dbo', 'table', 'CteCourse', 'column', 'RefSCEDCourseLevelId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14488','user', 'dbo', 'table', 'CteCourse', 'column', 'RefSCEDCourseLevelId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefSCEDCourseLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The intended major subject area of the education course.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_Element','School Courses for the Exchange of Data Course Subject Area','user', 'dbo', 'table', 'CteCourse', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001518','user', 'dbo', 'table', 'CteCourse', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14491','user', 'dbo', 'table', 'CteCourse', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The five-digit SCED code. The first two-digits of the code represent the Course Subject Area and the next three digits identify the course number. These identifiers are fairly general but provide enough specificity to identify the course''s topic and to distinguish it from other courses in that subject area.','user', 'dbo', 'table', 'CteCourse', 'column', 'SCEDCourseCode' -GO - -exec sp_addextendedproperty 'CEDS_Element','School Courses for the Exchange of Data Course Code','user', 'dbo', 'table', 'CteCourse', 'column', 'SCEDCourseCode' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001517','user', 'dbo', 'table', 'CteCourse', 'column', 'SCEDCourseCode' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14490','user', 'dbo', 'table', 'CteCourse', 'column', 'SCEDCourseCode' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteCourse', 'column', 'SCEDCourseCode' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The cumulative number of credits a person attempts to earn by taking courses during his or her enrollment in the current school as well as those credits transferred from schools in which the person had been previously enrolled.','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'CreditsAttemptedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credits Attempted Cumulative','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'CreditsAttemptedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000073','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'CreditsAttemptedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13073','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'CreditsAttemptedCumulative' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'CreditsAttemptedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The cumulative number of credits a person earns by completing courses or examinations during his or her enrollment in the current school as well as those credits transferred from schools in which the person had been previously enrolled.','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'CreditsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credits Earned Cumulative','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'CreditsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000074','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'CreditsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13074','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'CreditsEarnedCumulative' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'CreditsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The month and year on which the diploma/credential is awarded to a student in recognition of his/her completion of the curricular requirements.','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Diploma or Credential Award Date','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000081','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13081','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate Key from OrganizationPersonRole.','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indicator of the category of credential conferred by a state occupational licensing entity or industry organization for competency in a specific area measured by a set of pre-established standards.','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Professional or Technical Credential Conferred','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000783','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13780','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'CteStudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'EarlyChildhoodCredential', 'column', 'PersonCredentialId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The credential related to early childhood education or development held by a person.','user', 'dbo', 'table', 'EarlyChildhoodCredential', 'column', 'RefEarlyChildhoodCredentialId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Childhood Credential','user', 'dbo', 'table', 'EarlyChildhoodCredential', 'column', 'RefEarlyChildhoodCredentialId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000345','user', 'dbo', 'table', 'EarlyChildhoodCredential', 'column', 'RefEarlyChildhoodCredentialId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13344','user', 'dbo', 'table', 'EarlyChildhoodCredential', 'column', 'RefEarlyChildhoodCredentialId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'EarlyChildhoodCredential', 'column', 'RefEarlyChildhoodCredentialId' -GO - -exec sp_addextendedproperty 'MS_Description','CEDS Element has been removed.','user', 'dbo', 'table', 'ELChildDemographic', 'column', 'FosterCareEndDate' -GO - -exec sp_addextendedproperty 'MS_Description','CEDS Element has been removed.','user', 'dbo', 'table', 'ELChildDemographic', 'column', 'FosterCareStartDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Race other than American Indian, Black, Asian, White, Native Pacific Islander','user', 'dbo', 'table', 'ELChildDemographic', 'column', 'OtherRaceIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Other Race Indicator','user', 'dbo', 'table', 'ELChildDemographic', 'column', 'OtherRaceIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001421','user', 'dbo', 'table', 'ELChildDemographic', 'column', 'OtherRaceIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14390','user', 'dbo', 'table', 'ELChildDemographic', 'column', 'OtherRaceIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildDemographic', 'column', 'OtherRaceIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Person.','user', 'dbo', 'table', 'ELChildDemographic', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Person.','user', 'dbo', 'table', 'ELChildDevelopmentalAssessment', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The result of a brief standardized screening tool aiding in the identification of children at risk of a developmental delay/disorder.','user', 'dbo', 'table', 'ELChildDevelopmentalAssessment', 'column', 'RefChildDevelopmentalScreeningStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Child Developmental Screening Status','user', 'dbo', 'table', 'ELChildDevelopmentalAssessment', 'column', 'RefChildDevelopmentalScreeningStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000314','user', 'dbo', 'table', 'ELChildDevelopmentalAssessment', 'column', 'RefChildDevelopmentalScreeningStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13314','user', 'dbo', 'table', 'ELChildDevelopmentalAssessment', 'column', 'RefChildDevelopmentalScreeningStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildDevelopmentalAssessment', 'column', 'RefChildDevelopmentalScreeningStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Child developmental delay/disability determined by procedure used by appropriate qualified personnel.','user', 'dbo', 'table', 'ELChildDevelopmentalAssessment', 'column', 'RefDevelopmentalEvaluationFindingId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Developmental Evaluation Finding','user', 'dbo', 'table', 'ELChildDevelopmentalAssessment', 'column', 'RefDevelopmentalEvaluationFindingId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000315','user', 'dbo', 'table', 'ELChildDevelopmentalAssessment', 'column', 'RefDevelopmentalEvaluationFindingId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13315','user', 'dbo', 'table', 'ELChildDevelopmentalAssessment', 'column', 'RefDevelopmentalEvaluationFindingId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildDevelopmentalAssessment', 'column', 'RefDevelopmentalEvaluationFindingId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Person.','user', 'dbo', 'table', 'ELChildHealth', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The individual well child visit scheduled according to the AAP recommended periodicity schedule.','user', 'dbo', 'table', 'ELChildHealth', 'column', 'RefScheduledWellChildScreeningId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Scheduled Well Child Screening','user', 'dbo', 'table', 'ELChildHealth', 'column', 'RefScheduledWellChildScreeningId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001623','user', 'dbo', 'table', 'ELChildHealth', 'column', 'RefScheduledWellChildScreeningId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14602','user', 'dbo', 'table', 'ELChildHealth', 'column', 'RefScheduledWellChildScreeningId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildHealth', 'column', 'RefScheduledWellChildScreeningId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The year, month and day of a well child visit.','user', 'dbo', 'table', 'ELChildHealth', 'column', 'WellChildScreeningReceivedDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Well Child Screening Received Date','user', 'dbo', 'table', 'ELChildHealth', 'column', 'WellChildScreeningReceivedDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001631','user', 'dbo', 'table', 'ELChildHealth', 'column', 'WellChildScreeningReceivedDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14612','user', 'dbo', 'table', 'ELChildHealth', 'column', 'WellChildScreeningReceivedDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildHealth', 'column', 'WellChildScreeningReceivedDate' -GO - -exec sp_addextendedproperty 'MS_Description','Foreign key - IndividualizedProgram','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'IndividualizedProgramId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Person.','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The status of an individualized services plan for a specified reporting period or on a specified date.','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'RefIDEAIEPStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IDEA IEP Status','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'RefIDEAIEPStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001501','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'RefIDEAIEPStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14473','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'RefIDEAIEPStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'RefIDEAIEPStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The category under which a person under 3 years of age is eligible for early intervention services under IDEA Part C.','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'RefIDEAPartCEligibilityCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IDEA Part C Eligibility Category','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'RefIDEAPartCEligibilityCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001656','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'RefIDEAPartCEligibilityCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14637','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'RefIDEAPartCEligibilityCategoryId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildIndividualizedProgram', 'column', 'RefIDEAPartCEligibilityCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates that the child demonstrates progress in positive social-emotional skills, including social relationships.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressAIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Child Outcomes Summary Progress A Indicator','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressAIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001504','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressAIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14476','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressAIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressAIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates that the child demonstrates progress in acquisition and use of knowledge and skills, including early language/communication.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressBIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Child Outcomes Summary Progress B Indicator','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressBIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001505','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressBIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14477','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressBIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressBIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates that the child demonstrates progress in use of appropriate behaviors to meet their needs.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressCIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Child Outcomes Summary Progress C Indicator','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressCIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001506','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressCIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14478','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressCIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSProgressCIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Child''s level of functioning in positive social-emotional skills (including social relationships).','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingAId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Child Outcomes Summary Rating A','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingAId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001507','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingAId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14479','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingAId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingAId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Child''s level of functioning in the acquisition and use of knowledge and skills (including early language/communication.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingBId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Child Outcomes Summary Rating B','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingBId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001508','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingBId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14480','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingBId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingBId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Child''s level of functioning in the use of appropriate behaviors to meet their needs.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingCId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Child Outcomes Summary Rating C','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingCId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001509','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingCId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14481','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingCId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'COSRatingCId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Person.','user', 'dbo', 'table', 'ELChildOutcomeSummary', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The year, month, and day on which the child is no longer eligible for the Program.','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'ExpirationDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Program Eligibility Expiration Date','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'ExpirationDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001338','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'ExpirationDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14305','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'ExpirationDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'ExpirationDate' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from OrganizationPersonRole','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The status of eligibility for the child.','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'RefELProgramEligibilityStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Program Eligibility Status','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'RefELProgramEligibilityStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001339','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'RefELProgramEligibilityStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14306','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'RefELProgramEligibilityStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'RefELProgramEligibilityStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date of status of eligibility.','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'StatusDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Program Eligibility Status Date','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'StatusDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001340','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'StatusDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14307','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'StatusDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildProgramEligibility', 'column', 'StatusDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Denotes whether the family member can receive Early Childhood Education and Assistance Program (ECEAP) information for the child in question.','user', 'dbo', 'table', 'ELChildService', 'column', 'ECEAPEligibility' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Childhood Education and Assistance Program Eligibility','user', 'dbo', 'table', 'ELChildService', 'column', 'ECEAPEligibility' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001591','user', 'dbo', 'table', 'ELChildService', 'column', 'ECEAPEligibility' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14570','user', 'dbo', 'table', 'ELChildService', 'column', 'ECEAPEligibility' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildService', 'column', 'ECEAPEligibility' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Priority points used to determine eligibility and placement order','user', 'dbo', 'table', 'ELChildService', 'column', 'EligibilityPriorityPoints' -GO - -exec sp_addextendedproperty 'CEDS_Element','Eligibility Priority Points','user', 'dbo', 'table', 'ELChildService', 'column', 'EligibilityPriorityPoints' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001618','user', 'dbo', 'table', 'ELChildService', 'column', 'EligibilityPriorityPoints' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14597','user', 'dbo', 'table', 'ELChildService', 'column', 'EligibilityPriorityPoints' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildService', 'column', 'EligibilityPriorityPoints' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from OrganizationPersonRole','user', 'dbo', 'table', 'ELChildService', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A type of service offered by an organization that adapts the curriculum, materials, or instruction for students identified as needing additional resources.','user', 'dbo', 'table', 'ELChildService', 'column', 'RefEarlyChildhoodServicesOfferedId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Childhood Services Offered','user', 'dbo', 'table', 'ELChildService', 'column', 'RefEarlyChildhoodServicesOfferedId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001553','user', 'dbo', 'table', 'ELChildService', 'column', 'RefEarlyChildhoodServicesOfferedId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14529','user', 'dbo', 'table', 'ELChildService', 'column', 'RefEarlyChildhoodServicesOfferedId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildService', 'column', 'RefEarlyChildhoodServicesOfferedId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The types of service that adapts the curriculum, materials, or instruction for students identified as needing additional resources.','user', 'dbo', 'table', 'ELChildService', 'column', 'RefEarlyChildhoodServicesReceivedId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Childhood Services Received','user', 'dbo', 'table', 'ELChildService', 'column', 'RefEarlyChildhoodServicesReceivedId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000321','user', 'dbo', 'table', 'ELChildService', 'column', 'RefEarlyChildhoodServicesReceivedId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13321','user', 'dbo', 'table', 'ELChildService', 'column', 'RefEarlyChildhoodServicesReceivedId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildService', 'column', 'RefEarlyChildhoodServicesReceivedId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A type of service provided to a child.','user', 'dbo', 'table', 'ELChildService', 'column', 'RefELServiceTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Service Type','user', 'dbo', 'table', 'ELChildService', 'column', 'RefELServiceTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001604','user', 'dbo', 'table', 'ELChildService', 'column', 'RefELServiceTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14583','user', 'dbo', 'table', 'ELChildService', 'column', 'RefELServiceTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildService', 'column', 'RefELServiceTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The year, month, and day on which a service was provided.','user', 'dbo', 'table', 'ELChildService', 'column', 'ServiceDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Service Date','user', 'dbo', 'table', 'ELChildService', 'column', 'ServiceDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001635','user', 'dbo', 'table', 'ELChildService', 'column', 'ServiceDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14616','user', 'dbo', 'table', 'ELChildService', 'column', 'ServiceDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildService', 'column', 'ServiceDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The year, month and day on which an individual application is received by the organization.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ApplicationDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Application Date','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ApplicationDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000323','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ApplicationDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13323','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ApplicationDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ApplicationDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Identifier for the application for enrollment or direct services filled out on behalf of a child','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELApplicationIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Application Identifier','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELApplicationIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001597','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELApplicationIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14576','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELApplicationIdentifier' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELApplicationIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Identifies a specific document required for enrollment.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELApplicationRequiredDocument' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Application Required Document','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELApplicationRequiredDocument' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001599','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELApplicationRequiredDocument' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14578','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELApplicationRequiredDocument' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELApplicationRequiredDocument' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Identifier for an enrollment application document record.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Enrollment Application Document Identifier','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001593','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14572','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentIdentifier' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Document name for an enrollment application document record.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentName' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Enrollment Application Document Name','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentName' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001594','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentName' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14573','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentName' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentName' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Document type for an enrollment application document record.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentType' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Enrollment Application Document Type','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentType' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001595','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentType' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14574','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentType' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationDocumentType' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Date the required document was verified for the enrollment application','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationVerificationDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Enrollment Application Verification Date','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationVerificationDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001592','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationVerificationDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14571','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationVerificationDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationVerificationDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Identifies the reason for verification of enrollment application information','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationVerificationReasonType' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Enrollment Application Verification Reason Type','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationVerificationReasonType' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001600','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationVerificationReasonType' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14579','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationVerificationReasonType' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'ELEnrollmentApplicationVerificationReasonType' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from OrganizationPersonRole','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The applicant preference that the family has for the program sites.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'SitePreferenceRank' -GO - -exec sp_addextendedproperty 'CEDS_Element','Site Preference Rank','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'SitePreferenceRank' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001627','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'SitePreferenceRank' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14608','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'SitePreferenceRank' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildServicesApplication', 'column', 'SitePreferenceRank' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date transition steps and services were added to the individualized service plan.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'DateOfTransitionPlan' -GO - -exec sp_addextendedproperty 'CEDS_Element','Date of Transition Plan','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'DateOfTransitionPlan' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001367','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'DateOfTransitionPlan' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14335','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'DateOfTransitionPlan' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'DateOfTransitionPlan' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date that notification is provided to the State Education Agency (SEA) and local education agency (LEA) of residence for a child potentially eligible for Part B (619) preschool services.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','IDEA Part C to Part B Notification Date','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001500','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14472','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date that parents of a child potentially eligible for Part B preschool services opt out of the impending notification to the local education agency.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationOptOutDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','IDEA Part C to Part B Notification Opt Out Date','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationOptOutDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001364','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationOptOutDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14331','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationOptOutDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationOptOutDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates whether parents of a child potentially eligible for Part B preschool services have opted out of the impending notification to the local education agency.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationOptOutIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','IDEA Part C to Part B Notification Opt Out Indicator','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationOptOutIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001363','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationOptOutIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14330','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationOptOutIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IDEAPartCToPartBNotificationOptOutIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','Foreign key - IndividualizedProgram','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'IndividualizedProgramId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The determination of whether a child is potentially eligible for Part B 619 services','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'PartB619PotentialEligibilityInd' -GO - -exec sp_addextendedproperty 'CEDS_Element','IDEA Part B 619 Potential Eligibility Indicator','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'PartB619PotentialEligibilityInd' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001360','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'PartB619PotentialEligibilityInd' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14327','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'PartB619PotentialEligibilityInd' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'PartB619PotentialEligibilityInd' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Person.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The reasons for the delay of a transition conference.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'RefReasonDelayTransitionConfId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Reason for Delay of Transition Conference','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'RefReasonDelayTransitionConfId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001521','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'RefReasonDelayTransitionConfId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14494','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'RefReasonDelayTransitionConfId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'RefReasonDelayTransitionConfId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date of the transition conference from IDEA Part C to Part B 619 or another early learning program or service.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'TransitionConferenceDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Transition Conference Date','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'TransitionConferenceDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001365','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'TransitionConferenceDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14333','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'TransitionConferenceDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'TransitionConferenceDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date the parents declined approval for the transition conference from IDEA Part C to Part B 619 or another early learning program or service.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'TransitionConferenceDeclineDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Transition Conference Decline Date','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'TransitionConferenceDeclineDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001366','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'TransitionConferenceDeclineDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14334','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'TransitionConferenceDeclineDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELChildTransitionPlan', 'column', 'TransitionConferenceDeclineDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of days per week the site or classroom is open for children to attend.','user', 'dbo', 'table', 'ELClassSection', 'column', 'DaysAvailablePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_Element','Days Available Per Week','user', 'dbo', 'table', 'ELClassSection', 'column', 'DaysAvailablePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000355','user', 'dbo', 'table', 'ELClassSection', 'column', 'DaysAvailablePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13354','user', 'dbo', 'table', 'ELClassSection', 'column', 'DaysAvailablePerWeek' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSection', 'column', 'DaysAvailablePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of operating weeks per year for an early learning program.','user', 'dbo', 'table', 'ELClassSection', 'column', 'ELProgramAnnualOperatingWeeks' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Program Annual Operating Weeks','user', 'dbo', 'table', 'ELClassSection', 'column', 'ELProgramAnnualOperatingWeeks' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000825','user', 'dbo', 'table', 'ELClassSection', 'column', 'ELProgramAnnualOperatingWeeks' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13824','user', 'dbo', 'table', 'ELClassSection', 'column', 'ELProgramAnnualOperatingWeeks' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSection', 'column', 'ELProgramAnnualOperatingWeeks' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of slots/spaces available.','user', 'dbo', 'table', 'ELClassSection', 'column', 'GroupSize' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Group Size','user', 'dbo', 'table', 'ELClassSection', 'column', 'GroupSize' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001329','user', 'dbo', 'table', 'ELClassSection', 'column', 'GroupSize' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14295','user', 'dbo', 'table', 'ELClassSection', 'column', 'GroupSize' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSection', 'column', 'GroupSize' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of hours per day the site or classroom is open for children to attend.','user', 'dbo', 'table', 'ELClassSection', 'column', 'HoursAvailablePerDay' -GO - -exec sp_addextendedproperty 'CEDS_Element','Hours Available Per Day','user', 'dbo', 'table', 'ELClassSection', 'column', 'HoursAvailablePerDay' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000354','user', 'dbo', 'table', 'ELClassSection', 'column', 'HoursAvailablePerDay' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13353','user', 'dbo', 'table', 'ELClassSection', 'column', 'HoursAvailablePerDay' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSection', 'column', 'HoursAvailablePerDay' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates that the organization or class/group has translation services available .','user', 'dbo', 'table', 'ELClassSection', 'column', 'LanguageTranslationPolicy' -GO - -exec sp_addextendedproperty 'CEDS_Element','Language Translation Policy','user', 'dbo', 'table', 'ELClassSection', 'column', 'LanguageTranslationPolicy' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001226','user', 'dbo', 'table', 'ELClassSection', 'column', 'LanguageTranslationPolicy' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14190','user', 'dbo', 'table', 'ELClassSection', 'column', 'LanguageTranslationPolicy' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSection', 'column', 'LanguageTranslationPolicy' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Organization','user', 'dbo', 'table', 'ELClassSection', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The site or setting in which early childhood care, education, and/or services are provided.','user', 'dbo', 'table', 'ELClassSection', 'column', 'RefEnvironmentSettingId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Childhood Setting','user', 'dbo', 'table', 'ELClassSection', 'column', 'RefEnvironmentSettingId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000356','user', 'dbo', 'table', 'ELClassSection', 'column', 'RefEnvironmentSettingId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13355','user', 'dbo', 'table', 'ELClassSection', 'column', 'RefEnvironmentSettingId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSection', 'column', 'RefEnvironmentSettingId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Nature of early childhood program, class or group in which a person is enrolled.','user', 'dbo', 'table', 'ELClassSection', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Service Option Variation','user', 'dbo', 'table', 'ELClassSection', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000353','user', 'dbo', 'table', 'ELClassSection', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13352','user', 'dbo', 'table', 'ELClassSection', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSection', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of curriculum used in an early learning classroom or group.','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'ELClassGroupCurriculumType' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Class Group Curriculum Type','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'ELClassGroupCurriculumType' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000823','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'ELClassGroupCurriculumType' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13822','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'ELClassGroupCurriculumType' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'ELClassGroupCurriculumType' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'ELClassSectionServiceId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The oldest age of children a class/group is authorized or licensed to serve. (Age is specified in months)','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'OldestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Oldest Age Authorized to Serve','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'OldestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001225','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'OldestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14189','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'OldestAgeServed' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'OldestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether a program meets NAEYC or NAFCC standards for infant group sizes.','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'RefELGroupSizeStandardMetId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Group Size Standards Met','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'RefELGroupSizeStandardMetId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000824','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'RefELGroupSizeStandardMetId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13823','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'RefELGroupSizeStandardMetId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'RefELGroupSizeStandardMetId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The frequency at which a service is planned to occur.','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'RefFrequencyOfServiceId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Frequency of Service','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'RefFrequencyOfServiceId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001356','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'RefFrequencyOfServiceId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14323','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'RefFrequencyOfServiceId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'RefFrequencyOfServiceId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether a class or group serves children with special needs.','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'ServesChildrenWithSpecialNeeds' -GO - -exec sp_addextendedproperty 'CEDS_Element','Serves Children with Special Needs','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'ServesChildrenWithSpecialNeeds' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000822','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'ServesChildrenWithSpecialNeeds' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13821','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'ServesChildrenWithSpecialNeeds' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'ServesChildrenWithSpecialNeeds' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The youngest age of children a class/group is authorized or licensed to serve. (Age is specified in months)','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'YoungestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Youngest Age Authorized to Serve','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'YoungestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000633','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'YoungestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13626','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'YoungestAgeServed' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELClassSectionService', 'column', 'YoungestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The year, month and day on which an individual application is received by the organization.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'ApplicationDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Application Date','user', 'dbo', 'table', 'ELEnrollment', 'column', 'ApplicationDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000323','user', 'dbo', 'table', 'ELEnrollment', 'column', 'ApplicationDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13323','user', 'dbo', 'table', 'ELEnrollment', 'column', 'ApplicationDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'ApplicationDate' -GO - -exec sp_addextendedproperty 'MS_Description','Foreign key - ELClassSection.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'ELClassSectionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The year, month and day on which a person is considered officially enrolled in the program.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'EnrollmentDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Enrollment Date','user', 'dbo', 'table', 'ELEnrollment', 'column', 'EnrollmentDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000324','user', 'dbo', 'table', 'ELEnrollment', 'column', 'EnrollmentDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13324','user', 'dbo', 'table', 'ELEnrollment', 'column', 'EnrollmentDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'EnrollmentDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of days a person is present when school is in session during a given reporting period.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'NumberOfDaysInAttendance' -GO - -exec sp_addextendedproperty 'CEDS_Element','Number of Days in Attendance','user', 'dbo', 'table', 'ELEnrollment', 'column', 'NumberOfDaysInAttendance' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000202','user', 'dbo', 'table', 'ELEnrollment', 'column', 'NumberOfDaysInAttendance' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13202','user', 'dbo', 'table', 'ELEnrollment', 'column', 'NumberOfDaysInAttendance' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'NumberOfDaysInAttendance' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from OrganizationPersonRole.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Federal source, even if administered by state or local, that contributes to the EL program.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefELFederalFundingTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Federal Funding Type','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefELFederalFundingTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001328','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefELFederalFundingTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14294','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefELFederalFundingTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefELFederalFundingTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of a student''s participation in free, reduced price, full price breakfast, lunch, snack, supper, and milk programs.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefFoodServiceParticipationId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Participation in School Food Service Programs','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefFoodServiceParticipationId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000325','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefFoodServiceParticipationId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13325','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefFoodServiceParticipationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefFoodServiceParticipationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The program in which children ages 3 through 5 attend and in which these children receive special education and related services.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefIDEAEnvironmentELId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IDEA Educational Environment for Early Childhood','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefIDEAEnvironmentELId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000559','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefIDEAEnvironmentELId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13550','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefIDEAEnvironmentELId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefIDEAEnvironmentELId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Nature of early childhood program, class or group in which a person is enrolled.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Service Option Variation','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000353','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13352','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELEnrollment', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the for-profit status of a facility.','user', 'dbo', 'table', 'ELOrganization', 'column', 'RefProfitStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Facility Profit Status','user', 'dbo', 'table', 'ELOrganization', 'column', 'RefProfitStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000834','user', 'dbo', 'table', 'ELOrganization', 'column', 'RefProfitStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13834','user', 'dbo', 'table', 'ELOrganization', 'column', 'RefProfitStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The units of measure for ages served. Typically Months or Years.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'AgeUnit' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'AgeUnit' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of operating weeks per year for an early learning program.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'AnnualOperatingWeeks' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Program Annual Operating Weeks','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'AnnualOperatingWeeks' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000825','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'AnnualOperatingWeeks' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13824','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'AnnualOperatingWeeks' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'AnnualOperatingWeeks' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of days per week the site or classroom is open for children to attend.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'DaysAvailablePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_Element','Days Available Per Week','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'DaysAvailablePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000355','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'DaysAvailablePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13354','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'DaysAvailablePerWeek' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'DaysAvailablePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of hours per day the site or classroom is open for children to attend.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'HoursAvailablePerDay' -GO - -exec sp_addextendedproperty 'CEDS_Element','Hours Available Per Day','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'HoursAvailablePerDay' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000354','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'HoursAvailablePerDay' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13353','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'HoursAvailablePerDay' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'HoursAvailablePerDay' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total number of classrooms for a program, facility, location, or other educational environment.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'NumberOfClassrooms' -GO - -exec sp_addextendedproperty 'CEDS_Element','Number of Classrooms','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'NumberOfClassrooms' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000844','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'NumberOfClassrooms' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13844','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'NumberOfClassrooms' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'NumberOfClassrooms' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The oldest age of children a class/group is authorized or licensed to serve. (Age is specified in months)','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'OldestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Oldest Age Authorized to Serve','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'OldestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001225','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'OldestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14189','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'OldestAgeServed' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'OldestAgeServed' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Orgainzation.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The site or setting in which early childhood care, education, and/or services are provided.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefEnvironmentSettingId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Childhood Setting','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefEnvironmentSettingId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000356','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefEnvironmentSettingId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13355','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefEnvironmentSettingId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefEnvironmentSettingId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Program provides services to meet the needs of children in special circumstances.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefPopulationServedId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Special Circumstances Population Served','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefPopulationServedId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000852','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefPopulationServedId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13852','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefPopulationServedId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefPopulationServedId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Nature of early childhood program, class or group in which a person is enrolled.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Service Option Variation','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000353','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13352','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'RefServiceOptionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The youngest age of children a class/group is authorized or licensed to serve. (Age is specified in months)','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'YoungestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Youngest Age Authorized to Serve','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'YoungestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000633','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'YoungestAgeServed' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13626','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'YoungestAgeServed' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationAvailability', 'column', 'YoungestAgeServed' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Organization','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The event/action that results in a billable action.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefBillableBasisTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Billable Basis Type','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefBillableBasisTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001582','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefBillableBasisTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14561','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefBillableBasisTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefBillableBasisTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Federal source, even if administered by state or local, that contributes to the EL program.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELFederalFundingTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Federal Funding Type','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELFederalFundingTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001328','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELFederalFundingTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14294','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELFederalFundingTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELFederalFundingTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Funds that originate at the local level, and not from the state or federal level, that contribute to EL program.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELLocalRevenueSourceId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Local Revenue Source','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELLocalRevenueSourceId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001603','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELLocalRevenueSourceId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14582','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELLocalRevenueSourceId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELLocalRevenueSourceId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The other contributing funding sources.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELOtherFederalFundingSourcesId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Other Federal Funding Sources','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELOtherFederalFundingSourcesId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001335','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELOtherFederalFundingSourcesId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14302','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELOtherFederalFundingSourcesId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELOtherFederalFundingSourcesId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc',' Funds that originate at the State, and not from a federal or local source, that contribute to EL program.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELStateRevenueSourceId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning State Revenue Source','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELStateRevenueSourceId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001605','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELStateRevenueSourceId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14584','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELStateRevenueSourceId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefELStateRevenueSourceId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A billable basis which defines payment. This is how state agencies/programs move funding to the local provider/agency.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefReimbursementTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Reimbursement Type','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefReimbursementTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001622','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefReimbursementTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14601','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefReimbursementTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELOrganizationFunds', 'column', 'RefReimbursementTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date that a Memorandum of Understanding between the Early Learning Organization and the Service Partner is determined to expire.','user', 'dbo', 'table', 'ELServicePartner', 'column', 'MemorandumOfUnderstandingEndDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Memorandum of Understanding End Date','user', 'dbo', 'table', 'ELServicePartner', 'column', 'MemorandumOfUnderstandingEndDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001614','user', 'dbo', 'table', 'ELServicePartner', 'column', 'MemorandumOfUnderstandingEndDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14593','user', 'dbo', 'table', 'ELServicePartner', 'column', 'MemorandumOfUnderstandingEndDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELServicePartner', 'column', 'MemorandumOfUnderstandingEndDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The effective date that a Memorandum of Understanding between the Early Learning Organization and the Service Partner Organization is effective.','user', 'dbo', 'table', 'ELServicePartner', 'column', 'MemorandumOfUnderstandingStartDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Memorandum of Understanding Start Date','user', 'dbo', 'table', 'ELServicePartner', 'column', 'MemorandumOfUnderstandingStartDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001615','user', 'dbo', 'table', 'ELServicePartner', 'column', 'MemorandumOfUnderstandingStartDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14594','user', 'dbo', 'table', 'ELServicePartner', 'column', 'MemorandumOfUnderstandingStartDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELServicePartner', 'column', 'MemorandumOfUnderstandingStartDate' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Organization','user', 'dbo', 'table', 'ELServicePartner', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A description of the type of services that the partner organization provides.','user', 'dbo', 'table', 'ELServicePartner', 'column', 'ServicePartnerDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','Service Partner Description','user', 'dbo', 'table', 'ELServicePartner', 'column', 'ServicePartnerDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001624','user', 'dbo', 'table', 'ELServicePartner', 'column', 'ServicePartnerDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14603','user', 'dbo', 'table', 'ELServicePartner', 'column', 'ServicePartnerDescription' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELServicePartner', 'column', 'ServicePartnerDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The name of a non-person entity such as an organization, institution, agency or business, that partners with the Early Learning Organization to provide services to enrolled children/families.','user', 'dbo', 'table', 'ELServicePartner', 'column', 'ServicePartnerName' -GO - -exec sp_addextendedproperty 'CEDS_Element','Service Partner Name','user', 'dbo', 'table', 'ELServicePartner', 'column', 'ServicePartnerName' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001625','user', 'dbo', 'table', 'ELServicePartner', 'column', 'ServicePartnerName' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14606','user', 'dbo', 'table', 'ELServicePartner', 'column', 'ServicePartnerName' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELServicePartner', 'column', 'ServicePartnerName' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from OrganizationPersonRole.','user', 'dbo', 'table', 'ELStaff', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ELStaff', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Type of Child Development Associate credential as defined by options.','user', 'dbo', 'table', 'ELStaff', 'column', 'RefChildDevelopmentAssociateTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Child Development Associate Type','user', 'dbo', 'table', 'ELStaff', 'column', 'RefChildDevelopmentAssociateTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000806','user', 'dbo', 'table', 'ELStaff', 'column', 'RefChildDevelopmentAssociateTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13805','user', 'dbo', 'table', 'ELStaff', 'column', 'RefChildDevelopmentAssociateTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaff', 'column', 'RefChildDevelopmentAssociateTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether a person provides services at more than one site.','user', 'dbo', 'table', 'ELStaffAssignment', 'column', 'ItinerantProvider' -GO - -exec sp_addextendedproperty 'CEDS_Element','Itinerant Provider','user', 'dbo', 'table', 'ELStaffAssignment', 'column', 'ItinerantProvider' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001384','user', 'dbo', 'table', 'ELStaffAssignment', 'column', 'ItinerantProvider' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14353','user', 'dbo', 'table', 'ELStaffAssignment', 'column', 'ItinerantProvider' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffAssignment', 'column', 'ItinerantProvider' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from OrganizationPersonRole','user', 'dbo', 'table', 'ELStaffAssignment', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Staff has a degree in early childhood regardless of level.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'ECDegreeOrCertificateHolder' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Childhood Degree or Certificate Holder','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'ECDegreeOrCertificateHolder' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000789','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'ECDegreeOrCertificateHolder' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13786','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'ECDegreeOrCertificateHolder' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'ECDegreeOrCertificateHolder' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The extent to which a person concentrates upon a particular subject matter area during his or her period of study at an educational institution.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'RefELLevelOfSpecializationId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Level of Specialization in Early Learning','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'RefELLevelOfSpecializationId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000341','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'RefELLevelOfSpecializationId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13340','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'RefELLevelOfSpecializationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'RefELLevelOfSpecializationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The topical area of competence needed for Staff professional development.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'RefELProfessionalDevelopmentTopicAreaId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Professional Development Topic Area','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'RefELProfessionalDevelopmentTopicAreaId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001337','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'RefELProfessionalDevelopmentTopicAreaId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14304','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'RefELProfessionalDevelopmentTopicAreaId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'RefELProfessionalDevelopmentTopicAreaId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of college course credit hours an individual has successfully completed that are related to K-12 education, parks and recreation, and juvenile justice.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'SchoolAgeEducationPSCredits' -GO - -exec sp_addextendedproperty 'CEDS_Element','Number of School-age Education Postsecondary Credit Hours','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'SchoolAgeEducationPSCredits' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000816','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'SchoolAgeEducationPSCredits' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13815','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'SchoolAgeEducationPSCredits' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'SchoolAgeEducationPSCredits' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Total semester credits earned in early childhood regardless of whether credits are earned as part of an early childhood degree program, other degree program or outside of a degree program.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'TotalApprovedECCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_Element','Total Approved Early Childhood Credits Earned','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'TotalApprovedECCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001086','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'TotalApprovedECCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13787','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'TotalApprovedECCreditsEarned' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'TotalApprovedECCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Total number of college credits earned, including all credits within a degree and outside a degree, regardless of whether they all are early childhood credits.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'TotalCollegeCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Staff Total College Credits Earned','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'TotalCollegeCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000792','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'TotalCollegeCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13791','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'TotalCollegeCreditsEarned' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEducation', 'column', 'TotalCollegeCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Hourly wage associated with the employment position being reported.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'HourlyWage' -GO - -exec sp_addextendedproperty 'CEDS_Element','Hourly Wage','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'HourlyWage' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000797','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'HourlyWage' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13796','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'HourlyWage' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'HourlyWage' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of hours worked per week in employment.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'HoursWorkedPerWeek' -GO - -exec sp_addextendedproperty 'CEDS_Element','Hours Worked Per Week','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'HoursWorkedPerWeek' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000796','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'HoursWorkedPerWeek' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13795','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'HoursWorkedPerWeek' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'HoursWorkedPerWeek' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The title/role of employment, official status, or rank of education staff','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELEducationStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Education Staff Classification','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELEducationStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001602','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELEducationStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14581','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELEducationStaffClassificationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELEducationStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The primary reason for the termination of the employment relationship.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELEmploymentSeparationReasonId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Employment Separation Reason','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELEmploymentSeparationReasonId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001632','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELEmploymentSeparationReasonId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14613','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELEmploymentSeparationReasonId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELEmploymentSeparationReasonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The title/role of employment, official status, or rank of early learning service professionals','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELServiceProfessionalStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Early Learning Service Professional Staff Classification','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELServiceProfessionalStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001636','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELServiceProfessionalStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14617','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELServiceProfessionalStaffClassificationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefELServiceProfessionalStaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The condition under which a person has agreed to serve as an employee.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employment Status','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000347','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13346','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefEmploymentStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Method used for the collection of wage data for an employment record.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefWageCollectionMethodId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Wage Collection Code','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefWageCollectionMethodId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000798','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefWageCollectionMethodId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13797','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefWageCollectionMethodId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefWageCollectionMethodId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether the wage information has been verified.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefWageVerificationId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Wage Verification Code','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefWageVerificationId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000819','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefWageVerificationId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13818','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefWageVerificationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'RefWageVerificationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Individual is approved to Work with Children','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'StaffApprovalIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Staff Approval Indicator','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'StaffApprovalIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001581','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'StaffApprovalIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14560','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'StaffApprovalIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'StaffApprovalIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from StaffEmployment.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'StaffEmploymentId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'StaffEmploymentId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether the person is a member of a union.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'UnionMembershipStatus' -GO - -exec sp_addextendedproperty 'CEDS_Element','Union Membership Status','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'UnionMembershipStatus' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000799','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'UnionMembershipStatus' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13798','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'UnionMembershipStatus' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'ELStaffEmployment', 'column', 'UnionMembershipStatus' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of real estate vehicle through which a public charter school has access and control of its building space.','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefBuildingCharterSchoolRealtyAccessTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Charter School Realty Access Type','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefBuildingCharterSchoolRealtyAccessTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001865','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefBuildingCharterSchoolRealtyAccessTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14846','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefBuildingCharterSchoolRealtyAccessTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The standard for cleanliness, and benchmarks for how much space can be assigned to one properly supplied custodian to meet these standards.','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefBuildingCleaningStandardTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Cleaning Standard Type','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefBuildingCleaningStandardTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001866','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefBuildingCleaningStandardTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14847','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefBuildingCleaningStandardTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of management organization for planning, design, and construction of major capital projects.','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityCapitalProgramMgmtTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Facility Capital Program Management Type','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityCapitalProgramMgmtTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001872','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityCapitalProgramMgmtTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14853','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityCapitalProgramMgmtTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of agency that has ultimate responsibility for the compliance determination.','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityComplianceAgencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Facility Compliance Agency Type','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityComplianceAgencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001867','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityComplianceAgencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14848','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityComplianceAgencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of management arrangements whereby a district oversees and manages its facilities operations.','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityOperationsMgmtTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Facility Operations Management Type','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityOperationsMgmtTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001873','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityOperationsMgmtTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14854','user', 'dbo', 'table', 'FacilityManagement', 'column', 'RefFacilityOperationsMgmtTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A description of the management and accountability plan.','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'FacilitiesPlanDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','Facilities Plan Description','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'FacilitiesPlanDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001882','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'FacilitiesPlanDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14863','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'FacilitiesPlanDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of abnormal and urgent circumstances that disrupt the normal operation of the building, threaten the health and safety of the occupants, or require an emergency response.','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'RefFacilitiesMgmtEmergencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Facilities Management Emergency Type','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'RefFacilitiesMgmtEmergencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001871','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'RefFacilitiesMgmtEmergencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14852','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'RefFacilitiesMgmtEmergencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of management and accountability plan.','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'RefFacilitiesPlanTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Facilities Plan Type','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'RefFacilitiesPlanTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001883','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'RefFacilitiesPlanTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14864','user', 'dbo', 'table', 'FacilityManagementPlan', 'column', 'RefFacilitiesPlanTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of hours that all or part of a building is used for purposes other than general education by the community or other organizations.','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingHoursOfPublicUsePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Hours of Public Use per Week','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingHoursOfPublicUsePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001856','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingHoursOfPublicUsePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14837','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingHoursOfPublicUsePerWeek' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The area of space directly used for instruction excluding circulation, administration, student services, and building support.','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingNetAreaOfInstructionalSpace' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Net Area of Instructional Space','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingNetAreaOfInstructionalSpace' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001857','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingNetAreaOfInstructionalSpace' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14838','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingNetAreaOfInstructionalSpace' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of teaching stations, as defined by how many spaces have, or could have, a teacher assigned to them for classroom instruction.','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingNumberOfTeachingStations' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Number of Teaching Stations','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingNumberOfTeachingStations' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001858','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingNumberOfTeachingStations' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14839','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingNumberOfTeachingStations' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A description of the policy that enables the community or other organizations to use all or part of a building for purposes other than general education.','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingPublicUsePolicyDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Public Use Policy Description','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingPublicUsePolicyDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001859','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingPublicUsePolicyDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14840','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'BuildingPublicUsePolicyDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The maximum number of age appropriate students who can be enrolled in a facility such that the district''s programmatic, operational, and student/teacher work load requirements are met.','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'FacilityEnrollmentCapacity' -GO - -exec sp_addextendedproperty 'CEDS_Element','Facility Enrollment Capacity','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'FacilityEnrollmentCapacity' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001904','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'FacilityEnrollmentCapacity' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14885','user', 'dbo', 'table', 'FacilityUtilization', 'column', 'FacilityEnrollmentCapacity' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','How the child''s disability affects the child''s academic achievement.','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'AcademicDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','IEP Present Level Academic Description','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'AcademicDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001705','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'AcademicDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14686','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'AcademicDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','How the child''s disability affects the child''s functional performance.','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'FunctionalDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','IEP Present Level Functional Description','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'FunctionalDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001706','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'FunctionalDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14687','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'FunctionalDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','How the child''s disability affects the child''s involvement and progress in the general education curriculum.','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'GeneralEducationDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','IEP Present Level General Education Description','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'GeneralEducationDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001707','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'GeneralEducationDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14688','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'GeneralEducationDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Parent’s explanation of their interest in or concerns about the student’s participation in special education.','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'ParentConcernDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','IEP Present Level Parent Concern Description','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'ParentConcernDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001710','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'ParentConcernDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14691','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'ParentConcernDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','For preschool children, as appropriate, how the disability affects the child''s participation in appropriate activities.','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'PreschoolDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','IEP Present Level Preschool Description','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'PreschoolDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001708','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'PreschoolDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14689','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'PreschoolDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Student’s explanation of his or her interest in or concerns about participation in special education.','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'StudentConcernDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','IEP Present Level Student Concern Description','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'StudentConcernDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001711','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'StudentConcernDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14692','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'StudentConcernDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Explanation of perceived strengths and abilities of the student.','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'StudentStrengthsDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','IEP Present Level Student Strengths Description','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'StudentStrengthsDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001709','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'StudentStrengthsDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14690','user', 'dbo', 'table', 'IEPPresentLevel', 'column', 'StudentStrengthsDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Person''s identifier.','user', 'dbo', 'table', 'IncidentPerson', 'column', 'Identifier' -GO - -exec sp_addextendedproperty 'CEDS_Element','Incident Perpetrator Identifier, Incident Victim Identifier, Incident Witness Identifier','user', 'dbo', 'table', 'IncidentPerson', 'column', 'Identifier' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001370, 001377, 001379','user', 'dbo', 'table', 'IncidentPerson', 'column', 'Identifier' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14338, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14346, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14348','user', 'dbo', 'table', 'IncidentPerson', 'column', 'Identifier' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'IncidentPerson', 'column', 'Identifier' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The role or type of participation of a person in a discipline incident.','user', 'dbo', 'table', 'IncidentPerson', 'column', 'RefIncidentPersonRoleTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Incident Person Role Type','user', 'dbo', 'table', 'IncidentPerson', 'column', 'RefIncidentPersonRoleTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001373','user', 'dbo', 'table', 'IncidentPerson', 'column', 'RefIncidentPersonRoleTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14341','user', 'dbo', 'table', 'IncidentPerson', 'column', 'RefIncidentPersonRoleTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'IncidentPerson', 'column', 'RefIncidentPersonRoleTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Information on the type of individual who was involved in an incident.','user', 'dbo', 'table', 'IncidentPerson', 'column', 'RefIncidentPersonTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Incident Perpetrator Type, Incident Victim Type, Incident Witness Type','user', 'dbo', 'table', 'IncidentPerson', 'column', 'RefIncidentPersonTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001372, 001378, 001380','user', 'dbo', 'table', 'IncidentPerson', 'column', 'RefIncidentPersonTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14340, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14347, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14349','user', 'dbo', 'table', 'IncidentPerson', 'column', 'RefIncidentPersonTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'IncidentPerson', 'column', 'RefIncidentPersonTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','IPEDS financial position classification used by degree-granting private, not-for-profit institutions and public institutions using FASB Reporting Standards for reporting the assets, liabilities, and net assets in a manner consistent with the Statement of Financial Position in the General Purpose Financial Statements (GPFS).','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBFinancialPositionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance FASB Financial Position Category','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBFinancialPositionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001671','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBFinancialPositionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14652','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBFinancialPositionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A functional expense classification is a method of grouping expenses according to the purpose for which the costs are incurred. The classifications tell why an expense was incurred rather than what was purchased.','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBFunctionalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance FASB Functional Expense Category','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBFunctionalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001659','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBFunctionalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14640','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBFunctionalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Method of reporting Pell Grants in IPEDS by degree-granting private, not-for-profit institutions and public institutions using FASB Reporting Standards.','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBPellGrantTransactionsId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance FASB Pell Grant Transactions','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBPellGrantTransactionsId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001680','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBPellGrantTransactionsId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14661','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBPellGrantTransactionsId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','IPEDS revenue classification used by degree-granting private, not-for-profit institutions and public institutions using FASB Reporting Standards for reporting revenues and investment return by source in a manner consistent with the definitions from the National Association of College and University Business Officers (NACUBO) Financial Accounting and Reporting Manual for Higher Education (FARM).','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance FASB Revenue Category','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001673','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14654','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','IPEDS revenue restriction classification used by degree-granting private, not-for-profit institutions and public institutions using FASB Reporting Standards for reporting revenues by restriction.','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBRevenueRestrictionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance FASB Revenue Restriction Category','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBRevenueRestrictionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001674','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBRevenueRestrictionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14655','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBRevenueRestrictionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','IPEDS revenue category used by degree-granting private, not-for-profit institutions and public institutions using FASB Reporting Standards for the reporting of resources received for supporting student grant aid.','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBScholarshipsandFellowshipsRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance FASB Scholarships and Fellowships Revenue Category','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBScholarshipsandFellowshipsRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001678','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBScholarshipsandFellowshipsRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14659','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSFASBScholarshipsandFellowshipsRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','IPEDS financial position classification used by degree-granting public institutions using GASB Reporting Standards for reporting the assets, liabilities, and net position in a manner consistent with the Statement of Net Position in the General Purpose Financial Statements (GPFS).','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBFinancialPositionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance GASB Financial Position Category','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBFinancialPositionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001670','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBFinancialPositionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14651','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBFinancialPositionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A functional expense classification is a method of grouping expenses according to the purpose for which the costs are incurred. The classifications tell why an expense was incurred rather than what was purchased.','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBFunctionalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance GASB Functional Expense Category','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBFunctionalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001675','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBFunctionalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14656','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBFunctionalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','IPEDS revenue classification used by degree-granting public institutions using GASB Reporting Standards for reporting revenues and other additions by source including all operating revenues, nonoperating revenues, and other additions for the reporting period. This includes unrestricted and restricted revenues and additions, whether expendable or nonexpendable.','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance GASB Revenue Category','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001672','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14653','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','IPEDS revenue category used by degree-granting public institutions using GASB Reporting Standards for the reporting of resources received for supporting student scholarships and fellowships.','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBScholarshipsandFellowshipsRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance GASB Scholarships and Fellowships Revenue Category','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBScholarshipsandFellowshipsRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001677','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBScholarshipsandFellowshipsRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14658','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSGASBScholarshipsandFellowshipsRevenueId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Identifies the functional expense category where the institution allocates its intercollegiate athletics expenses.','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSIntercollegiateAthleticsExpensesId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance Intercollegiate Athletics Expenses','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSIntercollegiateAthleticsExpensesId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001679','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSIntercollegiateAthleticsExpensesId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14660','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSIntercollegiateAthleticsExpensesId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A natural expense classification is a method of grouping expenses according to the type of costs that are incurred. The classifications tell what was purchased rather than why an expense was incurred.','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSNaturalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Finance Natural Expense Category','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSNaturalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001676','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSNaturalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14657','user', 'dbo', 'table', 'IPEDSFinance', 'column', 'RefIPEDSNaturalExpenseId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Measured in Carnegie units, the amount of credit available to a student who successfully meets the objectives of the course. A course meeting every day for one period of the school day over the span of a school year offers one Carnegie unit. A Carnegie unit is thus a measure of "seat time" rather than a measure of attainment of the course objectives.','user', 'dbo', 'table', 'K12Course', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'CEDS_Element','Available Carnegie Unit Credit','user', 'dbo', 'table', 'K12Course', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000030','user', 'dbo', 'table', 'K12Course', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13030','user', 'dbo', 'table', 'K12Course', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'AvailableCarnegieUnitCredit' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The course meets the state definition of a core academic course.','user', 'dbo', 'table', 'K12Course', 'column', 'CoreAcademicCourse' -GO - -exec sp_addextendedproperty 'CEDS_Element','Core Academic Course','user', 'dbo', 'table', 'K12Course', 'column', 'CoreAcademicCourse' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000518','user', 'dbo', 'table', 'K12Course', 'column', 'CoreAcademicCourse' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13509','user', 'dbo', 'table', 'K12Course', 'column', 'CoreAcademicCourse' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'CoreAcademicCourse' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication whether a course is aligned with the established standards of a curriculum framework.','user', 'dbo', 'table', 'K12Course', 'column', 'CourseAlignedWithStandards' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Aligned with Standards','user', 'dbo', 'table', 'K12Course', 'column', 'CourseAlignedWithStandards' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000013','user', 'dbo', 'table', 'K12Course', 'column', 'CourseAlignedWithStandards' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13013','user', 'dbo', 'table', 'K12Course', 'column', 'CourseAlignedWithStandards' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'CourseAlignedWithStandards' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Department with jurisdiction over this course.','user', 'dbo', 'table', 'K12Course', 'column', 'CourseDepartmentName' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Department Name','user', 'dbo', 'table', 'K12Course', 'column', 'CourseDepartmentName' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001549','user', 'dbo', 'table', 'K12Course', 'column', 'CourseDepartmentName' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14525','user', 'dbo', 'table', 'K12Course', 'column', 'CourseDepartmentName' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'CourseDepartmentName' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that the course is associated with the Family and Consumer Sciences plan of study.','user', 'dbo', 'table', 'K12Course', 'column', 'FamilyConsumerSciencesCourseInd' -GO - -exec sp_addextendedproperty 'CEDS_Element','Family and Consumer Sciences Course Indicator','user', 'dbo', 'table', 'K12Course', 'column', 'FamilyConsumerSciencesCourseInd' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001344','user', 'dbo', 'table', 'K12Course', 'column', 'FamilyConsumerSciencesCourseInd' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14311','user', 'dbo', 'table', 'K12Course', 'column', 'FamilyConsumerSciencesCourseInd' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'FamilyConsumerSciencesCourseInd' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A program through which the course is funded.','user', 'dbo', 'table', 'K12Course', 'column', 'FundingProgram' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Funding Program','user', 'dbo', 'table', 'K12Course', 'column', 'FundingProgram' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001306','user', 'dbo', 'table', 'K12Course', 'column', 'FundingProgram' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14272','user', 'dbo', 'table', 'K12Course', 'column', 'FundingProgram' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'FundingProgram' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that this course credit is required for a high school diploma.','user', 'dbo', 'table', 'K12Course', 'column', 'HighSchoolCourseRequirement' -GO - -exec sp_addextendedproperty 'CEDS_Element','High School Course Requirement','user', 'dbo', 'table', 'K12Course', 'column', 'HighSchoolCourseRequirement' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000137','user', 'dbo', 'table', 'K12Course', 'column', 'HighSchoolCourseRequirement' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13137','user', 'dbo', 'table', 'K12Course', 'column', 'HighSchoolCourseRequirement' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'HighSchoolCourseRequirement' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of credits or units of value available for the completion of a course in addition to Carnegie Units.','user', 'dbo', 'table', 'K12Course', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Additional Credit Type','user', 'dbo', 'table', 'K12Course', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000596','user', 'dbo', 'table', 'K12Course', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13589','user', 'dbo', 'table', 'K12Course', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A type of formal education program in which a student learns at least in part through online learning, with some element of student control over time, place, path, and/or pace; at least in part in a supervised brick-and-mortar location away from home; and the modalities along each student’s learning path within a course or subject are connected to provide an integrated learning experience.','user', 'dbo', 'table', 'K12Course', 'column', 'RefBlendedLearningModelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Blended Learning Model Type','user', 'dbo', 'table', 'K12Course', 'column', 'RefBlendedLearningModelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001287','user', 'dbo', 'table', 'K12Course', 'column', 'RefBlendedLearningModelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14253','user', 'dbo', 'table', 'K12Course', 'column', 'RefBlendedLearningModelTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'RefBlendedLearningModelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The career cluster that defines the industry or occupational focus which may be associated with a career pathways program, plan of study, or course.','user', 'dbo', 'table', 'K12Course', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Career Cluster','user', 'dbo', 'table', 'K12Course', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001288','user', 'dbo', 'table', 'K12Course', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14254','user', 'dbo', 'table', 'K12Course', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'RefCareerClusterId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indicator of whether or not this course being described is included in the computation of the student’s Grade Point Average (GPA).','user', 'dbo', 'table', 'K12Course', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Grade Point Average Applicability','user', 'dbo', 'table', 'K12Course', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000060','user', 'dbo', 'table', 'K12Course', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13060','user', 'dbo', 'table', 'K12Course', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The primary type of interaction, synchronous or asynchronous, defined for the course.','user', 'dbo', 'table', 'K12Course', 'column', 'RefCourseInteractionModeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Interaction Mode','user', 'dbo', 'table', 'K12Course', 'column', 'RefCourseInteractionModeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001311','user', 'dbo', 'table', 'K12Course', 'column', 'RefCourseInteractionModeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14277','user', 'dbo', 'table', 'K12Course', 'column', 'RefCourseInteractionModeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'RefCourseInteractionModeId' -GO - -exec sp_addextendedproperty 'MS_Description','Foreign key - RefCreditTypeEarned','user', 'dbo', 'table', 'K12Course', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the standard curriculum used for this course.','user', 'dbo', 'table', 'K12Course', 'column', 'RefCurriculumFrameworkTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Curriculum Framework Type','user', 'dbo', 'table', 'K12Course', 'column', 'RefCurriculumFrameworkTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000712','user', 'dbo', 'table', 'K12Course', 'column', 'RefCurriculumFrameworkTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13688','user', 'dbo', 'table', 'K12Course', 'column', 'RefCurriculumFrameworkTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'RefCurriculumFrameworkTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that this course has an end of course examination required by the SEA or LEA.','user', 'dbo', 'table', 'K12Course', 'column', 'RefK12EndOfCourseRequirementId' -GO - -exec sp_addextendedproperty 'CEDS_Element','K12 End of Course Requirement','user', 'dbo', 'table', 'K12Course', 'column', 'RefK12EndOfCourseRequirementId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001386','user', 'dbo', 'table', 'K12Course', 'column', 'RefK12EndOfCourseRequirementId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14355','user', 'dbo', 'table', 'K12Course', 'column', 'RefK12EndOfCourseRequirementId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'RefK12EndOfCourseRequirementId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc',' The course''s level of rigor.','user', 'dbo', 'table', 'K12Course', 'column', 'RefSCEDCourseLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Element','School Courses for the Exchange of Data Course Level','user', 'dbo', 'table', 'K12Course', 'column', 'RefSCEDCourseLevelId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001516','user', 'dbo', 'table', 'K12Course', 'column', 'RefSCEDCourseLevelId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14488','user', 'dbo', 'table', 'K12Course', 'column', 'RefSCEDCourseLevelId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'RefSCEDCourseLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The intended major subject area of the education course.','user', 'dbo', 'table', 'K12Course', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_Element','School Courses for the Exchange of Data Course Subject Area','user', 'dbo', 'table', 'K12Course', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001518','user', 'dbo', 'table', 'K12Course', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14491','user', 'dbo', 'table', 'K12Course', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of work-based learning opportunity a student participated in.','user', 'dbo', 'table', 'K12Course', 'column', 'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Work-based Learning Opportunity Type','user', 'dbo', 'table', 'K12Course', 'column', 'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001499','user', 'dbo', 'table', 'K12Course', 'column', 'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14471','user', 'dbo', 'table', 'K12Course', 'column', 'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The five-digit SCED code. The first two-digits of the code represent the Course Subject Area and the next three digits identify the course number. These identifiers are fairly general but provide enough specificity to identify the course''s topic and to distinguish it from other courses in that subject area.','user', 'dbo', 'table', 'K12Course', 'column', 'SCEDCourseCode' -GO - -exec sp_addextendedproperty 'CEDS_Element','School Courses for the Exchange of Data Course Code','user', 'dbo', 'table', 'K12Course', 'column', 'SCEDCourseCode' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001517','user', 'dbo', 'table', 'K12Course', 'column', 'SCEDCourseCode' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14490','user', 'dbo', 'table', 'K12Course', 'column', 'SCEDCourseCode' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'SCEDCourseCode' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The grade span for which the course is appropriate.','user', 'dbo', 'table', 'K12Course', 'column', 'SCEDGradeSpan' -GO - -exec sp_addextendedproperty 'CEDS_Element','School Courses for the Exchange of Data Grade Span','user', 'dbo', 'table', 'K12Course', 'column', 'SCEDGradeSpan' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001480','user', 'dbo', 'table', 'K12Course', 'column', 'SCEDGradeSpan' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14452','user', 'dbo', 'table', 'K12Course', 'column', 'SCEDGradeSpan' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Course', 'column', 'SCEDGradeSpan' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that a public school provides free public elementary and/or secondary education to eligible students under a specific charter executed, pursuant to a state charter school law, by an authorized chartering agency/authority and that is designated by such authority to be a public charter school.','user', 'dbo', 'table', 'K12Lea', 'column', 'CharterSchoolIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Charter School Indicator','user', 'dbo', 'table', 'K12Lea', 'column', 'CharterSchoolIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000039','user', 'dbo', 'table', 'K12Lea', 'column', 'CharterSchoolIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13039','user', 'dbo', 'table', 'K12Lea', 'column', 'CharterSchoolIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from Organization.','user', 'dbo', 'table', 'K12Lea', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12Lea', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the improvement stage for AYP of the local education agency (LEA).','user', 'dbo', 'table', 'K12Lea', 'column', 'RefLEAImprovementStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Local Education Agency Improvement Status','user', 'dbo', 'table', 'K12Lea', 'column', 'RefLEAImprovementStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000173','user', 'dbo', 'table', 'K12Lea', 'column', 'RefLEAImprovementStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13173','user', 'dbo', 'table', 'K12Lea', 'column', 'RefLEAImprovementStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Lea', 'column', 'RefLEAImprovementStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc',' -The classification of education agencies within the geographic boundaries of a state according to the level of administrative and operational control.','user', 'dbo', 'table', 'K12Lea', 'column', 'RefLeaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Local Education Agency Type','user', 'dbo', 'table', 'K12Lea', 'column', 'RefLeaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000537','user', 'dbo', 'table', 'K12Lea', 'column', 'RefLeaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13528','user', 'dbo', 'table', 'K12Lea', 'column', 'RefLeaTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Lea', 'column', 'RefLeaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether the LEA was able to implement the provisions for public school choice under Title I, Part A, Section 1116 of ESEA as amended.','user', 'dbo', 'table', 'K12Lea', 'column', 'RefPublicSchoolChoiceStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Public School Choice Implementation Status','user', 'dbo', 'table', 'K12Lea', 'column', 'RefPublicSchoolChoiceStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000227','user', 'dbo', 'table', 'K12Lea', 'column', 'RefPublicSchoolChoiceStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13227','user', 'dbo', 'table', 'K12Lea', 'column', 'RefPublicSchoolChoiceStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Lea', 'column', 'RefPublicSchoolChoiceStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The three-digit unique identifier assigned to the supervisory union by the state. ','user', 'dbo', 'table', 'K12Lea', 'column', 'SupervisoryUnionIdentificationNumber' -GO - -exec sp_addextendedproperty 'CEDS_Element','Local Education Agency Supervisory Union Identification Number','user', 'dbo', 'table', 'K12Lea', 'column', 'SupervisoryUnionIdentificationNumber' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000175','user', 'dbo', 'table', 'K12Lea', 'column', 'SupervisoryUnionIdentificationNumber' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13175','user', 'dbo', 'table', 'K12Lea', 'column', 'SupervisoryUnionIdentificationNumber' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Lea', 'column', 'SupervisoryUnionIdentificationNumber' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total Title V, Part A funds expended by LEAs.','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeDollarsSpent' -GO - -exec sp_addextendedproperty 'CEDS_Element','Innovative Dollars Spent','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeDollarsSpent' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000461','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeDollarsSpent' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13451','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeDollarsSpent' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total amount of Title V, Part A funds expended by LEAs for the four strategic priorities.','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeDollarsSpentOnStrategicPriorities' -GO - -exec sp_addextendedproperty 'CEDS_Element','Innovative Dollars Spent on Strategic Priorities','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeDollarsSpentOnStrategicPriorities' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000462','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeDollarsSpentOnStrategicPriorities' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13452','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeDollarsSpentOnStrategicPriorities' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total Title V, Part A funds received by LEAs.','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeProgramsFundsReceived' -GO - -exec sp_addextendedproperty 'CEDS_Element','Innovative Programs Funds Received','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeProgramsFundsReceived' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000464','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeProgramsFundsReceived' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13454','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'InnovativeProgramsFundsReceived' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The dollar amount spent on transportation for public school choice during the school year under Title I of ESEA as amended, Part A, Section 1116.','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'PublicSchoolChoiceFundsSpent' -GO - -exec sp_addextendedproperty 'CEDS_Element','Public School Choice Funds Spent','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'PublicSchoolChoiceFundsSpent' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000568','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'PublicSchoolChoiceFundsSpent' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13560','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'PublicSchoolChoiceFundsSpent' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of use of the Rural Low-Income Schools Program (RLIS) (Title VI, Part B, Subpart 2) Grant Funds.','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'RefRlisProgramUseId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Type of Use of the Rural Low-Income Schools Program','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'RefRlisProgramUseId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000486','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'RefRlisProgramUseId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13477','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'RefRlisProgramUseId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The dollar amount spent on supplemental educational services during the school year under Title I, Part A, Section 1116 of ESEA as amended.','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'SesFundsSpent' -GO - -exec sp_addextendedproperty 'CEDS_Element','Supplemental Educational Services Funds Spent','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'SesFundsSpent' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000567','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'SesFundsSpent' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13559','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'SesFundsSpent' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The dollar amount of the 20 percent reservation for supplemental educational services and choice-related transportation.','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'SesSchoolChoice20PercentObligation' -GO - -exec sp_addextendedproperty 'CEDS_Element','Supplemental Education Services Public School Choice Twenty Percent Obligation','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'SesSchoolChoice20PercentObligation' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000574','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'SesSchoolChoice20PercentObligation' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13566','user', 'dbo', 'table', 'K12LeaFederalFunds', 'column', 'SesSchoolChoice20PercentObligation' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication whether the LEA is covered by a desegregation plan either ordered by a court or entered into with the Office for Civil Rights under Title VI of the Civil Rights Act of 1964.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'DesegregationOrderOrPlan' -GO - -exec sp_addextendedproperty 'CEDS_Element','Desegregation Order or Plan','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'DesegregationOrderOrPlan' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000080','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'DesegregationOrderOrPlan' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13080','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'DesegregationOrderOrPlan' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'DesegregationOrderOrPlan' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether the education unit has adopted written policy prohibiting harassment and bullying on the basis of a civil rights law.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'HarassmentOrBullyingPolicy' -GO - -exec sp_addextendedproperty 'CEDS_Element','Harassment or Bullying Policy Status','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'HarassmentOrBullyingPolicy' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000135','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'HarassmentOrBullyingPolicy' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13135','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'HarassmentOrBullyingPolicy' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'HarassmentOrBullyingPolicy' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of female students who participated on an interscholastic team. A student should be counted once for each team she was on.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportParticipantsFemale' -GO - -exec sp_addextendedproperty 'CEDS_Element','Interscholastic Sport Participants - Female Only','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportParticipantsFemale' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000658','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportParticipantsFemale' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13665','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportParticipantsFemale' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportParticipantsFemale' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of male students who participated on an interscholastic team. A student should be counted once for each team he was on.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportParticipantsMale' -GO - -exec sp_addextendedproperty 'CEDS_Element','Interscholastic Sport Participants - Male Only','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportParticipantsMale' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000657','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportParticipantsMale' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13664','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportParticipantsMale' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportParticipantsMale' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of interscholastic sports in which only female students participate. Sports include distinct sports such as football, basketball, soccer but not intramural sports or cheerleading.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportsFemaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_Element','Interscholastic Sports - Female Only','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportsFemaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000654','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportsFemaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13661','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportsFemaleOnly' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportsFemaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of interscholastic sports in which only male students participate. Sports include distinct sports such as football, basketball, soccer but not intramural sports or cheerleading.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportsMaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_Element','Interscholastic Sports - Male Only','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportsMaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000653','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportsMaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13660','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportsMaleOnly' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticSportsMaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of interscholastic teams in which only female students participate. Teams include each competitive level team in each sport, such as freshman team, junior varsity team, and varsity team but not intramural sports or cheerleading.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticTeamsFemaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_Element','Interscholastic Teams - Female Only','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticTeamsFemaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000656','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticTeamsFemaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13663','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticTeamsFemaleOnly' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticTeamsFemaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of interscholastic teams in which only male students participate. Teams include each competitive level team in each sport, such as freshman team, junior varsity team, and varsity team but not intramural sports or cheerleading.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticTeamsMaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_Element','Interscholastic Teams - Male Only','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticTeamsMaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000655','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticTeamsMaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13662','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticTeamsMaleOnly' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'InterscholasticTeamsMaleOnly' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Barriers to the enrollment and success of homeless children and youths.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'RefBarrierToEducatingHomelessId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Barrier to Educating Homeless','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'RefBarrierToEducatingHomelessId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000449','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'RefBarrierToEducatingHomelessId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13439','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'RefBarrierToEducatingHomelessId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'RefBarrierToEducatingHomelessId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the extent to which the district has effectively and fully integrated technology, as defined by the state.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'RefIntegratedTechnologyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Integrated Technology Status','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'RefIntegratedTechnologyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000170','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'RefIntegratedTechnologyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13170','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'RefIntegratedTechnologyStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'RefIntegratedTechnologyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The percentage of funds used to administer assessments required by section 1111(b) or to carry out other activities described in section 6111 and other activities related to ensuring that the State’s schools and local educational agencies are held accountable for results.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'StateAssessmentAdminFunding' -GO - -exec sp_addextendedproperty 'CEDS_Element','State Assessment Administration Funding','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'StateAssessmentAdminFunding' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000454','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'StateAssessmentAdminFunding' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13444','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'StateAssessmentAdminFunding' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'StateAssessmentAdminFunding' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The percentage of funds used to pay the costs of the development of the State assessments and standards required by section 1111(b).','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'StateAssessStandardsFunding' -GO - -exec sp_addextendedproperty 'CEDS_Element','State Assessment Standards Funding','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'StateAssessStandardsFunding' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000453','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'StateAssessStandardsFunding' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13443','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'StateAssessStandardsFunding' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'StateAssessStandardsFunding' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether a Title III program or activity was terminated due to failure to meet goals.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'TerminatedTitleIIIProgramFailure' -GO - -exec sp_addextendedproperty 'CEDS_Element','Terminated Title III Programs Due to Failure','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'TerminatedTitleIIIProgramFailure' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000482','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'TerminatedTitleIIIProgramFailure' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13473','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'TerminatedTitleIIIProgramFailure' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaFederalReporting', 'column', 'TerminatedTitleIIIProgramFailure' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'K12LeaPreKEligibility', 'column', 'K12LEAPreKEligibilityId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The groups of students for whom pre-kindergarten programs are available.','user', 'dbo', 'table', 'K12LeaPreKEligibility', 'column', 'RefPrekindergartenEligibilityId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Prekindergarten Eligibility','user', 'dbo', 'table', 'K12LeaPreKEligibility', 'column', 'RefPrekindergartenEligibilityId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000216','user', 'dbo', 'table', 'K12LeaPreKEligibility', 'column', 'RefPrekindergartenEligibilityId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13216','user', 'dbo', 'table', 'K12LeaPreKEligibility', 'column', 'RefPrekindergartenEligibilityId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaPreKEligibility', 'column', 'RefPrekindergartenEligibilityId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'K12LeaPreKEligibleAgesIDEA', 'column', 'K12LEAPreKEligibleAgesIDEAId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The ages of children not served under IDEA to whom the LEA''s pre-kindergarten services are available. ','user', 'dbo', 'table', 'K12LeaPreKEligibleAgesIDEA', 'column', 'RefPreKEligibleAgesNonIDEAId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Prekindergarten Eligible Ages for Non-IDEA Students','user', 'dbo', 'table', 'K12LeaPreKEligibleAgesIDEA', 'column', 'RefPreKEligibleAgesNonIDEAId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000217','user', 'dbo', 'table', 'K12LeaPreKEligibleAgesIDEA', 'column', 'RefPreKEligibleAgesNonIDEAId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13217','user', 'dbo', 'table', 'K12LeaPreKEligibleAgesIDEA', 'column', 'RefPreKEligibleAgesNonIDEAId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaPreKEligibleAgesIDEA', 'column', 'RefPreKEligibleAgesNonIDEAId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The baseline of the performance indicator of student behavior under the Safe and Drug-Free Schools and Communities Act.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Baseline' -GO - -exec sp_addextendedproperty 'CEDS_Element','Safe and Drug Free Baseline','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Baseline' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000477','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Baseline' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13468','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Baseline' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Baseline' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The academic year the baseline was established.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'BaselineYear' -GO - -exec sp_addextendedproperty 'CEDS_Element','Safe and Drug Free Baseline Year','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'BaselineYear' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000478','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'BaselineYear' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13469','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'BaselineYear' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'BaselineYear' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc',' The frequency of data collection for performance indicator under the Safe and Drug-Free Schools and Communities Act.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'CollectionFrequency' -GO - -exec sp_addextendedproperty 'CEDS_Element','Safe and Drug Free Collection Frequency','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'CollectionFrequency' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000473','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'CollectionFrequency' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13463','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'CollectionFrequency' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'CollectionFrequency' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The name of the performance indicator for student behaviors under the Safe and Drug-Free Schools and Communities Act.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'IndicatorName' -GO - -exec sp_addextendedproperty 'CEDS_Element','Safe and Drug Free Indicator Name','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'IndicatorName' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000471','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'IndicatorName' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13461','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'IndicatorName' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'IndicatorName' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The instrument or data source for reported performance indicator of student behavior under the Safe and Drug-Free Schools and Communities Act.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Instrument' -GO - -exec sp_addextendedproperty 'CEDS_Element','Safe and Drug Free Instrument','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Instrument' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000472','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Instrument' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13462','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Instrument' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Instrument' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The academic year of the most recent collection of the performance indicator under the Sage and Drug-Free Schools and Communities Act.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'MostRecentCollection' -GO - -exec sp_addextendedproperty 'CEDS_Element','Safe and Drug Free Year Most Recent Collection','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'MostRecentCollection' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000474','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'MostRecentCollection' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13464','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'MostRecentCollection' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'MostRecentCollection' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Actual performance for the given indicator of student behavior under the Safe and Drug-Free Schools and Communities Act','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Performance' -GO - -exec sp_addextendedproperty 'CEDS_Element','Safe and Drug Free Performance','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Performance' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000476','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Performance' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13466','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Performance' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Performance' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The targeted performance for the given indicator of student behavior under the Safe and Drug-Free Schools and Communities Act.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Target' -GO - -exec sp_addextendedproperty 'CEDS_Element','Safe and Drug Free Target','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Target' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000475','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Target' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13465','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Target' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaSafeDrugFree', 'column', 'Target' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'K12LeaTitleIIIProfessionalDevelopment', 'column', 'K12LEATitleIIIProfessionalDevelopmentId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of Title III professional development utilized.','user', 'dbo', 'table', 'K12LeaTitleIIIProfessionalDevelopment', 'column', 'RefTitleIIIProfessionalDevelopmentTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Title III Professional Development Type','user', 'dbo', 'table', 'K12LeaTitleIIIProfessionalDevelopment', 'column', 'RefTitleIIIProfessionalDevelopmentTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000487','user', 'dbo', 'table', 'K12LeaTitleIIIProfessionalDevelopment', 'column', 'RefTitleIIIProfessionalDevelopmentTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13478','user', 'dbo', 'table', 'K12LeaTitleIIIProfessionalDevelopment', 'column', 'RefTitleIIIProfessionalDevelopmentTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaTitleIIIProfessionalDevelopment', 'column', 'RefTitleIIIProfessionalDevelopmentTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'K12LeaTitleISupportService', 'column', 'K12LeaTitleISupportServiceId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of support services provided to students in Title I programs.','user', 'dbo', 'table', 'K12LeaTitleISupportService', 'column', 'RefK12LeaTitleISupportServiceId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Title I Support Services','user', 'dbo', 'table', 'K12LeaTitleISupportService', 'column', 'RefK12LeaTitleISupportServiceId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000289','user', 'dbo', 'table', 'K12LeaTitleISupportService', 'column', 'RefK12LeaTitleISupportServiceId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13289','user', 'dbo', 'table', 'K12LeaTitleISupportService', 'column', 'RefK12LeaTitleISupportServiceId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12LeaTitleISupportService', 'column', 'RefK12LeaTitleISupportServiceId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from K12LEA.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An institution/facility/program that serves more than one programming purpose. For example, the same facility may run both a juvenile correction program and a juvenile detention program.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'ProgramInMultiplePurposeFacility' -GO - -exec sp_addextendedproperty 'CEDS_Element','Program in Multiple Purpose Facility','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'ProgramInMultiplePurposeFacility' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000485','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'ProgramInMultiplePurposeFacility' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13476','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'ProgramInMultiplePurposeFacility' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'ProgramInMultiplePurposeFacility' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The portion of a day that a kindergarten program is provided to the students it serves.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefKindergartenDailyLengthId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Kindergarten Daily Length','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefKindergartenDailyLengthId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000491','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefKindergartenDailyLengthId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13482','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefKindergartenDailyLengthId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefKindergartenDailyLengthId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Type of project funded in whole or in part by MEP funds.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefMepProjectTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Migrant Education Program Project Type','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefMepProjectTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000463','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefMepProjectTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13453','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefMepProjectTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefMepProjectTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The time of year that a Migrant Education Program operates.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefMepSessionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Migrant Education Program Session Type','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefMepSessionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000187','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefMepSessionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13187','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefMepSessionTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefMepSessionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The portion of a day that a pre-kindergarten program is provided to the students it serves.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefPrekindergartenDailyLengthId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Prekindergarten Daily Length','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefPrekindergartenDailyLengthId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000490','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefPrekindergartenDailyLengthId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13481','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefPrekindergartenDailyLengthId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefPrekindergartenDailyLengthId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','State/local code used to determine a student''s eligibility for Gifted/Talented program.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefProgramGiftedEligibilityId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Program Gifted Eligibility Criteria','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefProgramGiftedEligibilityId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001244','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefProgramGiftedEligibilityId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14210','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefProgramGiftedEligibilityId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefProgramGiftedEligibilityId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of instructional services provided to students in ESEA Title I programs.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefTitleIInstructionalServicesId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Title I Instructional Services','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefTitleIInstructionalServicesId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000282','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefTitleIInstructionalServicesId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13282','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefTitleIInstructionalServicesId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefTitleIInstructionalServicesId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of Title I program offered in the school or district.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefTitleIProgramTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Title I Program Type','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefTitleIProgramTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000284','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefTitleIProgramTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13284','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefTitleIProgramTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12ProgramOrService', 'column', 'RefTitleIProgramTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from Organization.','user', 'dbo', 'table', 'K12Sea', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12Sea', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The American National Standards Institute (ANSI) two-digit code for the state.','user', 'dbo', 'table', 'K12Sea', 'column', 'RefStateANSICode' -GO - -exec sp_addextendedproperty 'CEDS_Element','State ANSI Code','user', 'dbo', 'table', 'K12Sea', 'column', 'RefStateANSICode' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000424','user', 'dbo', 'table', 'K12Sea', 'column', 'RefStateANSICode' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13414','user', 'dbo', 'table', 'K12Sea', 'column', 'RefStateANSICode' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12Sea', 'column', 'RefStateANSICode' -GO - -exec sp_addextendedproperty 'MS_Description','CEDS Element has been removed.','user', 'dbo', 'table', 'K12SeaAlternateFundUse', 'column', 'RefAlternateFundUsesId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Annual date the State receives the Title III allocation from U.S. Department of Education (ED).','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'DateStateReceivedTitleIIIAllocation' -GO - -exec sp_addextendedproperty 'CEDS_Element','Date State Received Title III Allocation','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'DateStateReceivedTitleIIIAllocation' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000455','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'DateStateReceivedTitleIIIAllocation' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13445','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'DateStateReceivedTitleIIIAllocation' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'DateStateReceivedTitleIIIAllocation' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Annual date that Title III funds are available to approved subgrantees.','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'DateTitleIIIFundsAvailableToSubgrantees' -GO - -exec sp_addextendedproperty 'CEDS_Element','Date Title III Funds Available to Subgrantees','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'DateTitleIIIFundsAvailableToSubgrantees' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000456','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'DateTitleIIIFundsAvailableToSubgrantees' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13446','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'DateTitleIIIFundsAvailableToSubgrantees' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'DateTitleIIIFundsAvailableToSubgrantees' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Average number of days for States receiving Title III funds to make subgrants to subgrantees beginning from July 1 of each year, except under conditions where funds are being withheld.','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'NumberOfDaysForTitleIIISubgrants' -GO - -exec sp_addextendedproperty 'CEDS_Element','Number of Days for Title III Subgrants','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'NumberOfDaysForTitleIIISubgrants' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000457','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'NumberOfDaysForTitleIIISubgrants' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13447','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'NumberOfDaysForTitleIIISubgrants' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'NumberOfDaysForTitleIIISubgrants' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Did the State transfer funds under the State Transferability authority of Section 6123(a)','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'StateTransferabilityOfFunds' -GO - -exec sp_addextendedproperty 'CEDS_Element','State Transferability of Funds','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'StateTransferabilityOfFunds' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000445','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'StateTransferabilityOfFunds' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13435','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'StateTransferabilityOfFunds' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12SeaFederalFunds', 'column', 'StateTransferabilityOfFunds' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of days per year that a person is expected to work as outlined specifically in his or her employment agreement.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'ContractDaysOfServicePerYear' -GO - -exec sp_addextendedproperty 'CEDS_Element','Contract Days of Service per Year','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'ContractDaysOfServicePerYear' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000047','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'ContractDaysOfServicePerYear' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13047','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'ContractDaysOfServicePerYear' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'ContractDaysOfServicePerYear' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that a staff member''s salary is paid by the Title I, Part C Migrant Education Program (MEP) of ESEA as amended.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'MepPersonnelIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Migrant Education Program Personnel Indicator','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'MepPersonnelIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000543','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'MepPersonnelIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13534','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'MepPersonnelIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'MepPersonnelIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The condition under which a person has agreed to serve as an employee.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'RefEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employment Status','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'RefEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000347','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'RefEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13346','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'RefEmploymentStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'RefEmploymentStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The titles of employment, official status, or rank of education staff.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'RefK12StaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_Element','K12 Staff Classification','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'RefK12StaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000087','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'RefK12StaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13087','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'RefK12StaffClassificationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'RefK12StaffClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicator to determine whether the teacher''s base salary includes pay for teaching assignments alone.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'SalaryForTeachingAssignmentOnlyIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Salary For Teaching Assignment Only Indicator','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'SalaryForTeachingAssignmentOnlyIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000234','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'SalaryForTeachingAssignmentOnlyIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13234','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'SalaryForTeachingAssignmentOnlyIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'SalaryForTeachingAssignmentOnlyIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The salary or wage a person is paid before deductions (excluding differentials) but including annuities.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationBaseSalary' -GO - -exec sp_addextendedproperty 'CEDS_Element','Staff Compensation Base Salary','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationBaseSalary' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000032','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationBaseSalary' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13032','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationBaseSalary' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationBaseSalary' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Contributions made by the school district, municipal, state, federal and other government agencies for the teacher''s or early learning provider''s health insurance, prorated to the specific school or local provider agency indicated on the record, not including contributions made by the teacher or early learning provider.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationHealthBenefits' -GO - -exec sp_addextendedproperty 'CEDS_Element','Staff Compensation Health Benefits','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationHealthBenefits' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000136','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationHealthBenefits' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13136','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationHealthBenefits' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationHealthBenefits' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','All other benefits paid by the school district, municipal, state, federal, and other government agencies for the teacher or early learning provider, prorated to the specific school or local provider agency indicated on the record, not including retirement and health insurance benefits or contributions made by the teacher or early learning provider.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationOtherBenefits' -GO - -exec sp_addextendedproperty 'CEDS_Element','Staff Compensation Other Benefits','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationOtherBenefits' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000205','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationOtherBenefits' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13205','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationOtherBenefits' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationOtherBenefits' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Contributions made by the school district, municipal, state, federal and other government agencies for the teacher''s or early learning provider’s health insurance, prorated to the specific school or local provider agency indicated on the record, not including contributions made by the teacher or early learning provider.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationRetirementBenefits' -GO - -exec sp_addextendedproperty 'CEDS_Element','Staff Compensation Retirement Benefits','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationRetirementBenefits' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000233','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationRetirementBenefits' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13233','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationRetirementBenefits' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationRetirementBenefits' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Sum of retirement, health, and all other benefits, or total benefits paid by the school district, municipal, state, federal and other government agencies for the teacher''s or early learning provider’s health insurance, prorated to the specific school or local provider agency indicated on the record, not including contributions made by the teacher or early learning provider.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationTotalBenefits' -GO - -exec sp_addextendedproperty 'CEDS_Element','Staff Compensation Total Benefits','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationTotalBenefits' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000293','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationTotalBenefits' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13293','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationTotalBenefits' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationTotalBenefits' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Total annualized salary of staff at the specific school/program indicated on the record in the school/program year specified on the record.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationTotalSalary' -GO - -exec sp_addextendedproperty 'CEDS_Element','Staff Compensation Total Salary','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationTotalSalary' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000295','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationTotalSalary' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13295','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationTotalSalary' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffCompensationTotalSalary' -GO - -exec sp_addextendedproperty 'MS_Description','Foreign key - StaffEmployment','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'StaffEmploymentId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that a staff member is targeted assistance (TAS) program staff funded by Title I, Part A, Section 1115 of ESEA as amended.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'TitleITargetedAssistanceStaffFunded' -GO - -exec sp_addextendedproperty 'CEDS_Element','Title I Targeted Assistance Staff Funded','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'TitleITargetedAssistanceStaffFunded' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000552','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'TitleITargetedAssistanceStaffFunded' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13543','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'TitleITargetedAssistanceStaffFunded' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StaffEmployment', 'column', 'TitleITargetedAssistanceStaffFunded' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The date class ranking was determined.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'ClassRankingDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Class Ranking Date','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'ClassRankingDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000042','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'ClassRankingDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13042','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'ClassRankingDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'ClassRankingDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The cumulative number of credits a person attempts to earn by taking courses during his or her enrollment in the current school as well as those credits transferred from schools in which the person had been previously enrolled.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'CreditsAttemptedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credits Attempted Cumulative','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'CreditsAttemptedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000073','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'CreditsAttemptedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13073','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'CreditsAttemptedCumulative' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'CreditsAttemptedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The cumulative number of credits a person earns by completing courses or examinations during his or her enrollment in the current school as well as those credits transferred from schools in which the person had been previously enrolled.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'CreditsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credits Earned Cumulative','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'CreditsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000074','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'CreditsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13074','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'CreditsEarnedCumulative' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'CreditsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The month and year on which the diploma/credential is awarded to a student in recognition of his/her completion of the curricular requirements.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Diploma or Credential Award Date','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000081','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13081','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A measure of average performance in all courses taken by a person during his or her school career as determined for record-keeping purposes. This is obtained by dividing the total grade points received by the total number of credits attempted. This usually includes grade points received and credits attempted in his or her current school as well as those transferred from schools in which the person was previously enrolled.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'GradePointAverageCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Point Average Cumulative','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'GradePointAverageCumulative' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000128','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'GradePointAverageCumulative' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13128','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'GradePointAverageCumulative' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'GradePointAverageCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The cumulative number of grade points a person earns by successfully completing courses or examinations during his or her enrollment in the current school as well as those transferred from schools in which the person had been previously enrolled.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'GradePointsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Points Earned Cumulative','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'GradePointsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000130','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'GradePointsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13130','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'GradePointsEarnedCumulative' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'GradePointsEarnedCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The academic rank of a student in relation to his or her high school graduating class (e.g., 1, 2, 3) based on high school GPA.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'HighSchoolStudentClassRank' -GO - -exec sp_addextendedproperty 'CEDS_Element','High School Student Class Rank','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'HighSchoolStudentClassRank' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000041','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'HighSchoolStudentClassRank' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13041','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'HighSchoolStudentClassRank' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'HighSchoolStudentClassRank' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate Key from OrganizationPersonRole.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The year and month the student is projected to graduate.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'ProjectedGraduationDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Projected Graduation Date','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'ProjectedGraduationDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000226','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'ProjectedGraduationDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13226','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'ProjectedGraduationDate' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'ProjectedGraduationDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether the reported GPA is weighted or unweighted.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefGpaWeightedIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Point Average Weighted Indicator','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefGpaWeightedIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000123','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefGpaWeightedIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13123','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefGpaWeightedIndicatorId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefGpaWeightedIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The distinction of the diploma or credential that is awarded to a student in recognition of their completion of the curricular requirements.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefHighSchoolDiplomaDistinctionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','High School Diploma Distinction Type','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefHighSchoolDiplomaDistinctionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000713','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefHighSchoolDiplomaDistinctionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13689','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefHighSchoolDiplomaDistinctionTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefHighSchoolDiplomaDistinctionTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of diploma/credential that is awarded to a person in recognition of his/her completion of the curricular requirements.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefHighSchoolDiplomaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','High School Diploma Type','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefHighSchoolDiplomaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000138','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefHighSchoolDiplomaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13138','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefHighSchoolDiplomaTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefHighSchoolDiplomaTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether students took both a pre-test and a post-test to measure academic improvement.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefPreAndPostTestIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Pre and Post Test Indicator','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefPreAndPostTestIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000571','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefPreAndPostTestIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13563','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefPreAndPostTestIndicatorId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefPreAndPostTestIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indicator of the category of credential conferred by a state occupational licensing entity or industry organization for competency in a specific area measured by a set of pre-established standards.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Professional or Technical Credential Conferred','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000783','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13780','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The amount of progress shown in academic subjects.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefProgressLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Progress Level','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefProgressLevelId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000561','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefProgressLevelId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13553','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefProgressLevelId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefProgressLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The action taken with respect to postsecondary enrollment by the student who graduated from the school, LEA or state in the past two years.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefPsEnrollmentActionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Postsecondary Enrollment Action','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefPsEnrollmentActionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000586','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefPsEnrollmentActionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13579','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefPsEnrollmentActionId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefPsEnrollmentActionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the technology literacy of 8th graders.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefTechnologyLiteracyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Technology Literacy Status in 8th Grade','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefTechnologyLiteracyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000566','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefTechnologyLiteracyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13558','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefTechnologyLiteracyStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'RefTechnologyLiteracyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total number of students in the student''s high school graduating class.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'TotalNumberInClass' -GO - -exec sp_addextendedproperty 'CEDS_Element','Size of High School Graduating Class','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'TotalNumberInClass' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000294','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'TotalNumberInClass' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13294','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'TotalNumberInClass' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentAcademicRecord', 'column', 'TotalNumberInClass' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The amount of time the student participated in the events and procedures of an activity, such as a co-curricular or extra-curricular activity that is offered at an education institution.','user', 'dbo', 'table', 'K12StudentActivity', 'column', 'ActivityTimeInvolved' -GO - -exec sp_addextendedproperty 'CEDS_Element','Activity Time Involved','user', 'dbo', 'table', 'K12StudentActivity', 'column', 'ActivityTimeInvolved' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001527','user', 'dbo', 'table', 'K12StudentActivity', 'column', 'ActivityTimeInvolved' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14502','user', 'dbo', 'table', 'K12StudentActivity', 'column', 'ActivityTimeInvolved' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentActivity', 'column', 'ActivityTimeInvolved' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from OrganizationPersonRole','user', 'dbo', 'table', 'K12StudentActivity', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of measurement for the amount of time the student participated in the events and procedures of an activity, such as a co-curricular or extra-curricular activity that is offered at an education institution.','user', 'dbo', 'table', 'K12StudentActivity', 'column', 'RefActivityTimeMeasurementTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Activity Time Measurement Type','user', 'dbo', 'table', 'K12StudentActivity', 'column', 'RefActivityTimeMeasurementTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001528','user', 'dbo', 'table', 'K12StudentActivity', 'column', 'RefActivityTimeMeasurementTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14503','user', 'dbo', 'table', 'K12StudentActivity', 'column', 'RefActivityTimeMeasurementTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentActivity', 'column', 'RefActivityTimeMeasurementTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A description of the student cohort.','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortDescription' -GO - -exec sp_addextendedproperty 'CEDS_Element','Cohort Description','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortDescription' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000711','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortDescription' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13687','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortDescription' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortDescription' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The year the cohort graduated with a regular high school diploma.','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortGraduationYear' -GO - -exec sp_addextendedproperty 'CEDS_Element','Cohort Graduation Year','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortGraduationYear' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000584','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortGraduationYear' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13577','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortGraduationYear' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortGraduationYear' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The school year in which the student entered the baseline group used for computing completion rates (e.g., high school, program).','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortYear' -GO - -exec sp_addextendedproperty 'CEDS_Element','Cohort Year','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortYear' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000046','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortYear' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13046','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortYear' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'CohortYear' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The academic year in which a student entered as part of the GRS cohort.','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'GraduationRateSurveyCohortYear' -GO - -exec sp_addextendedproperty 'CEDS_Element','Graduation Rate Survey Cohort Year','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'GraduationRateSurveyCohortYear' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000132','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'GraduationRateSurveyCohortYear' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13132','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'GraduationRateSurveyCohortYear' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'GraduationRateSurveyCohortYear' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether or not the student is in a GRS cohort; meaning the student began as a first-time, full-time, degree seeking student in the fall of a given year.','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'GraduationRateSurveyIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Graduation Rate Survey Indicator','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'GraduationRateSurveyIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000133','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'GraduationRateSurveyIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13133','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'GraduationRateSurveyIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'GraduationRateSurveyIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from OrganizationPersonRole.','user', 'dbo', 'table', 'K12StudentCohort', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The year, month and day of the first day after the date of a person''s last enrollment in a course section.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'ExitWithdrawalDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Section Exit Withdrawal Date','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'ExitWithdrawalDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000651','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'ExitWithdrawalDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13653','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'ExitWithdrawalDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A final indicator of student performance in a course section as submitted by the instructor.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'GradeEarned' -GO - -exec sp_addextendedproperty 'CEDS_Element','Student Course Section Grade Earned','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'GradeEarned' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000124','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'GradeEarned' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13124','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'GradeEarned' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'GradeEarned' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The scale of equivalents, if applicable, for grades awarded as indicators of performance in schoolwork. For example, numerical equivalents for letter grades used in determining a student''s Grade Point Average (A=4, B=3, C=2, D=1 in a four-point system) or letter equivalents for percentage grades (90-100%=A, 80-90%=B, etc.)','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Value Qualifier','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000616','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13609','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of credits that a student can earn for enrolling in and completing a given course.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'NumberOfCreditsAttempted' -GO - -exec sp_addextendedproperty 'CEDS_Element','Number of Credits Attempted','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'NumberOfCreditsAttempted' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000199','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'NumberOfCreditsAttempted' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13199','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'NumberOfCreditsAttempted' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'NumberOfCreditsAttempted' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of credits an individual earns by the successful completion of a course.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'NumberOfCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_Element','Number of Credits Earned','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'NumberOfCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000200','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'NumberOfCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13200','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'NumberOfCreditsEarned' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'NumberOfCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from OrganizationPersonRole','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of credits or units of value available for the completion of a course in addition to Carnegie Units.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Additional Credit Type','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000596','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13589','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefAdditionalCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indicator of whether or not this course being described is included in the computation of the student’s Grade Point Average (GPA).','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Grade Point Average Applicability','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000060','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13060','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student''s academic grade average.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseRepeatCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Repeat Code','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseRepeatCodeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000065','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseRepeatCodeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13065','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseRepeatCodeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseRepeatCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The status related to a student enrollment in an instance of a course.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionEnrollmentStatusTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Section Enrollment Status Type','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionEnrollmentStatusTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000976','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionEnrollmentStatusTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13977','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionEnrollmentStatusTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionEnrollmentStatusTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The process by which a student enters a school (Course Section) during a given academic session.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionEntryTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Section Entry Type','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionEntryTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000650','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionEntryTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13652','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionEntryTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionEntryTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The circumstances under which the student exited from membership in a course section.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionExitTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Section Exit Type','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionExitTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000652','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionExitTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13654','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionExitTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCourseSectionExitTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of credits or units of value awarded for the completion of a course.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credit Unit Type','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000072','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13072','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefCreditTypeEarnedId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication as to whether an instance of student exit/withdrawal is considered to be of a permanent or temporary nature.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefExitOrWithdrawalStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Exit or Withdrawal Status','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefExitOrWithdrawalStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000108','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefExitOrWithdrawalStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13108','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefExitOrWithdrawalStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefExitOrWithdrawalStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Student''s grade level at time of course.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Level When Course Taken','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000125','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13125','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether students took both a pre-test and a post-test to measure academic improvement.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefPreAndPostTestIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Pre and Post Test Indicator','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefPreAndPostTestIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000571','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefPreAndPostTestIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13563','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefPreAndPostTestIndicatorId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefPreAndPostTestIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The amount of progress shown in academic subjects.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefProgressLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Progress Level','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefProgressLevelId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000561','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefProgressLevelId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13553','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefProgressLevelId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'RefProgressLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates that tuition for person''s participation in a program, service, or course is funded or partially funded by an external grant program.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'TuitionFunded' -GO - -exec sp_addextendedproperty 'CEDS_Element','Tuition Funded','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'TuitionFunded' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001575','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'TuitionFunded' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14554','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'TuitionFunded' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSection', 'column', 'TuitionFunded' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates that the mark is a final mark the learner has earned for the course section.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'FinalIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Student Course Section Mark Final Indicator','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'FinalIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001142','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'FinalIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14191','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'FinalIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'FinalIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A final indicator of student performance in a course section as submitted by the instructor.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'GradeEarned' -GO - -exec sp_addextendedproperty 'CEDS_Element','Student Course Section Grade Earned','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'GradeEarned' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000124','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'GradeEarned' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13124','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'GradeEarned' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'GradeEarned' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The scale of equivalents, if applicable, for grades awarded as indicators of performance in schoolwork. For example, numerical equivalents for letter grades used in determining a student''s Grade Point Average (A=4, B=3, C=2, D=1 in a four-point system) or letter equivalents for percentage grades (90-100%=A, 80-90%=B, etc.)','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Value Qualifier','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000616','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13609','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'K12StudentCourseSectionMarkId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The name or description of the marking period (e.g., fall, first marking period).','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'MarkingPeriodName' -GO - -exec sp_addextendedproperty 'CEDS_Element','Marking Period Name','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'MarkingPeriodName' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000182','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'MarkingPeriodName' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13182','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'MarkingPeriodName' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'MarkingPeriodName' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicator of student performance at the mid-point of the marking period.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'MidTermMark' -GO - -exec sp_addextendedproperty 'CEDS_Element','Mid Term Mark','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'MidTermMark' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000183','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'MidTermMark' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13183','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'MidTermMark' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'MidTermMark' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The narrative of the student performance in a course section as submitted by the instructor.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'StudentCourseSectionGradeNarrative' -GO - -exec sp_addextendedproperty 'CEDS_Element','Student Course Section Grade Narrative','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'StudentCourseSectionGradeNarrative' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001573','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'StudentCourseSectionGradeNarrative' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14552','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'StudentCourseSectionGradeNarrative' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentCourseSectionMark', 'column', 'StudentCourseSectionGradeNarrative' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The North American Industry Classification System (NAICS) code associated with an individual''s employment.','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employment NAICS Code','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001064','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14070','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key - Foreign key: OrganizationPersonRole','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An individual who is a paid employee or works in his or her own business, profession, or farm, as reported through the State Unemployment Insurance Wage Report, FEDES, or WRIS, after exiting secondary, postsecondary, or adult education or workforce programs.','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employed After Exit','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000988','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13990','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An individual who is a paid employee or works in his or her own business, profession, or farm, as reported through the State Unemployment Insurance Wage Report, FEDES, or WRIS, and at the same time is enrolled in secondary, postsecondary, or adult education or workforce programs.','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employed While Enrolled','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000987','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13989','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total number of credits required for a student to graduate from the school of enrollment or complete a program.','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'CreditsRequired' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credits Required','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'CreditsRequired' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001574','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'CreditsRequired' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14553','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'CreditsRequired' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'CreditsRequired' -GO - -exec sp_addextendedproperty 'MS_Description','Foreign key - K12Course.','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'K12CourseId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from OrganizationPersonRole','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Student''s grade level at time of course.','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Level When Course Taken','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000125','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13125','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The intended major subject area of the education course.','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_Element','School Courses for the Exchange of Data Course Subject Area','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001518','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14491','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentGraduationPlan', 'column', 'RefSCEDCourseSubjectAreaId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The participant showed "significant learning gains" on measures of reading, the definition of which is determined at the State level.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyGoalMetStatus' -GO - -exec sp_addextendedproperty 'CEDS_Element','Literacy Goal Met Status','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyGoalMetStatus' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000467','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyGoalMetStatus' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13457','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyGoalMetStatus' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyGoalMetStatus' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The participant completed a literacy post-test.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyPostTestStatus' -GO - -exec sp_addextendedproperty 'CEDS_Element','Literacy Post Test Status','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyPostTestStatus' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000468','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyPostTestStatus' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13458','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyPostTestStatus' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyPostTestStatus' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The participant completed a literacy pre-test.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyPreTestStatus' -GO - -exec sp_addextendedproperty 'CEDS_Element','Literacy Pre Test Status','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyPreTestStatus' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000469','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyPreTestStatus' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13459','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyPreTestStatus' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'LiteracyPreTestStatus' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from OrganizationPersonRole.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of literacy test administered.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'RefLiteracyAssessmentId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Literacy Assessment Administered Type','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'RefLiteracyAssessmentId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000466','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'RefLiteracyAssessmentId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13456','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'RefLiteracyAssessmentId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'K12StudentLiteracyAssessment', 'column', 'RefLiteracyAssessmentId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The apartment, room, or suite number of an address.','user', 'dbo', 'table', 'LocationAddress', 'column', 'ApartmentRoomOrSuiteNumber' -GO - -exec sp_addextendedproperty 'CEDS_Element','Address Apartment Room or Suite Number','user', 'dbo', 'table', 'LocationAddress', 'column', 'ApartmentRoomOrSuiteNumber' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000019','user', 'dbo', 'table', 'LocationAddress', 'column', 'ApartmentRoomOrSuiteNumber' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13019','user', 'dbo', 'table', 'LocationAddress', 'column', 'ApartmentRoomOrSuiteNumber' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'LocationAddress', 'column', 'ApartmentRoomOrSuiteNumber' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of the building on the site, if more than one building shares the same address.','user', 'dbo', 'table', 'LocationAddress', 'column', 'BuildingSiteNumber' -GO - -exec sp_addextendedproperty 'CEDS_Element','Building Site Number','user', 'dbo', 'table', 'LocationAddress', 'column', 'BuildingSiteNumber' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000602','user', 'dbo', 'table', 'LocationAddress', 'column', 'BuildingSiteNumber' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13595','user', 'dbo', 'table', 'LocationAddress', 'column', 'BuildingSiteNumber' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'LocationAddress', 'column', 'BuildingSiteNumber' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The name of the city in which an address is located.','user', 'dbo', 'table', 'LocationAddress', 'column', 'City' -GO - -exec sp_addextendedproperty 'CEDS_Element','Address City','user', 'dbo', 'table', 'LocationAddress', 'column', 'City' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000040','user', 'dbo', 'table', 'LocationAddress', 'column', 'City' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13040','user', 'dbo', 'table', 'LocationAddress', 'column', 'City' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'LocationAddress', 'column', 'City' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The name of the county, parish, borough, or comparable unit (within a state) in which an address is located.','user', 'dbo', 'table', 'LocationAddress', 'column', 'CountyName' -GO - -exec sp_addextendedproperty 'CEDS_Element','Address County Name','user', 'dbo', 'table', 'LocationAddress', 'column', 'CountyName' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000190','user', 'dbo', 'table', 'LocationAddress', 'column', 'CountyName' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13190','user', 'dbo', 'table', 'LocationAddress', 'column', 'CountyName' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'LocationAddress', 'column', 'CountyName' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The informal description of location sometimes used in rural areas, for example, "from the highway to the railroad tracks."','user', 'dbo', 'table', 'LocationAddress', 'column', 'FacilityBlockNumberArea' -GO - -exec sp_addextendedproperty 'CEDS_Element','Facility Block Number Area','user', 'dbo', 'table', 'LocationAddress', 'column', 'FacilityBlockNumberArea' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001774','user', 'dbo', 'table', 'LocationAddress', 'column', 'FacilityBlockNumberArea' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14755','user', 'dbo', 'table', 'LocationAddress', 'column', 'FacilityBlockNumberArea' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The census tract number of the school site.','user', 'dbo', 'table', 'LocationAddress', 'column', 'FacilityCensusTract' -GO - -exec sp_addextendedproperty 'CEDS_Element','Facility Census Tract','user', 'dbo', 'table', 'LocationAddress', 'column', 'FacilityCensusTract' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001779','user', 'dbo', 'table', 'LocationAddress', 'column', 'FacilityCensusTract' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14760','user', 'dbo', 'table', 'LocationAddress', 'column', 'FacilityCensusTract' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The north or south angular distance from the equator that, when combined with longitude, reflects an estimation of where the address is physically situated.','user', 'dbo', 'table', 'LocationAddress', 'column', 'Latitude' -GO - -exec sp_addextendedproperty 'CEDS_Element','Latitude','user', 'dbo', 'table', 'LocationAddress', 'column', 'Latitude' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000606','user', 'dbo', 'table', 'LocationAddress', 'column', 'Latitude' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13599','user', 'dbo', 'table', 'LocationAddress', 'column', 'Latitude' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'LocationAddress', 'column', 'Latitude' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from Location.','user', 'dbo', 'table', 'LocationAddress', 'column', 'LocationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'LocationAddress', 'column', 'LocationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The east or west angular distance from the prime meridian that, when combined with latitude, reflects an estimation of where the address is physically situated.','user', 'dbo', 'table', 'LocationAddress', 'column', 'Longitude' -GO - -exec sp_addextendedproperty 'CEDS_Element','Longitude','user', 'dbo', 'table', 'LocationAddress', 'column', 'Longitude' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000607','user', 'dbo', 'table', 'LocationAddress', 'column', 'Longitude' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13600','user', 'dbo', 'table', 'LocationAddress', 'column', 'Longitude' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'LocationAddress', 'column', 'Longitude' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A number that identifies each postal delivery area in the United States used as a portion of an address.','user', 'dbo', 'table', 'LocationAddress', 'column', 'PostalCode' -GO - -exec sp_addextendedproperty 'CEDS_Element','Address Postal Code','user', 'dbo', 'table', 'LocationAddress', 'column', 'PostalCode' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000214','user', 'dbo', 'table', 'LocationAddress', 'column', 'PostalCode' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13214','user', 'dbo', 'table', 'LocationAddress', 'column', 'PostalCode' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'LocationAddress', 'column', 'PostalCode' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from RefCountry identifying the country code.','user', 'dbo', 'table', 'LocationAddress', 'column', 'RefCountryId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from RefCounty identifying the county code.','user', 'dbo', 'table', 'LocationAddress', 'column', 'RefCountyId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Rural-Urban Continuum Codes form a classification scheme that distinguishes metropolitan (metro) counties by the population size of their metro area, and nonmetropolitan (nonmetro) counties by degree of urbanization and adjacency to a metro area or areas. The metro and nonmetro categories have been subdivided into three metro and six nonmetro groupings, resulting in a nine-part county codification. The codes allow researchers working with county data to break such data into finer residential groups beyond a simple metro-nonmetro dichotomy, particularly for the analysis of trends in nonmetro areas that may be related to degree of rurality and metro proximity.','user', 'dbo', 'table', 'LocationAddress', 'column', 'RefERSRuralUrbanContinuumCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Economic Research Service Rural-Urban Continuum Code','user', 'dbo', 'table', 'LocationAddress', 'column', 'RefERSRuralUrbanContinuumCodeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000862','user', 'dbo', 'table', 'LocationAddress', 'column', 'RefERSRuralUrbanContinuumCodeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13862','user', 'dbo', 'table', 'LocationAddress', 'column', 'RefERSRuralUrbanContinuumCodeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'LocationAddress', 'column', 'RefERSRuralUrbanContinuumCodeId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from RefStateAbbreviation identifying the state.','user', 'dbo', 'table', 'LocationAddress', 'column', 'RefStateId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The street number and street name or post office box number of an address.','user', 'dbo', 'table', 'LocationAddress', 'column', 'StreetNumberAndName' -GO - -exec sp_addextendedproperty 'CEDS_Element','Address Street Number and Name','user', 'dbo', 'table', 'LocationAddress', 'column', 'StreetNumberAndName' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000269','user', 'dbo', 'table', 'LocationAddress', 'column', 'StreetNumberAndName' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13269','user', 'dbo', 'table', 'LocationAddress', 'column', 'StreetNumberAndName' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'LocationAddress', 'column', 'StreetNumberAndName' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The Uniform Resource Locator (URL) for the unique address of an image representing the Organization.','user', 'dbo', 'table', 'OrganizationImage', 'column', 'URL' -GO - -exec sp_addextendedproperty 'CEDS_Element','Organization Image URL','user', 'dbo', 'table', 'OrganizationImage', 'column', 'URL' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001663','user', 'dbo', 'table', 'OrganizationImage', 'column', 'URL' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14644','user', 'dbo', 'table', 'OrganizationImage', 'column', 'URL' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from Location','user', 'dbo', 'table', 'OrganizationWebsite', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'OrganizationWebsite', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The Uniform Resource Locator (URL) for the unique address of a Web page.','user', 'dbo', 'table', 'OrganizationWebsite', 'column', 'Website' -GO - -exec sp_addextendedproperty 'CEDS_Element','Web Site Address','user', 'dbo', 'table', 'OrganizationWebsite', 'column', 'Website' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000704','user', 'dbo', 'table', 'OrganizationWebsite', 'column', 'Website' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13300','user', 'dbo', 'table', 'OrganizationWebsite', 'column', 'Website' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'OrganizationWebsite', 'column', 'Website' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc',' The name of the city in which a person was born.','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'City' -GO - -exec sp_addextendedproperty 'CEDS_Element','City of Birth','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'City' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000426','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'City' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13416','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'City' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'City' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Person.','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The unique two digit International Organization for Standardization (ISO) code for the country in which a person is born.','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'RefCountryId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Country of Birth Code','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'RefCountryId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000051','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'RefCountryId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13051','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'RefCountryId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'RefCountryId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which a person was born.','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'RefStateId' -GO - -exec sp_addextendedproperty 'CEDS_Element','State of Birth Abbreviation','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'RefStateId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000427','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'RefStateId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13417','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'RefStateId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonBirthplace', 'column', 'RefStateId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that the person is a twin, triplet, etc.','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'MultipleBirthIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Multiple Birth Indicator','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'MultipleBirthIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000431','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'MultipleBirthIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13421','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'MultipleBirthIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'MultipleBirthIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from Person.','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The trimester of pregnancy in which a child''s mother began receiving prenatal health care.','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'RefTrimesterWhenPrenatalCareBeganId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Trimester When Prenatal Care Began','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'RefTrimesterWhenPrenatalCareBeganId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001630','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'RefTrimesterWhenPrenatalCareBeganId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14611','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'RefTrimesterWhenPrenatalCareBeganId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'RefTrimesterWhenPrenatalCareBeganId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of weeks during gestational period.','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'WeeksOfGestation' -GO - -exec sp_addextendedproperty 'CEDS_Element','Weeks of Gestation','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'WeeksOfGestation' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000313','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'WeeksOfGestation' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13313','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'WeeksOfGestation' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'WeeksOfGestation' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The weight of a child at birth in pounds and ounces.','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'WeightAtBirth' -GO - -exec sp_addextendedproperty 'CEDS_Element','Weight at Birth','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'WeightAtBirth' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000312','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'WeightAtBirth' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13312','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'WeightAtBirth' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonHealthBirth', 'column', 'WeightAtBirth' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Children and youth who lack a fixed, regular, and adequate nighttime residence. Homeless children and youth include: 1) children and youth who are sharing the housing of other persons due to loss of housing, economic hardship, or a similar reason; are living in motels, hotels, trailer parks, or camping grounds due to the lack of alternative adequate accommodations; are living in emergency or transitional shelters; are abandoned in hospitals; or are awaiting foster care placement; 2) children and youth who have a primary nighttime residence that is a public or private place not designed for or originally used as a regular sleeping accommodation for human beings; or 3) children and youths who are living in cars, parks, public spaces, abandoned buildings, substandard housing, bus or train stations, or similar settings. 4) migratory children who qualify as homeless because the children are living in circumstances described in the above. (See Section 103 of the McKinney Act for a more detai','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'HomelessnessStatus' -GO - -exec sp_addextendedproperty 'CEDS_Element','Homelessness Status','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'HomelessnessStatus' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000149','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'HomelessnessStatus' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13149','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'HomelessnessStatus' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'HomelessnessStatus' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from Person.','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The primary nighttime residence of the students at the time the students are identified as homeless.','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'RefHomelessNighttimeResidenceId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Homeless Primary Nighttime Residence','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'RefHomelessNighttimeResidenceId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000146','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'RefHomelessNighttimeResidenceId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13146','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'RefHomelessNighttimeResidenceId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonHomelessness', 'column', 'RefHomelessNighttimeResidenceId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Person.','user', 'dbo', 'table', 'PersonMilitary', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that the student is currently serving on Active Duty, in the National Guard, or in the Reserve components of the United States military services','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryActiveStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Military Active Student Indicator','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryActiveStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001577','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryActiveStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14556','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryActiveStudentIndicatorId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryActiveStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A branch of the U.S. Military applicable for specifying more details when using Military Connected Student Indicator, Military Active Student Indicator, Military Veteran Student Indicator, and Military Enlistment After Exit elements.','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryBranchId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Military Branch','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryBranchId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001640','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryBranchId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14621','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryBranchId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryBranchId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that the student’s parent or guardian is on Active Duty, in the National Guard, or in the Reserve components of the United States military services','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryConnectedStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Military Connected Student Indicator','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryConnectedStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001576','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryConnectedStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14555','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryConnectedStudentIndicatorId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryConnectedStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that the student is a veteran who served on Active Duty, in the National Guard, or in the Reserve components of the United States military services','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryVeteranStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Military Veteran Student Indicator','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryVeteranStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001578','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryVeteranStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14557','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryVeteranStudentIndicatorId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PersonMilitary', 'column', 'RefMilitaryVeteranStudentIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total number of credits required for a student to graduate from the school of enrollment or complete a program.','user', 'dbo', 'table', 'Program', 'column', 'CreditsRequired' -GO - -exec sp_addextendedproperty 'CEDS_Element','Credits Required','user', 'dbo', 'table', 'Program', 'column', 'CreditsRequired' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001574','user', 'dbo', 'table', 'Program', 'column', 'CreditsRequired' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14553','user', 'dbo', 'table', 'Program', 'column', 'CreditsRequired' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'Program', 'column', 'CreditsRequired' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Organization','user', 'dbo', 'table', 'Program', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that the student is participating in and served by programs under Title I, Part A of ESEA as amended.','user', 'dbo', 'table', 'ProgramParticipationTitleI', 'column', 'RefTitleIIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Title I Indicator','user', 'dbo', 'table', 'ProgramParticipationTitleI', 'column', 'RefTitleIIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000281','user', 'dbo', 'table', 'ProgramParticipationTitleI', 'column', 'RefTitleIIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13281','user', 'dbo', 'table', 'ProgramParticipationTitleI', 'column', 'RefTitleIIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The official reference number portion of a course identifier. This number normally designates the level of the course as well as the level of the individual expected to enroll in the course.','user', 'dbo', 'table', 'PsCourse', 'column', 'CourseNumber' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Number','user', 'dbo', 'table', 'PsCourse', 'column', 'CourseNumber' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001314','user', 'dbo', 'table', 'PsCourse', 'column', 'CourseNumber' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14280','user', 'dbo', 'table', 'PsCourse', 'column', 'CourseNumber' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsCourse', 'column', 'CourseNumber' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that the course is approved for determining NCAA eligibility.','user', 'dbo', 'table', 'PsCourse', 'column', 'NCAAEligibilityInd' -GO - -exec sp_addextendedproperty 'CEDS_Element','National Collegiate Athletic Association Eligibility','user', 'dbo', 'table', 'PsCourse', 'column', 'NCAAEligibilityInd' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001413','user', 'dbo', 'table', 'PsCourse', 'column', 'NCAAEligibilityInd' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14382','user', 'dbo', 'table', 'PsCourse', 'column', 'NCAAEligibilityInd' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsCourse', 'column', 'NCAAEligibilityInd' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The course identifier as it was listed when the credit was earned (e.g. before a system conversion) to show consistency between present transcripts and older ones.','user', 'dbo', 'table', 'PsCourse', 'column', 'OriginalCourseIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_Element','Original Course Identifier','user', 'dbo', 'table', 'PsCourse', 'column', 'OriginalCourseIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001420','user', 'dbo', 'table', 'PsCourse', 'column', 'OriginalCourseIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14389','user', 'dbo', 'table', 'PsCourse', 'column', 'OriginalCourseIdentifier' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsCourse', 'column', 'OriginalCourseIdentifier' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the way an academic course was identified at an educational institution.','user', 'dbo', 'table', 'PsCourse', 'column', 'OverrideSchoolCourseNumber' -GO - -exec sp_addextendedproperty 'CEDS_Element','Override School Course Number','user', 'dbo', 'table', 'PsCourse', 'column', 'OverrideSchoolCourseNumber' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001422','user', 'dbo', 'table', 'PsCourse', 'column', 'OverrideSchoolCourseNumber' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14391','user', 'dbo', 'table', 'PsCourse', 'column', 'OverrideSchoolCourseNumber' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsCourse', 'column', 'OverrideSchoolCourseNumber' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions.','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCipCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Classification of Instructional Program Code','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCipCodeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000043','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCipCodeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13043','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCipCodeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCipCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of enrollment associated with the credit hours for the course.','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCourseCreditBasisTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Credit Basis Type','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCourseCreditBasisTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001303','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCourseCreditBasisTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14269','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCourseCreditBasisTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCourseCreditBasisTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The level of credit associated with the credit hours earned for the course.','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCourseCreditLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Credit Level Type','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCourseCreditLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001304','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCourseCreditLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14270','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCourseCreditLevelTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsCourse', 'column', 'RefCourseCreditLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A taxonomy system for coding postsecondary courses in NCES research studies.','user', 'dbo', 'table', 'PsCourse', 'column', 'RefNCESCollegeCourseMapCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','NCES College Course Map Code','user', 'dbo', 'table', 'PsCourse', 'column', 'RefNCESCollegeCourseMapCodeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001414','user', 'dbo', 'table', 'PsCourse', 'column', 'RefNCESCollegeCourseMapCodeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14383','user', 'dbo', 'table', 'PsCourse', 'column', 'RefNCESCollegeCourseMapCodeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsCourse', 'column', 'RefNCESCollegeCourseMapCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether an institution has any residence hall or housing facility located on- or off-campus that is owned or controlled by an institution and used by the institution in direct support of or in a manner related to, the institution''s educational purposes.','user', 'dbo', 'table', 'PsInstitution', 'column', 'InstitutionallyControlledHousingStatus' -GO - -exec sp_addextendedproperty 'CEDS_Element','Institutionally Controlled Housing Status','user', 'dbo', 'table', 'PsInstitution', 'column', 'InstitutionallyControlledHousingStatus' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000748','user', 'dbo', 'table', 'PsInstitution', 'column', 'InstitutionallyControlledHousingStatus' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13727','user', 'dbo', 'table', 'PsInstitution', 'column', 'InstitutionallyControlledHousingStatus' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsInstitution', 'column', 'InstitutionallyControlledHousingStatus' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from Organization.','user', 'dbo', 'table', 'PsInstitution', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsInstitution', 'column', 'OrganizationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The level of consideration given a type of admission criteria used at an institution during the selection process.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefAdmissionConsiderationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Admission Consideration Level','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefAdmissionConsiderationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001579','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefAdmissionConsiderationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14558','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefAdmissionConsiderationLevelId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefAdmissionConsiderationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of admission consideration used at an institution during the selection process.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefAdmissionConsiderationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Admission Consideration Type','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefAdmissionConsiderationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001580','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefAdmissionConsiderationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14559','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefAdmissionConsiderationTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefAdmissionConsiderationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The Basic Classification is an update of the traditional classification framework developed by the Carnegie Commission on Higher Education in 1970 to support its research program, and later published in 1973 for use by other researchers.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefCarnegieBasicClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Carnegie Basic Classification','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefCarnegieBasicClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000038','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefCarnegieBasicClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13038','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefCarnegieBasicClassificationId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefCarnegieBasicClassificationId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A classification of whether a postsecondary institution is operated by publicly elected or appointed officials (public control) or by privately elected or appointed officials and derives its major source of funds from private sources (private control). ','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefControlOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Control of Institution','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefControlOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000048','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefControlOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13048','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefControlOfInstitutionId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefControlOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A classification of whether a postsecondary institution''s highest level of offering is a program of 4-years or higher (4 year), 2-but-less-than 4-years (2 year), or less than 2-years.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefLevelOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Level of Institution','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefLevelOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000178','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefLevelOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13178','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefLevelOfInstitutionId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefLevelOfInstitutionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The method by which an institution structures most of its courses for the academic year.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefPredominantCalendarSystemId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Predominant Calendar System','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefPredominantCalendarSystemId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000729','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefPredominantCalendarSystemId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13705','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefPredominantCalendarSystemId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefPredominantCalendarSystemId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indicator of whether an institution has personnel positions that lead to consideration for tenure.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefTenureSystemId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Tenure System','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefTenureSystemId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000738','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefTenureSystemId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13715','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefTenureSystemId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsInstitution', 'column', 'RefTenureSystemId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates a school, institution, program, or course section focuses primarily on instruction in which students and teachers are separated by time and/or location and interact through the use of computers and/or telecommunications technologies.','user', 'dbo', 'table', 'PsInstitution', 'column', 'VirtualIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Virtual Indicator','user', 'dbo', 'table', 'PsInstitution', 'column', 'VirtualIndicator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001160','user', 'dbo', 'table', 'PsInstitution', 'column', 'VirtualIndicator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14167','user', 'dbo', 'table', 'PsInstitution', 'column', 'VirtualIndicator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsInstitution', 'column', 'VirtualIndicator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The charges assessed students for an academic year for the maximum meal plan available.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'BoardCharges' -GO - -exec sp_addextendedproperty 'CEDS_Element','Board Charges','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'BoardCharges' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000750','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'BoardCharges' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13729','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'BoardCharges' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'BoardCharges' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The average cost for books and supplies for a typical student for an entire academic year (or program). Does not include unusual costs for special groups of students (e.g., engineering or art majors) unless they constitute the majority of students at an institution.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'BooksAndSuppliesCosts' -GO - -exec sp_addextendedproperty 'CEDS_Element','Books and Supplies Costs','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'BooksAndSuppliesCosts' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000751','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'BooksAndSuppliesCosts' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13730','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'BooksAndSuppliesCosts' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'BooksAndSuppliesCosts' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A single fixed amount of money charged by an institution that covers tuition, required fees, room, and board. For some institutions, this amount may also cover books and supplies.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'ComprehensiveFee' -GO - -exec sp_addextendedproperty 'CEDS_Element','Comprehensive Fee','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'ComprehensiveFee' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000754','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'ComprehensiveFee' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13733','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'ComprehensiveFee' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'ComprehensiveFee' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The academic year, generally extending from September to June, in which IPEDS data is collected. Most Institutional Characteristics, Salaries, Fall Staff, Fall Enrollment, and Employees by Assigned Position data are collected for the current year; Completions, 12-Month Enrollment, Student Financial Aid, and Finance data collections cover the prior year.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'IPEDSCollectionYearDesignator' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Collection Year Designator','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'IPEDSCollectionYearDesignator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001613','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'IPEDSCollectionYearDesignator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14592','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'IPEDSCollectionYearDesignator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'IPEDSCollectionYearDesignator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The amount of money (estimated by the financial aid office) needed by a person to cover expenses such as laundry, transportation, and entertainment.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'OtherStudentExpenses' -GO - -exec sp_addextendedproperty 'CEDS_Element','Other Student Expenses','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'OtherStudentExpenses' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000752','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'OtherStudentExpenses' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13731','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'OtherStudentExpenses' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'OtherStudentExpenses' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total amount institutions estimate that undergraduate-level full-time, first-time degree-seeking students will pay to attend before financial aid is considered. This price includes tuition and fees, books and supplies, room and board, and certain other designated expenses such as transportation. These estimates are the average amounts used by the financial aid office to determine a student’s financial aid.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'PriceOfAttendance' -GO - -exec sp_addextendedproperty 'CEDS_Element','Price of Attendance','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'PriceOfAttendance' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000753','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'PriceOfAttendance' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13732','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'PriceOfAttendance' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'PriceOfAttendance' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'PSPriceOfAttendanceId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The component for which tuition is being charged. It might be a time period (term, quarter, year, etc.) or it might be an entity of education (course, credit hour, etc.).','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RefTuitionUnitId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Tuition Unit','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RefTuitionUnitId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000746','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RefTuitionUnitId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13725','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RefTuitionUnitId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RefTuitionUnitId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Fixed sum charged to persons for items not covered by tuition and required of such a large proportion of all students that the student who does not pay the charge is the exception.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RequiredStudentFees' -GO - -exec sp_addextendedproperty 'CEDS_Element','Required Student Fees','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RequiredStudentFees' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000747','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RequiredStudentFees' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13726','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RequiredStudentFees' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RequiredStudentFees' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The charges for an academic year for rooming accommodations for a typical student sharing a room with one other student.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RoomCharges' -GO - -exec sp_addextendedproperty 'CEDS_Element','Room Charges','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RoomCharges' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000749','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RoomCharges' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13728','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RoomCharges' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'RoomCharges' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The academic session for which the data are recorded and applicable.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'SessionDesignator' -GO - -exec sp_addextendedproperty 'CEDS_Element','Session Designator','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'SessionDesignator' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000252','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'SessionDesignator' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13252','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'SessionDesignator' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'SessionDesignator' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The published tuition for first time, full-time undergraduate students (lower of in-district or in-state for public institutions). Tuition may be charged per term, per course, per credit or per program.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'TuitionPublished' -GO - -exec sp_addextendedproperty 'CEDS_Element','Tuition - Published','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'TuitionPublished' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000745','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'TuitionPublished' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13723','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'TuitionPublished' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsPriceOfAttendance', 'column', 'TuitionPublished' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The grading scale used by an academic educational institution for an academic course.','user', 'dbo', 'table', 'PsSection', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Academic Grade Scale Code','user', 'dbo', 'table', 'PsSection', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001298','user', 'dbo', 'table', 'PsSection', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14264','user', 'dbo', 'table', 'PsSection', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsSection', 'column', 'GradeValueQualifier' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions.','user', 'dbo', 'table', 'PsSection', 'column', 'RefCipCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Classification of Instructional Program Code','user', 'dbo', 'table', 'PsSection', 'column', 'RefCipCodeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000043','user', 'dbo', 'table', 'PsSection', 'column', 'RefCipCodeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13043','user', 'dbo', 'table', 'PsSection', 'column', 'RefCipCodeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsSection', 'column', 'RefCipCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indicator of whether or not this course being described is included in the computation of the student’s Grade Point Average (GPA).','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Grade Point Average Applicability','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000060','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13060','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseGpaApplicabilityId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that the course is or can be counted as an honors course.','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseHonorsTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Honors Type','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseHonorsTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001307','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseHonorsTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14273','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseHonorsTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseHonorsTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The primary method of instruction used for the course.','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseInstructionMethodId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Instruction Method','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseInstructionMethodId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001308','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseInstructionMethodId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14274','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseInstructionMethodId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseInstructionMethodId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The level of work which is reflected in the credits associated with the academic course being described or the level of the typical individual taking the academic course.','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Level Type','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001312','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14278','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsSection', 'column', 'RefCourseLevelTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indicator of the category of developmental education.','user', 'dbo', 'table', 'PsSection', 'column', 'RefDevelopmentalEducationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Developmental Education Type','user', 'dbo', 'table', 'PsSection', 'column', 'RefDevelopmentalEducationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001589','user', 'dbo', 'table', 'PsSection', 'column', 'RefDevelopmentalEducationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14568','user', 'dbo', 'table', 'PsSection', 'column', 'RefDevelopmentalEducationTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsSection', 'column', 'RefDevelopmentalEducationTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of work-based learning opportunity a student participated in.','user', 'dbo', 'table', 'PsSection', 'column', 'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Work-based Learning Opportunity Type','user', 'dbo', 'table', 'PsSection', 'column', 'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001499','user', 'dbo', 'table', 'PsSection', 'column', 'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14471','user', 'dbo', 'table', 'PsSection', 'column', 'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsSection', 'column', 'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The name of the location at which the course is taught.','user', 'dbo', 'table', 'PsSectionLocation', 'column', 'CourseInstructionSiteName' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Instruction Site Name','user', 'dbo', 'table', 'PsSectionLocation', 'column', 'CourseInstructionSiteName' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001309','user', 'dbo', 'table', 'PsSectionLocation', 'column', 'CourseInstructionSiteName' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14275','user', 'dbo', 'table', 'PsSectionLocation', 'column', 'CourseInstructionSiteName' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsSectionLocation', 'column', 'CourseInstructionSiteName' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the type of location at which the course is taught.','user', 'dbo', 'table', 'PsSectionLocation', 'column', 'RefCourseInstructionSiteTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Instruction Site Type','user', 'dbo', 'table', 'PsSectionLocation', 'column', 'RefCourseInstructionSiteTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001310','user', 'dbo', 'table', 'PsSectionLocation', 'column', 'RefCourseInstructionSiteTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14276','user', 'dbo', 'table', 'PsSectionLocation', 'column', 'RefCourseInstructionSiteTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsSectionLocation', 'column', 'RefCourseInstructionSiteTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total annual base contractual salary of a person.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'AnnualBaseContractualSalary' -GO - -exec sp_addextendedproperty 'CEDS_Element','Annual Base Contractual Salary','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'AnnualBaseContractualSalary' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000744','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'AnnualBaseContractualSalary' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13722','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'AnnualBaseContractualSalary' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'AnnualBaseContractualSalary' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Persons identified by the institution as such and typically those whose initial assignments are made for the purpose of conducting instruction, research or public service as a principal activity (or activities). They may hold academic rank titles of professor, associate professor, assistant professor, instructor, lecturer or the equivalent of any of those academic ranks. Faculty may also include the chancellor/president, provost, vice provosts, deans, directors or the equivalent, as well as associate deans, assistant deans and executive officers of academic departments (chairpersons, heads or the equivalent) if their principal activity is instruction combined with research and/or public service. The designation as "faculty" is separate from the activities to which they may be currently assigned. For example, a newly appointed president of an institution may also be appointed as a faculty member. Graduate, instruction, and research assistants are not included in this category.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'FacultyStatus' -GO - -exec sp_addextendedproperty 'CEDS_Element','Faculty Status','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'FacultyStatus' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000734','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'FacultyStatus' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13711','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'FacultyStatus' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'FacultyStatus' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Graduate-level students employed on a part-time basis, not limited to, but often employed for the primary purpose of assisting in classroom or laboratory instruction or in the conduct of research. Graduate students having titles such as graduate assistant, teaching assistant, teaching associate, teaching fellow, or research assistant typically hold these positions.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'GraduateAssistantStatus' -GO - -exec sp_addextendedproperty 'CEDS_Element','Graduate Assistant Status','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'GraduateAssistantStatus' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000742','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'GraduateAssistantStatus' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13720','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'GraduateAssistantStatus' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'GraduateAssistantStatus' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Staff whose primary function/occupational activity is primarily instruction or instruction combined with research and/or public service. Does not include medical school staff.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'InstructionalStaffStatus' -GO - -exec sp_addextendedproperty 'CEDS_Element','Instructional Staff Status','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'InstructionalStaffStatus' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000732','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'InstructionalStaffStatus' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13709','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'InstructionalStaffStatus' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'InstructionalStaffStatus' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Staff employed by or employees working in the medical school component of a postsecondary institution or in a free standing medical school. Does not include staff employed by or employees working strictly in a hospital associated with a medical school or those who work in health or allied health schools or departments such as dentistry, veterinary medicine, nursing or dental hygiene.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'MedicalSchoolStaffStatus' -GO - -exec sp_addextendedproperty 'CEDS_Element','Medical School Staff Status','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'MedicalSchoolStaffStatus' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000733','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'MedicalSchoolStaffStatus' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13710','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'MedicalSchoolStaffStatus' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'MedicalSchoolStaffStatus' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The academic rank of staff whose primary responsibility is instruction, research, and/or public service. Institutions without standard academic ranks should code staff whose primary responsibility is instruction, research, and/or public service as "No Academic Rank."','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefAcademicRankId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Academic Rank','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefAcademicRankId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000740','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefAcademicRankId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13717','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefAcademicRankId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefAcademicRankId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of employment contract used by an institution.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefEmploymentContractTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Contract Type','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefEmploymentContractTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000737','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefEmploymentContractTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13714','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefEmploymentContractTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefEmploymentContractTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether an individual is employed for a standard number of hours (as determined by civil or organizational policies) in a week, month, or other period of time.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefFullTimeStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Full-time Status','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefFullTimeStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000736','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefFullTimeStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13713','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefFullTimeStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefFullTimeStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The Integrated Postsecondary Education Data System (IPEDS) occupational categories used to report graduate assistants.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefGraduateAssistantIpedsCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Graduate Assistant IPEDS Occupation Category','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefGraduateAssistantIpedsCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000743','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefGraduateAssistantIpedsCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13721','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefGraduateAssistantIpedsCategoryId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefGraduateAssistantIpedsCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The contracted teaching period for faculty.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionalStaffContractLengthId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Instructional Staff Contract Length','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionalStaffContractLengthId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000735','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionalStaffContractLengthId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13712','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionalStaffContractLengthId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionalStaffContractLengthId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indicator of the type of faculty status a person has if, by institutional definition, a staff member has faculty status.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionalStaffFacultyTenureId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Instructional Staff Faculty Tenure Status','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionalStaffFacultyTenureId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000739','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionalStaffFacultyTenureId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13716','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionalStaffFacultyTenureId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionalStaffFacultyTenureId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A designation of the type(s) of instruction being delivered by staff whose primary responsibility is instruction. Instruction that is for "credit" can be applied toward the requirements for a postsecondary degree, diploma, certificate or other formal award.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Instruction Credit Type','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000741','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13719','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionCreditTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefInstructionCreditTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The Integrated Postsecondary Education Data System (IPEDS) occupational categories used to report employees.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefIpedsOccupationalCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_Element','IPEDS Occupational Category','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefIpedsOccupationalCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000731','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefIpedsOccupationalCategoryId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13708','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefIpedsOccupationalCategoryId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'RefIpedsOccupationalCategoryId' -GO - -exec sp_addextendedproperty 'MS_Description','PK - Foreign key from StaffEmployment','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'StaffEmploymentId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A Bureau of Labor Statistics coding system for classifying occupations by work performed and, in some cases, on the skills, education and training needed to perform the work at a competent level. See http://www.bls.gov/soc/soc_structure_2010.pdf.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'StandardOccupationalClass' -GO - -exec sp_addextendedproperty 'CEDS_Element','Standard Occupational Classification','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'StandardOccupationalClass' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000730','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'StandardOccupationalClass' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13707','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'StandardOccupationalClass' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStaffEmployment', 'column', 'StandardOccupationalClass' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A measure of average performance in all courses taken by a person during his or her school career as determined for record-keeping purposes. This is obtained by dividing the total grade points received by the total number of credits attempted. This usually includes grade points received and credits attempted in his or her current school as well as those transferred from schools in which the person was previously enrolled.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'GradePointAverageCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Point Average Cumulative','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'GradePointAverageCumulative' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000128','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'GradePointAverageCumulative' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13128','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'GradePointAverageCumulative' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'GradePointAverageCumulative' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total number of students in the student''s high school graduating class.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolGraduatingClassSize' -GO - -exec sp_addextendedproperty 'CEDS_Element','Size of High School Graduating Class','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolGraduatingClassSize' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000294','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolGraduatingClassSize' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13294','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolGraduatingClassSize' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolGraduatingClassSize' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The High School Rank divided by the Size of High School Graduating Class expressed as a percentage.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolPercentile' -GO - -exec sp_addextendedproperty 'CEDS_Element','High School Percentile','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolPercentile' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000759','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolPercentile' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13740','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolPercentile' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolPercentile' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The academic rank of a student in relation to his or her high school graduating class (e.g., 1, 2, 3) based on high school GPA.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolStudentClassRank' -GO - -exec sp_addextendedproperty 'CEDS_Element','High School Student Class Rank','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolStudentClassRank' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000041','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolStudentClassRank' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13041','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolStudentClassRank' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'HighSchoolStudentClassRank' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Inherited surrogate key from OrganizationPersonRole.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An individual who has fulfilled the institution’s requirements to be considered for admission (including payment or waiving of the application fee, if any) and who has been notified of one of the following actions: admission, nonadmission, placement on waiting list, or application withdrawn (by applicant or institution). Include early decision, early action, and students who began studies during summer in this cohort.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'PostsecondaryApplicant' -GO - -exec sp_addextendedproperty 'CEDS_Element','Postsecondary Applicant','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'PostsecondaryApplicant' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000755','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'PostsecondaryApplicant' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13735','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'PostsecondaryApplicant' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'PostsecondaryApplicant' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Applicant who has been granted an official offer to enroll in a postsecondary institution. Admitted applicants should include wait-listed students who were subsequently offered admission.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefAdmittedStudentId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Admitted Student','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefAdmittedStudentId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000756','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefAdmittedStudentId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13736','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefAdmittedStudentId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefAdmittedStudentId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether the reported GPA is weighted or unweighted.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefGpaWeightedIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Point Average Weighted Indicator','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefGpaWeightedIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000123','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefGpaWeightedIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13123','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefGpaWeightedIndicatorId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefGpaWeightedIndicatorId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The domain to which the Grade Point Average is referencing.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefGradePointAverageDomainId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Grade Point Average Domain','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefGradePointAverageDomainId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000758','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefGradePointAverageDomainId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13739','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefGradePointAverageDomainId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'RefGradePointAverageDomainId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A person who meets the admission requirements but will only be offered a place in the class if space becomes available.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'WaitListedStudent' -GO - -exec sp_addextendedproperty 'CEDS_Element','Wait Listed Student','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'WaitListedStudent' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000757','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'WaitListedStudent' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13738','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'WaitListedStudent' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentApplication', 'column', 'WaitListedStudent' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The year the cohort graduated with a regular high school diploma.','user', 'dbo', 'table', 'PsStudentCohort', 'column', 'CohortGraduationYear' -GO - -exec sp_addextendedproperty 'CEDS_Element','Cohort Graduation Year','user', 'dbo', 'table', 'PsStudentCohort', 'column', 'CohortGraduationYear' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000584','user', 'dbo', 'table', 'PsStudentCohort', 'column', 'CohortGraduationYear' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13577','user', 'dbo', 'table', 'PsStudentCohort', 'column', 'CohortGraduationYear' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentCohort', 'column', 'CohortGraduationYear' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from OrganizationPersonRole.','user', 'dbo', 'table', 'PsStudentCohort', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The narrative of the grade awarded to an individual in an academic course in those cases where a course does not receive a letter or numeric grade included in the grading scale of the Course Academic Grade Qualifier.','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'CourseNarrativeExplanationGrade' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Narrative Explanation Grade','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'CourseNarrativeExplanationGrade' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001313','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'CourseNarrativeExplanationGrade' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14279','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'CourseNarrativeExplanationGrade' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'CourseNarrativeExplanationGrade' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Additional information regarding the context of the given grade.','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Academic Grade Status Code','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001299','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14265','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The narrative of the student performance in a course section as submitted by the instructor.','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'StudentCourseSectionGradeNarrative' -GO - -exec sp_addextendedproperty 'CEDS_Element','Student Course Section Grade Narrative','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'StudentCourseSectionGradeNarrative' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001573','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'StudentCourseSectionGradeNarrative' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14552','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'StudentCourseSectionGradeNarrative' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentCourseSectionMark', 'column', 'StudentCourseSectionGradeNarrative' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of children or other dependents who live with the student and receive more than half their support from them.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'NumberOfDependents' -GO - -exec sp_addextendedproperty 'CEDS_Element','Number of Dependents','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'NumberOfDependents' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001415','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'NumberOfDependents' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14384','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'NumberOfDependents' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'NumberOfDependents' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from OrganizationPersonRole','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A person''s residency arrangement as defined in the Free Application for Federal Student Aid (FAFSA).','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefCampusResidencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Campus Residency Type','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefCampusResidencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000035','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefCampusResidencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13035','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefCampusResidencyTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefCampusResidencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Those persons who may be removed (deleted) from a cohort (or subcohort). For the Graduation Rates and Fall Enrollment retention rate reporting, persons may be removed from a cohort if they left the institution for one of the following reasons: death or total and permanent disability; service in the armed forces (including those called to active duty); service with a foreign aid service of the federal government, such as the Peace Corps; or service on official church missions.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefCohortExclusionId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Cohort Exclusion','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefCohortExclusionId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000106','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefCohortExclusionId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13106','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefCohortExclusionId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefCohortExclusionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A person''s classification as dependent or independent with regards to eligibility for Title IV Federal Student aid.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefDependencyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Dependency Status','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefDependencyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000079','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefDependencyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13079','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefDependencyStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefDependencyStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The highest level of education attained by a person''s mother or maternal guardian','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefMaternalEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Maternal Guardian Education','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefMaternalEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001229','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefMaternalEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14194','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefMaternalEducationLevelId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefMaternalEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The highest level of education attained by a person''s father or paternal guardian','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefPaternalEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Paternal Guardian Education','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefPaternalEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001230','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefPaternalEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14195','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefPaternalEducationLevelId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefPaternalEducationLevelId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The term "individual with limited English proficiency" means a secondary school student, an adult, or an out-of-school youth, who has limited ability in speaking, reading, writing, or understanding the English language AND whose native language is a language other than English; OR who lives in a family or community environment in which a language other than English is the dominant language. ','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefPsLepTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Limited English Proficiency - Postsecondary','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefPsLepTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000179','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefPsLepTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13179','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefPsLepTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefPsLepTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A person''s residency status for tuition purposes.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefTuitionResidencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Tuition Residency Type','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefTuitionResidencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000297','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefTuitionResidencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13297','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefTuitionResidencyTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentDemographic', 'column', 'RefTuitionResidencyTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The North American Industry Classification System (NAICS) code associated with an individual''s employment.','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employment NAICS Code','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001064','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14070','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'EmploymentNaicsCode' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key - Foreign key: OrganizationPersonRole','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An individual who is a paid employee or works in his or her own business, profession, or farm, as reported through the State Unemployment Insurance Wage Report, FEDES, or WRIS, after exiting secondary, postsecondary, or adult education or workforce programs.','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employed After Exit','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000988','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13990','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An individual who is a paid employee or works in his or her own business, profession, or farm, as reported through the State Unemployment Insurance Wage Report, FEDES, or WRIS, and at the same time is enrolled in secondary, postsecondary, or adult education or workforce programs.','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employed While Enrolled','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000987','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13989','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of the individual''s employment status while enrolled.','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmploymentStatusWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employment Status While Enrolled','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmploymentStatusWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001343','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmploymentStatusWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14310','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmploymentStatusWhileEnrolledId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentEmployment', 'column', 'RefEmploymentStatusWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Any applicant who submits any one of the institutionally required financial aid applications/forms, such as the Free Application for Federal Student Aid (FAFSA).','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialAidApplicant' -GO - -exec sp_addextendedproperty 'CEDS_Element','Financial Aid Applicant','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialAidApplicant' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000763','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialAidApplicant' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13745','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialAidApplicant' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialAidApplicant' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The income level of an individual that is used by an institution''s financial aid office to determine an individual''s Expected Family Contribution (EFC). For dependent students this will include the parents'' adjusted gross income and the student''s adjusted gross income. For independent students this will include the student''s adjusted gross income.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialAidIncomeLevel' -GO - -exec sp_addextendedproperty 'CEDS_Element','Financial Aid Income Level','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialAidIncomeLevel' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001352','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialAidIncomeLevel' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14319','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialAidIncomeLevel' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialAidIncomeLevel' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The amount of financial need as determined by an institution using the federal methodology and/or your institution''s own standards.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialNeed' -GO - -exec sp_addextendedproperty 'CEDS_Element','Financial Need','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialNeed' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000765','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialNeed' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13747','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialNeed' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'FinancialNeed' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from OrganizationPersonRole','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication of whether a person is receiving Veteran''s benefits.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefFinancialAidVeteransBenefitStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Financial Aid Veteran’s Benefit Status','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefFinancialAidVeteransBenefitStatusId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001609','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefFinancialAidVeteransBenefitStatusId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14588','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefFinancialAidVeteransBenefitStatusId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefFinancialAidVeteransBenefitStatusId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of Veteran''s benefits a person is receiving.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefFinancialAidVeteransBenefitTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Financial Aid Veteran’s Benefit Type','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefFinancialAidVeteransBenefitTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001610','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefFinancialAidVeteransBenefitTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14589','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefFinancialAidVeteransBenefitTypeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefFinancialAidVeteransBenefitTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The methodology used to determine an individual''s financial need.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefNeedDeterminationMethodId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Financial Need Determination Methodology','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefNeedDeterminationMethodId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001224','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefNeedDeterminationMethodId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14188','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefNeedDeterminationMethodId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'RefNeedDeterminationMethodId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','A person who receives Title IV aid. Title IV aid includes grant aid, work study aid, and loan aid such as: Federal Pell Grant, Federal Supplemental Educational Opportunity Grant (FSEOG), Teacher Education Assistance for College and Higher Education (TEACH) Grant, Federal Work-Study, Federal Perkins Loan, Subsidized Direct or FFEL Stafford Loan, and Unsubsidized Direct or FFEL Stafford Loan. Title IV aid specifications are defined by the instructions for the IPEDS Student Financial Aid survey.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'TitleIVParticipantAndRecipient' -GO - -exec sp_addextendedproperty 'CEDS_Element','Title IV Participant and Recipient','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'TitleIVParticipantAndRecipient' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000292','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'TitleIVParticipantAndRecipient' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13292','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'TitleIVParticipantAndRecipient' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentFinancialAid', 'column', 'TitleIVParticipantAndRecipient' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The final grade awarded for participation in the course. ','user', 'dbo', 'table', 'PsStudentSection', 'column', 'AcademicGrade' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Academic Grade','user', 'dbo', 'table', 'PsStudentSection', 'column', 'AcademicGrade' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000053','user', 'dbo', 'table', 'PsStudentSection', 'column', 'AcademicGrade' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13053','user', 'dbo', 'table', 'PsStudentSection', 'column', 'AcademicGrade' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentSection', 'column', 'AcademicGrade' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The school where the credit was earned if different from the institution reporting. ','user', 'dbo', 'table', 'PsStudentSection', 'column', 'CourseOverrideSchool' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Override School','user', 'dbo', 'table', 'PsStudentSection', 'column', 'CourseOverrideSchool' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000063','user', 'dbo', 'table', 'PsStudentSection', 'column', 'CourseOverrideSchool' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13063','user', 'dbo', 'table', 'PsStudentSection', 'column', 'CourseOverrideSchool' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentSection', 'column', 'CourseOverrideSchool' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indication that the course is a part of a degree program. ','user', 'dbo', 'table', 'PsStudentSection', 'column', 'DegreeApplicability' -GO - -exec sp_addextendedproperty 'CEDS_Element','Degree Applicability','user', 'dbo', 'table', 'PsStudentSection', 'column', 'DegreeApplicability' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000077','user', 'dbo', 'table', 'PsStudentSection', 'column', 'DegreeApplicability' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13077','user', 'dbo', 'table', 'PsStudentSection', 'column', 'DegreeApplicability' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentSection', 'column', 'DegreeApplicability' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of credits an individual earns by the successful completion of a course.','user', 'dbo', 'table', 'PsStudentSection', 'column', 'NumberOfCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_Element','Number of Credits Earned','user', 'dbo', 'table', 'PsStudentSection', 'column', 'NumberOfCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000200','user', 'dbo', 'table', 'PsStudentSection', 'column', 'NumberOfCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13200','user', 'dbo', 'table', 'PsStudentSection', 'column', 'NumberOfCreditsEarned' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentSection', 'column', 'NumberOfCreditsEarned' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The association of an organization (e.g. school, section, employer) to a person with the role (e.g. student, ).','user', 'dbo', 'table', 'PsStudentSection', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_Def_Desc extended property.','user', 'dbo', 'table', 'PsStudentSection', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The numerical value assigned to a letter grade to provide a basis of quantitative determination of an average. ','user', 'dbo', 'table', 'PsStudentSection', 'column', 'QualityPointsEarned' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Quality Points Earned','user', 'dbo', 'table', 'PsStudentSection', 'column', 'QualityPointsEarned' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000064','user', 'dbo', 'table', 'PsStudentSection', 'column', 'QualityPointsEarned' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13064','user', 'dbo', 'table', 'PsStudentSection', 'column', 'QualityPointsEarned' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentSection', 'column', 'QualityPointsEarned' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Additional information regarding the context of the given grade.','user', 'dbo', 'table', 'PsStudentSection', 'column', 'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Academic Grade Status Code','user', 'dbo', 'table', 'PsStudentSection', 'column', 'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001299','user', 'dbo', 'table', 'PsStudentSection', 'column', 'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14265','user', 'dbo', 'table', 'PsStudentSection', 'column', 'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentSection', 'column', 'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student''s academic grade average.','user', 'dbo', 'table', 'PsStudentSection', 'column', 'RefCourseRepeatCodeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Course Repeat Code','user', 'dbo', 'table', 'PsStudentSection', 'column', 'RefCourseRepeatCodeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000065','user', 'dbo', 'table', 'PsStudentSection', 'column', 'RefCourseRepeatCodeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13065','user', 'dbo', 'table', 'PsStudentSection', 'column', 'RefCourseRepeatCodeId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'PsStudentSection', 'column', 'RefCourseRepeatCodeId' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate key from Person.','user', 'dbo', 'table', 'StaffExperience', 'column', 'PersonId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total number of years that a person has previously held a teaching position in one or more adult education programs.','user', 'dbo', 'table', 'StaffExperience', 'column', 'YearsOfPriorAETeachingExperience' -GO - -exec sp_addextendedproperty 'CEDS_Element','Years of Prior Adult Education Teaching Experience','user', 'dbo', 'table', 'StaffExperience', 'column', 'YearsOfPriorAETeachingExperience' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000788','user', 'dbo', 'table', 'StaffExperience', 'column', 'YearsOfPriorAETeachingExperience' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13774','user', 'dbo', 'table', 'StaffExperience', 'column', 'YearsOfPriorAETeachingExperience' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'StaffExperience', 'column', 'YearsOfPriorAETeachingExperience' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The total number of years that a person has previously held a teaching position in one or more education institutions.','user', 'dbo', 'table', 'StaffExperience', 'column', 'YearsOfPriorTeachingExperience' -GO - -exec sp_addextendedproperty 'CEDS_Element','Years of Prior Teaching Experience','user', 'dbo', 'table', 'StaffExperience', 'column', 'YearsOfPriorTeachingExperience' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000302','user', 'dbo', 'table', 'StaffExperience', 'column', 'YearsOfPriorTeachingExperience' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13302','user', 'dbo', 'table', 'StaffExperience', 'column', 'YearsOfPriorTeachingExperience' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'StaffExperience', 'column', 'YearsOfPriorTeachingExperience' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'TeacherStudentDataLinkExclusion', 'column', 'TeacherStudentDataLinkExclusionId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The number of jobs held by a person during the reference period.','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'EmployedInMultipleJobsCount' -GO - -exec sp_addextendedproperty 'CEDS_Element','Person Employed in Multiple Jobs Count','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'EmployedInMultipleJobsCount' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000991','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'EmployedInMultipleJobsCount' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13993','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'EmployedInMultipleJobsCount' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'EmployedInMultipleJobsCount' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An individual who is a member of the uniformed armed forces of the United States as reported through FEDES after exiting secondary, postsecondary, or adult education or workforce programs.','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'MilitaryEnlistmentAfterExit' -GO - -exec sp_addextendedproperty 'CEDS_Element','Military Enlistment After Exit','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'MilitaryEnlistmentAfterExit' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','001412','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'MilitaryEnlistmentAfterExit' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14381','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'MilitaryEnlistmentAfterExit' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'MilitaryEnlistmentAfterExit' -GO - -exec sp_addextendedproperty 'MS_Description','Surrogate Key','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'OrganizationPersonRoleId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An individual who is a paid employee or works in his or her own business, profession, or farm, as reported through the State Unemployment Insurance Wage Report, FEDES, or WRIS, after exiting secondary, postsecondary, or adult education or workforce programs.','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employed After Exit','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000988','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13990','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'RefEmployedAfterExitId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An individual who is a paid employee or works in his or her own business, profession, or farm, as reported through the State Unemployment Insurance Wage Report, FEDES, or WRIS, and at the same time is enrolled in secondary, postsecondary, or adult education or workforce programs.','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Employed While Enrolled','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000987','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13989','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'MS_Description','See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.','user', 'dbo', 'table', 'WorkforceEmploymentQuarterlyData', 'column', 'RefEmployedWhileEnrolledId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The month and year on which the diploma/credential is awarded to a student in recognition of his/her completion of the curricular requirements.','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_Element','Diploma or Credential Award Date','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000081','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13081','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'DiplomaOrCredentialAwardDate' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','An indicator of the category of credential conferred by a state occupational licensing entity or industry organization for competency in a specific area measured by a set of pre-established standards.','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Professional or Technical Credential Conferred','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000783','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=13780','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_addextendedproperty 'CEDS_Def_Desc','The type of workforce and employment development program that an individual is participating in.','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'RefWfProgramParticipationId' -GO - -exec sp_addextendedproperty 'CEDS_Element','Workforce Program Type','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'RefWfProgramParticipationId' -GO - -exec sp_addextendedproperty 'CEDS_GlobalId','000997','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'RefWfProgramParticipationId' -GO - -exec sp_addextendedproperty 'CEDS_URL','https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=14000','user', 'dbo', 'table', 'WorkforceProgramParticipation', 'column', 'RefWfProgramParticipationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15000, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15017, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15211, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15257, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15845, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15848, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15853, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15854, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15855, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15856, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15858, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15863, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15868, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16167', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOrganizationIndicator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15001', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'AcademicAwardDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15002', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RefAcademicAwardLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15002', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAcademicAwardLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15003', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'AcademicAwardTitle' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15004', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN', @level2name=N'RefAcademicHonorTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15004', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAcademicHonorType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15005', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'AccountabilityReportTitle' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15006, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15055, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15056, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15111, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15159, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15161, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15166, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15175, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15203, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15618, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15778, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15827, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15979, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16246, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16281, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16463', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RefOrganizationIdentifierTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15006, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15055, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15056, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15111, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15159, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15161, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15166, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15175, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15203, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15618, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15778, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15827, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15979, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16246, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16281, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16463', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOrganizationIdentificationSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15007, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15097, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15326, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15345, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15517, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15583, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15647, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15792, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15975, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16001, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16209, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16213, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16266', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'EntryDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15008, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15107, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15327, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15518, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15562, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15584, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15648, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15793, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15794, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16002, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16271', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'ExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15011', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RefAypStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15011', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAypStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15012', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RefAdministrativeFundingControlId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15012', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAdministrativeFundingControl', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15013', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'CourseAlignedWithStandards' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15013', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'CourseAlignedWithStandards' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15014', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'AlternateAypApproachIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15015', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefAlternativeSchoolFocusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15015', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAlternativeSchoolFocus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15018', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'AdvancedPlacementCreditsAwarded' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15019', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'ApartmentRoomOrSuiteNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15019', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'ApartmentRoomOrSuiteNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15021', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RefAcademicSubjectId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15021', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RefAcademicSubjectId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15021', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAcademicSubject', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15024', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15025', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefAssessmentParticipationIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15025', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentParticipationIndicator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15026', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RefAssessmentPurposeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15026', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefAssessmentPurposeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15026', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RefAssessmentPurposeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15026', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentPurpose', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15027', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionAssessmentReporting', @level2type=N'COLUMN', @level2name=N'RefCourseSectionAssessmentReportingMethodId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15027', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseSectionAssessmentReportingMethod', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15028', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15029', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RefAssessmentTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15029', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15030', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'AvailableCarnegieUnitCredit' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15030', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'AvailableCarnegieUnitCredit' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15030', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'AvailableCarnegieUnitCredit' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15031', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'AwaitingInitialIDEAEvaluationStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15032', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'StaffCompensationBaseSalary' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15035', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RefCampusResidencyTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15035', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCampusResidencyType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15036', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'CteCompleter' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15037', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'CteConcentrator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15038', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RefCarnegieBasicClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15038', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCarnegieBasicClassification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15039', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'CharterSchoolIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15039', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'CharterSchoolIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15040', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'City' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15040', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'City' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15041', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'HighSchoolStudentClassRank' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15041', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'HighSchoolStudentClassRank' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15042', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'ClassRankingDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15043', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'RefCipCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15043', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RefCipCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15043', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RefCipCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15043', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCipCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15044', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PSStudentProgram', @level2type=N'COLUMN', @level2name=N'RefCipUseId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15044', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCipUse', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15045', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RefCipVersionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15045', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCipVersion', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15046', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'CohortYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15047', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'ContractDaysOfServicePerYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15048', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RefControlOfInstitutionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15048', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefControlOfInstitution', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15049', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolCorrectiveAction', @level2type=N'COLUMN', @level2name=N'RefCorrectiveActionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15049', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCorrectiveActionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15050', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RefCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15050, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15424', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCountry', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15051', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RefCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15053', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'AcademicGrade' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15054, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15059', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'OrganizationCalendarSessionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15054, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15251, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16266', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'BeginDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15055, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15111, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15153, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15155, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15166, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15175, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15507, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15618, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15777, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15819, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15825, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15979, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16281, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16438, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16462', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15056, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15159, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15161, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15778, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15827, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16463', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RefOrganizationIdentificationSystemId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15057', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RefCourseCreditUnitId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15057', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RefCourseCreditUnitId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15057', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseCreditUnit', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15057', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RefCourseCreditUnitId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15058', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'CreditValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15059, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15253', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15060', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RefCourseGpaApplicabilityId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15060', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefCourseGpaApplicabilityId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15060', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RefCourseGpaApplicabilityId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15060', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RefCourseGpaApplicabilityId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15060', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseGpaApplicability', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15061', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RefCourseLevelCharacteristicsId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15061', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseLevelCharacteristic', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15063', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'CourseOverrideSchool' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15064', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'QualityPointsEarned' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15065', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RefCourseRepeatCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15065', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'RefCourseRepeatCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15065', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseRepeatCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15066', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'SubjectAbbreviation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15069, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16065, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16066', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'ExpirationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15070', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'IssuanceDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15071', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'RefCredentialTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15071', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15072', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RefCreditTypeEarnedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15072', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RefCreditTypeEarnedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15072', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCreditTypeEarned', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15073', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'CreditsAttemptedCumulative' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15073', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'CreditsAttemptedCumulative' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15074', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'CreditsEarnedCumulative' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15074', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'CreditsEarnedCumulative' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15075', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RefCteGraduationRateInclusionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15075', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCteGraduationRateInclusion', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15076', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAttendanceStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15076', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RefAttendanceStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15077', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'DegreeApplicability' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15078', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'DegreeOrCertificateSeekingStudent' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15079', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RefDependencyStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15079', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDependencyStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15080', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'DesegregationOrderOrPlan' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15081', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'DiplomaOrCredentialAwardDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15081', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'DiplomaOrCredentialAwardDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15081', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'DiplomaOrCredentialAwardDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15081', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'DiplomaOrCredentialAwardDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15081', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'DiplomaOrCredentialAwardDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15081', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN', @level2name=N'DiplomaOrCredentialAwardDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15081, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15343', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'AwardDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15082', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'DisciplinaryActionEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15083', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'DisciplinaryActionStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15084', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'DisplacedHomemakerIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15084', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'DisplacedHomemakerIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15085', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'DualCreditDualEnrollmentCredits' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15086, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15148, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15151, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15180, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15189, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15235, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15236, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15237, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15286, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15287, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15288, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15291, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15561, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15573, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15574, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15758, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15759, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15760, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15761, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15806, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15813, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15814', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RefPersonStatusTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15086, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15148, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15151, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15180, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15189, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15235, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15236, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15237, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15286, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15287, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15288, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15291, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15561, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15573, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15574, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15758, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15759, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15760, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15761, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15806, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15813, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15814', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPersonStatusType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15087', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefK12StaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15087', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RefK12StaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15087', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefK12StaffClassification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15088', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmail', @level2type=N'COLUMN', @level2name=N'ElectronicMailAddress' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15088', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonEmailAddress', @level2type=N'COLUMN', @level2name=N'EmailAddress' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15089', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmail', @level2type=N'COLUMN', @level2name=N'RefEmailTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15089', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonEmailAddress', @level2type=N'COLUMN', @level2name=N'RefEmailTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15089', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEmailType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15091', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RefElementaryMiddleAdditionalId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15091', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefElementaryMiddleAdditional', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15092', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefFoodServiceEligibilityId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15092', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFoodServiceEligibility', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15093', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefEndOfTermStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15093', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEndOfTermStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15094', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefEnrollmentStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15094', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEnrollmentStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15094, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15096, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15346, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15749, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15977', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefRoleStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15094, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15096, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15346, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15749, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15977', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'RefRoleStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15095', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefPsEnrollmentTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15095', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPsEnrollmentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15096', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefPsEnrollmentStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15096', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPsEnrollmentStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15098', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'EntryDateIntoPostsecondary' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15099', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefEntryType' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15099', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEntryType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15100', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefEntryGradeLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15100, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15125, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15126, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15131, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15177, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16063, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16177', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGradeLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15101', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'TimeRequiredForCompletion' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15102', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'Outcome' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15103', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'Scale' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15104', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'ScoreOrRating' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15105', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'System' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15106', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RefCohortExclusionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15106', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCohortExclusion', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15108', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RefExitOrWithdrawalStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15108', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefExitOrWithdrawalStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15108', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefExitOrWithdrawalStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15110', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefExitOrWithdrawalTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15110', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefExitOrWithdrawalType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15112', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'FinancialAidAwardAmount' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15113', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'RefFinancialAidAwardTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15113', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialAidAwardType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15117', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'FirstTimePostsecondaryStudent' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15118', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'FullTimeEquivalency' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15120, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15122, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15147, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15185, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15193, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15249, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15290, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15541, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15542, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15557, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15690, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16257, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16263', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonProgramParticipation', @level2type=N'COLUMN', @level2name=N'RefParticipationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15120, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15122, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15147, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15185, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15193, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15249, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15290, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15541, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15542, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15557, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15690, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16257, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16263', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefParticipationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15122, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15193', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonProgramParticipation', @level2type=N'COLUMN', @level2name=N'ParticipationStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15123', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefGpaWeightedIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15123', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'RefGpaWeightedIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15123', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGpaWeightedIndicator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15124', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'GradeEarned' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15124', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'GradeEarned' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15125', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15125', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN', @level2name=N'RefGradeLevelWhenCourseTakenId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15126, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16063', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefGradeLevelToBeAssessedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15126, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16063', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefGradeLevelWhenAssessedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15127', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'GradePointAverage' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15128', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'GradePointAverageCumulative' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15128', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'GradePointAverageCumulative' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15128', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'GradePointAverageCumulative' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15129', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentSession', @level2type=N'COLUMN', @level2name=N'GradePointAverageGivenSession' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15130', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'GradePointsEarnedCumulative' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15131', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolGradeOffered', @level2type=N'COLUMN', @level2name=N'RefGradeLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15132', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'GraduationRateSurveyCohortYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15133', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'GraduationRateSurveyIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15134', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RefGunFreeSchoolsActStatusReportingId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15134', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGunFreeSchoolsActReportingStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15135', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'HarassmentOrBullyingPolicy' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15136', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'StaffCompensationHealthBenefits' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15137', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'HighSchoolCourseRequirement' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15137', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'HighSchoolCourseRequirement' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15138', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefHighSchoolDiplomaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15138', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefHighSchoolDiplomaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15138', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefHighSchoolDiplomaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15140', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RefHighSchoolGraduationRateIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15140', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefHighSchoolGraduationRateIndicator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15141', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RefHighestEducationLevelCompletedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15141, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15701, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16194, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16195, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16212', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEducationLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15142', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'HighlyQualifiedTeacherIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15143', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'HireDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15146', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHomelessness', @level2type=N'COLUMN', @level2name=N'RefHomelessNighttimeResidenceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15146', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefHomelessNighttimeResidence', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15149', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHomelessness', @level2type=N'COLUMN', @level2name=N'HomelessnessStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15150', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN', @level2name=N'HonorDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15152', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15156, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15157, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15400, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15401, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15781, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16414, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16551', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonIdentifier', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15158', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'IdentificationSystem' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15162, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15163, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15782', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonIdentifier', @level2type=N'COLUMN', @level2name=N'RefPersonIdentificationSystemId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15162, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15163, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15782, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16550', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPersonIdentificationSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15164', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RefIncreasedLearningTimeTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15164', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncreasedLearningTimeType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15165', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'InitialEnrollmentTerm' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15167', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RefInstitutionTelephoneTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15167', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefInstitutionTelephoneType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15168', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'InstructionalActivityHoursAttempted' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15169', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefInstructionalActivityHoursId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15169', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefInstructionalActivityHours', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15170', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'RefIntegratedTechnologyStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15170', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIntegratedTechnologyStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15171', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'LastQualifyingMoveDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15173', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RefLEAImprovementStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15173', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLeaImprovementStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15174, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15524, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16387', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationOperationalStatus', @level2type=N'COLUMN', @level2name=N'RefOperationalStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15174, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15524, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16387', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOperationalStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15175', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'SupervisoryUnionIdentificationNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15178', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeProvider', @level2type=N'COLUMN', @level2name=N'RefLevelOfInstitutionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15178', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RefLevelOfInstitutionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15178', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLevelOfInstitution', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15179', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RefPsLepTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15179', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPsLepType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15181', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefMagnetSpecialProgramId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15181', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMagnetSpecialProgram', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15182', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'MarkingPeriodName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15183', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'MidTermMark' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15186', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RefMepServiceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15186', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMepServiceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15187', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RefMepSessionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15187', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMepSessionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15188', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefMepStaffCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15188', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMepStaffCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15190', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'CountyName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15190', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'AddressCountyName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15191', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'NameOfInstitution' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15194', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN', @level2name=N'RefNeglectedProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15194', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefNeglectedProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15196', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefVisaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15197', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'NormalLengthTimeForCompletion' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15198', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RefTimeForCompletionUnitsId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15198', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTimeForCompletionUnits', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15199', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'NumberOfCreditsAttempted' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15200', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'NumberOfCreditsEarned' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15200', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'NumberOfCreditsEarned' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15200', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'NumberOfCreditsEarned' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15201', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendance', @level2type=N'COLUMN', @level2name=N'NumberOfDaysAbsent' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15202', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'NumberOfDaysInAttendance' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15202', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendance', @level2type=N'COLUMN', @level2name=N'NumberOfDaysInAttendance' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15205', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'StaffCompensationOtherBenefits' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15206', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'OtherName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15207', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefParaprofessionalQualification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15207', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RefParaprofessionalQualificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15208', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RefParticipationStatusMathId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15208, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15209', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefParticipationStatusAyp', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15209', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RefParticipationStatusRlaId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15210', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'PersistentlyDangerousStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15211, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15845, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15848, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15853, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15854, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15855, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15856, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15858, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15863, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15868', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIndicator', @level2type=N'COLUMN', @level2name=N'RefOrganizationIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15213', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'PositionTitle' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15214', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'PostalCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15214', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'PostalCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15216', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibility', @level2type=N'COLUMN', @level2name=N'RefPrekindergartenEligibilityId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15216', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPrekindergartenEligibility', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15217', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibleAgesIDEA', @level2type=N'COLUMN', @level2name=N'RefPreKEligibleAgesNonIDEAId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15217', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPreKEligibleAgesNonIDEA', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15218', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'PrimaryDisabilityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15218', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDisabilityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15219', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'PrimaryTelephoneNumberIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15219', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonTelephone', @level2type=N'COLUMN', @level2name=N'PrimaryTelephoneNumberIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15220', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefProfessionalEducationJobClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15220', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProfessionalEducationJobClassification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15221', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RefProficiencyTargetStatusMathId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15221, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15544', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProficiencyTargetAyp', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15222', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonProgramParticipation', @level2type=N'COLUMN', @level2name=N'RefProgramExitReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15222', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgramExitReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15223', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'ProgramLengthHours' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15224', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RefProgramLengthHoursTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15224', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgramLengthHoursType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15225', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RefProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15225', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15226', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'ProjectedGraduationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15227', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RefPublicSchoolChoiceStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15227', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPublicSchoolChoiceStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15228', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefAssessmentReasonNotTestedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15228', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentReasonNotTested', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15229', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ActivityRecognition', @level2type=N'COLUMN', @level2name=N'RefActivityRecognitionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15229', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefActivityRecognitionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15230', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RefReconstitutedStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15230', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefReconstitutedStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15232', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefRestructuringActionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15232', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefRestructuringAction', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15233', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'StaffCompensationRetirementBenefits' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15234', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'SalaryForTeachingAssignmentOnlyIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15238', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'RefSchoolImprovementFundsId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15238', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSchoolImprovementFunds', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15239', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'RefSigInterventionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15239', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSigInterventionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15240', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'RefSchoolImprovementStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15240', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSchoolImprovementStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15241', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RefSchoolLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15241', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSchoolLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15242', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RefSchoolTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15242', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSchoolType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15243, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15864', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendar', @level2type=N'COLUMN', @level2name=N'CalendarYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15244, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15490', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'InstructionalMinutes' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15245', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'ScoreValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15250', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'SCEDSequenceOfCourse' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15252', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'Designator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15252', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'SessionDesignator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15254', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'RefSessionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15254', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSessionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15255', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSex', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15258', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RefSingleSexClassStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15258', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSingleSexClassStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15260', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RefSpecialEducationExitReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15260', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSpecialEducationExitReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15261', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'SpecialEducationParaprofessional' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15262', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'SpecialEducationRelatedServicesPersonnel' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15263', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'SpecialEducationServicesExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15264', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'SpecialEducationTeacher' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15265', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN', @level2name=N'StandardizedAdmissionTestScore' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15266', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN', @level2name=N'RefStandardizedAdmissionTestId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15266', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefStandardizedAdmissionTest', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15267', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RefStateId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15267, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15425', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefState', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15269', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'StreetNumberAndName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15269', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'StreetNumberAndName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15271', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendance', @level2type=N'COLUMN', @level2name=N'AttendanceRate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15272', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefPsStudentLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15272', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPsStudentLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15273', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RefStudentSupportServiceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15273', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationService', @level2type=N'COLUMN', @level2name=N'RefStudentSupportServiceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15273', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefStudentSupportServiceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15273', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvided', @level2type=N'COLUMN', @level2name=N'RefStudentSupportServiceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15274', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15275', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15277', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RefTeachingCredentialBasisId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15277', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTeachingCredentialBasis', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15277', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RefTeachingCredentialBasisId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15278', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RefTeachingCredentialTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15278', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTeachingCredentialType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15278', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RefTeachingCredentialTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15279', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'TelephoneNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15279', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonTelephone', @level2type=N'COLUMN', @level2name=N'TelephoneNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15280', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonTelephone', @level2type=N'COLUMN', @level2name=N'RefPersonTelephoneNumberTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15280', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPersonTelephoneNumberType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15280', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTelephoneNumberType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15281', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleI', @level2type=N'COLUMN', @level2name=N'RefTitleIIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15281', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleIIndicator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15282', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RefTitleIInstructionalServicesId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15282', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleIInstructionalServices', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15283', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefTitleIProgramStaffCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15283', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleIProgramStaffCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15284', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RefTitleIProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15284', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleIProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15285', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefTitleISchoolStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15285', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleISchoolStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15289', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleISupportService', @level2type=N'COLUMN', @level2name=N'RefK12LeaTitleISupportServiceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15289', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefK12LeaTitleISupportService', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15292', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'TitleIVParticipantAndRecipient' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15293', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'StaffCompensationTotalBenefits' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15294', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'TotalNumberInClass' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15294', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'HighSchoolGraduatingClassSize' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15295', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'StaffCompensationTotalSalary' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15296', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefTransferReadyId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15296', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTransferReady', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15297', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RefTuitionResidencyTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15297', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTuitionResidencyType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15299', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefUSCitizenshipStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15300', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationWebsite', @level2type=N'COLUMN', @level2name=N'Website' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15302', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'YearsOfPriorTeachingExperience' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15304', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RefELProgramEligibilityId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15304', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELProgramEligibility', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15305', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RefProofOfResidencyTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15305', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProofOfResidencyType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15306', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonImmunization', @level2type=N'COLUMN', @level2name=N'ImmunizationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15307', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RequiredImmunization', @level2type=N'COLUMN', @level2name=N'RefImmunizationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15308', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RefVisionScreeningStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15308', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefVisionScreeningStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15309', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RefHearingScreeningStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15309', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefHearingScreeningStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15310', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RefDentalScreeningStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15310', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDentalScreeningStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15312', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealthBirth', @level2type=N'COLUMN', @level2name=N'WeightAtBirth' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15313', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealthBirth', @level2type=N'COLUMN', @level2name=N'WeeksOfGestation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15314', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDevelopmentalAssessment', @level2type=N'COLUMN', @level2name=N'RefChildDevelopmentalScreeningStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15314', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefChildDevelopmentalScreeningStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15315', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDevelopmentalAssessment', @level2type=N'COLUMN', @level2name=N'RefDevelopmentalEvaluationFindingId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15315', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDevelopmentalEvaluationFinding', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15316', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RefLanguageUseTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15316', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLanguageUseType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15317', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15317', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefISO6392Language', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15317, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15370, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15880, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15881, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15920', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLanguage', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15320', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RefIndividualizedProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15320', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIndividualizedProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15321', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'RefEarlyChildhoodServicesReceivedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15321', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefServices', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15321', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvided', @level2type=N'COLUMN', @level2name=N'RefServicesId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15321, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16529', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEarlyChildhoodServices', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15323', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'ApplicationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15323', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'ApplicationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15324', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'EnrollmentDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15325', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'RefFoodServiceParticipationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15325', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationFoodService', @level2type=N'COLUMN', @level2name=N'RefSchoolFoodServiceProgramId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15325', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFoodServiceParticipation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15325', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSchoolFoodServiceProgram', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15328', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'CustodialRelationshipIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15329', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'NumberOfPeopleInFamily' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15330', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'NumberOfPeopleInHousehold' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15331', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'FamilyIncome' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15332', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RefFamilyIncomeSourceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15332', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFamilyIncomeSource', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15333', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RefIncomeCalculationMethodId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15333', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncomeCalculationMethod', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15334', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RefHealthInsuranceCoverageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15334', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefHealthInsuranceCoverage', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15335', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RefDentalInsuranceCoverageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15335', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDentalInsuranceCoverageType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15340', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'RefELLevelOfSpecializationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15340', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELLevelOfSpecialization', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15341', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'DegreeOrCertificateTitleOrSubject' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15342', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'RefDegreeOrCertificateTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15342', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDegreeOrCertificateType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15344', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodCredential', @level2type=N'COLUMN', @level2name=N'RefEarlyChildhoodCredentialId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15344', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEarlyChildhoodCredential', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15345, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15975, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16192', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'StatusStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15346', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefEmploymentStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15346', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RefEmploymentStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15346', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEmploymentStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15347', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'InitialLicensingDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15347', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'InitialLicenseDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15348', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'ContinuingLicenseDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15348', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'ContinuingLicenseDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15349', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'RefLicenseExemptId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15349', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'RefLicenseExemptId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15349', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLicenseExempt', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15350, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15525', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationOperationalStatus', @level2type=N'COLUMN', @level2name=N'OperationalStatusEffectiveDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15352', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'RefServiceOptionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15352', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'RefServiceOptionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15352', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'RefServiceOptionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15352', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefServiceOption', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15353', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'HoursAvailablePerDay' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15353', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'HoursAvailablePerDay' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15354', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'DaysAvailablePerWeek' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15354', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'DaysAvailablePerWeek' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15355', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'RefEnvironmentSettingId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15355', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'RefEnvironmentSettingId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15355', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEnvironmentSetting', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15356', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'RefQrisParticipationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15356', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefQrisParticipation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15357', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'QrisScore' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15358, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15698', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RefPersonLocationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15358, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15698', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPersonLocationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15360', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefPsEnrollmentAwardTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15360', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPsEnrollmentAwardType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15361', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'InstructionalActivityHoursCompleted' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15361', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'InstructionalActivityHoursCompleted' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15362', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'RefFinancialAidStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15362', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialAidAwardStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15365', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'FormNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15366', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15367', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'Abbreviation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15368', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RefScoreMetricTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15368', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RefScoreMetricTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15368', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefScoreMetricType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15369', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'InstructionalRecommendation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15370', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15373', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'Objective' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15374', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RefAssessmentAccommodationCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15374', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentAccommodationCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15375', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'AssessmentSecureIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15375', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'AssessmentSecureIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15376', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RefAccommodationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15376', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN', @level2name=N'RefAccommodationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15376', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAccommodationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15377', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RefAssessmentPlatformTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15377', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentPlatformType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15379', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15380', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RefAssessmentSessionSpecialCircumstanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15380', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'RefAssessmentSessionSpecialCircumstanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15380', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentSessionSpecialCircumstanceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15382', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RefAssessmentItemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15382', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentItemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15383', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'Difficulty' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15384', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN', @level2name=N'RefAssessmentItemCharacteristicTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15384', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentItemCharacteristicType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15385', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN', @level2name=N'ResponseChoicePattern' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15387', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'MaximumValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15388', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'MinimumValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15389', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'OptimalValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15390', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'DistractorAnalysis' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15392', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'Stem' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15394', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'Duration' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15395', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'AllottedTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15396', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'RefAssessItemResponseStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15396', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentItemResponseStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15397', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'AidSetUsed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15398', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'TimeAssessed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15399', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'AllottedTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15405', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RefAssessmentTypeChildrenWithDisabilitiesId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15405', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentTypeChildrenWithDisabilities', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15407', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'ScoreMetric' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15408', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'LowerCutScore' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15409', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'UpperCutScore' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15411', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15412', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15413', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'UrlReference' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15414', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Sea', @level2type=N'COLUMN', @level2name=N'RefStateANSICode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15414', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefStateANSICode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15415', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'RefPersonRelationshipId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15415', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPersonRelationship', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15416', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'City' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15417', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RefStateId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15418', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'BirthdateVerification' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15419', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RefContinuationOfServicesReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15419', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefContinuationOfServices', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15420', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'MepEligibilityExpirationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15421', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealthBirth', @level2type=N'COLUMN', @level2name=N'MultipleBirthIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15422', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'MigrantStudentQualifyingArrivalDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15423', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'QualifyingMoveFromCity' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15424', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RefQualifyingMoveFromCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15425', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RefQualifyingMoveFromStateId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15426', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'DesignatedGraduationSchoolId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15427', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RefMepEnrollmentTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15427', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMepEnrollmentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15428', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'ImmunizationRecordFlag' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15429', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RefMedicalAlertIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15429', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMedicalAlertIndicator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15430', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RefMepProjectBasedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15430', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMepProjectBased', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15432', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'AypAppealProcessDesignation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15433', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'AypAppealChangedDesignation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15434', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'AypAppealProcessDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15435', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN', @level2name=N'StateTransferabilityOfFunds' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15437', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RefTitleIIILanguageInstructionProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15437', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RefTitleIIILanguageInstructionProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15437', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleIIILanguageInstructionProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15438', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RefInstructionLanguage' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15438', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RefInstructionLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15439', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'RefBarrierToEducatingHomelessId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15439', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBarrierToEducatingHomeless', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15441', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLeaFundsTransferType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15443', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'StateAssessStandardsFunding' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15444', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'StateAssessmentAdminFunding' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15445', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN', @level2name=N'DateStateReceivedTitleIIIAllocation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15446', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN', @level2name=N'DateTitleIIIFundsAvailableToSubgrantees' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15447', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN', @level2name=N'NumberOfDaysForTitleIIISubgrants' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15451', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'InnovativeDollarsSpent' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15452', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'InnovativeDollarsSpentOnStrategicPriorities' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15453', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RefMepProjectTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15453', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMepProjectType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15454', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'InnovativeProgramsFundsReceived' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15456', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN', @level2name=N'RefLiteracyAssessmentId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15456', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLiteracyAssessment', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15457', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN', @level2name=N'LiteracyGoalMetStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15458', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN', @level2name=N'LiteracyPostTestStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15459', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN', @level2name=N'LiteracyPreTestStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15461', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'IndicatorName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15462', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'Instrument' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15463', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'CollectionFrequency' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15464', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'MostRecentCollection' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15465', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'Target' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15466', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'Performance' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15468', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'Baseline' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15469', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'BaselineYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15472', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'SchoolImprovementExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15473', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'TerminatedTitleIIIProgramFailure' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15475', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN', @level2name=N'ObtainedEmployment' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15476', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'ProgramInMultiplePurposeFacility' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15477', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RefRlisProgramUseId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15477', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefRlisProgramUse', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15478', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleIIIProfessionalDevelopment', @level2type=N'COLUMN', @level2name=N'RefTitleIIIProfessionalDevelopmentTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15478', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleIIIProfessionalDevelopmentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15479', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RefDisciplinaryActionTakenId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15479', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDisciplinaryActionTaken', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15481', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RefPrekindergartenDailyLengthId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15481, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15482', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgramDayLength', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15482', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RefKindergartenDailyLengthId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15485', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendar', @level2type=N'COLUMN', @level2name=N'CalendarCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15486', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendar', @level2type=N'COLUMN', @level2name=N'CalendarDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15487', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'DaysInSession' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15488', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'FirstInstructionDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15489', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'LastInstructionDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15490', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'InstructionalMinutes' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15491', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'MinutesPerDay' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15492', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'IncidentIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15493', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'IncidentDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15494', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'IncidentTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15495', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15496', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'IncidentCost' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15497', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RefIncidentReporterTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15497', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncidentReporterType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15498', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'IncidentReporterId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15499', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'IncidentDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15500', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RefIncidentBehaviorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15500', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncidentBehavior', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15501', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RefIncidentInjuryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15501', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncidentInjuryType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15502', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'DurationOfDisciplinaryAction' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15503', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RelatedToZeroTolerancePolicy' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15504', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'FullYearExpulsion' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15505', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'ShortenedExpulsion' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15506', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RefIncidentTimeDescriptionCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15506', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncidentTimeDescriptionCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15507', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Classroom', @level2type=N'COLUMN', @level2name=N'ClassroomIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15508', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15509', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'CoreAcademicCourse' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15509', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'CoreAcademicCourse' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15510', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'ClassBeginningTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15511', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'ClassEndingTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15512', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'ClassMeetingDays' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15513', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'ClassPeriod' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15514', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'TimeDayIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15515', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'RefInstructionLocationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15515', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefInstructionLocationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15516', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'PrimaryAssignment' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15519', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'ItinerantTeacher' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15520', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'FirstEntryDateIntoUSSchool' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15521', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefPromotionReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15521', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPromotionReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15522', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefNonPromotionReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15522', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefNonPromotionReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15523', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefPublicSchoolResidence' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15523', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPublicSchoolResidence', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15526', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RefIDEAEdEnvironmentSchoolAgeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15526', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIDEAEducationalEnvironmentSchoolAge', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15527', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RefTitleIIIAccountabilityId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15527', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleIIIAccountability', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15528', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RefLeaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15528', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLeaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15529', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RefDisciplineMethodOfCwdId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15529', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDisciplineMethodOfCwd', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15530', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RefIdeaInterimRemovalReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15530', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIDEAInterimRemovalReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15531', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefAssessmentReasonNotCompletingId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15531', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentReasonNotCompleting', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15532', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RefIdeaInterimRemovalId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15532', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIDEAInterimRemoval', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15533', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'ConsolidatedMepFundsStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15534', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'MepPersonnelIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15535', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'AmaoProficiencyAttainmentLepStudents' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15535, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15545, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15572', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAmaoAttainmentStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15536', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RefDisciplineReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15536', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDisciplineReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15537', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'TechnologySkillsStandardsMet' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15539', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFederalProgramFundingAllocationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15543', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'TitleITargetedAssistanceStaffFunded' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15544', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RefProficiencyTargetStatusRLAId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15545', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'AmaoProgressAttainmentLepStudents' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15546', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RefDisciplineMethodFirearmsId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15546', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDisciplineMethodFirearms', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15547', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RefIDEADisciplineMethodFirearmId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15547', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIDEADisciplineMethodFirearm', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15548', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RefFirearmTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15548', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFirearmType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15549', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefSpecialEducationStaffCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15549', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSpecialEducationStaffCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15549', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceStaff', @level2type=N'COLUMN', @level2name=N'RefSpecialEducationStaffCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15550', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'RefIDEAEnvironmentELId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15550', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RefIDEAEducationalEnvironmentECId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15550', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIDEAEducationalEnvironmentEC', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15550', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIDEAEnvironmentEL', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15552', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefReapAlternativeFundingStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15553', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefProgressLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15553', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RefProgressLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15553', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgressLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15554', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'PrioritizedForServices' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15555', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'ContinuationOfServicesStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15556', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefSpecialEducationAgeGroupTaughtId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15556', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSpecialEducationAgeGroupTaught', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15558', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefTechnologyLiteracyStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15558', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTechnologyLiteracyStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15559', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'SesFundsSpent' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15560', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'PublicSchoolChoiceFundsSpent' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15563', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefPreAndPostTestIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15563', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RefPreAndPostTestIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15563', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPreAndPostTestIndicator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15564', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RefAssessmentPretestOutcomeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15564', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentPretestOutcome', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15565', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'RefProficiencyStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15565', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProficiencyStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15566', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'SesSchoolChoice20PercentObligation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15568', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'IncludedInAypCalculation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15569', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'DisabilityStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15570', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'EducationalServicesAfterRemoval' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15572', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'AmaoAypProgressAttainmentLepStudents' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15573', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'SingleParentOrSinglePregnantWoman' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15577', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'CohortGraduationYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15577', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCohort', @level2type=N'COLUMN', @level2name=N'CohortGraduationYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15578', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RefStatePovertyDesignationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15578', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefStatePovertyDesignation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15579', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefPsEnrollmentActionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15579', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPsEnrollmentAction', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15580', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefInternetAccessId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15580', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefInternetAccess', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15581', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'RefNonTraditionalGenderStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15581', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCteNonTraditionalGenderStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15581', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefNonTraditionalGenderStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15582', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefStaffPerformanceLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15582', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'RefStaffPerformanceLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15585', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'CteParticipant' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15586', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'CteNonTraditionalCompletion' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15587, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15588, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15639, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15640, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16439', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12OrganizationStudentResponsibility', @level2type=N'COLUMN', @level2name=N'RefK12ResponsibilityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15587, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15588, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15639, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15640, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16439', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefK12ResponsibilityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15589', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RefAdditionalCreditTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15589', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RefAdditionalCreditTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15589', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefAdditionalCreditTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15589', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RefAdditionalCreditTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15589', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAdditionalCreditType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15590', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'LocationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15590', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'Location' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15591', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarDay', @level2type=N'COLUMN', @level2name=N'AlternateDayName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15592', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAbsentAttendanceCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15592', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RefAbsentAttendanceCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15593', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPresentAttendanceCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15593', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RefPresentAttendanceCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15594', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAttendanceEventType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15594', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RefAttendanceEventTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15595', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'BuildingSiteNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15595', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'BuildingSiteNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15596', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'RefCalendarEventType' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15596', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCalendarEventType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15598', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RefContentStandardTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15598', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefContentStandardType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15599', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'Latitude' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15599', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'Latitude' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15600', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'Longitude' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15600', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'Longitude' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15602', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RefDisciplineLengthDifferenceReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15602', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDisciplineLengthDifferenceReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15603', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'DisplacedStudentStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15604', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'Code' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15605', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15606', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'Type' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15607', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'StartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15609', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'GradeValueQualifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15609', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'GradeValueQualifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15610', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RefIncidentLocationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15610', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncidentLocation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15611', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RefPersonalInformationVerificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15611', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonIdentifier', @level2type=N'COLUMN', @level2name=N'RefPersonalInformationVerificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15611', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPersonalInformationVerification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15613', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEmploymentSeparationReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15613', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'RefEmploymentSeparationReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15614', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEmploymentSeparationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15614', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'RefEmploymentSeparationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15615', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefClassroomPositionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15615', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefClassroomPositionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15617', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLeaveEventType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15617', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RefLeaveEventTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15620', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RefIncidentBehaviorSecondaryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15620', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncidentBehaviorSecondary', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15623', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15625, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16172', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'BuildingName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15626', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'YoungestAgeServed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15626', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'YoungestAgeServed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15627', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'RefOtherNameTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15627', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOtherNameType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15636', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN', @level2name=N'AchievementIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15638', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN', @level2name=N'OutcomeIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15644', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationLocation', @level2type=N'COLUMN', @level2name=N'RefOrganizationLocationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15644', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOrganizationLocationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15649', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'TeacherOfRecord' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15650', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefTeachingAssignmentRoleId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15650', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTeachingAssignmentRole', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15651', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'ContributionPercentage' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15652', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RefCourseSectionEntryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15652', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseSectionEntryType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15653', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'ExitWithdrawalDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15654', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RefCourseSectionExitTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15654', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseSectionExitType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15655, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15656, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15657, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15658, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15659, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15974', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefRace', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15660', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'InterscholasticSportsMaleOnly' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15661', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'InterscholasticSportsFemaleOnly' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15662', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'InterscholasticTeamsMaleOnly' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15663', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'InterscholasticTeamsFemaleOnly' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15664', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'InterscholasticSportParticipantsMale' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15665', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'InterscholasticSportParticipantsFemale' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15670', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'URI' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15671', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15672', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15673', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'Creator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15674', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15675', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RefCompetencyFrameworkPublicationStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15675', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyFrameworkPublicationStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15676', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'Jurisdiction' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15677', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'ValidStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15678', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'ValidEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15679', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'Subject' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15680', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'VisionScreeningDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15681', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'HearingScreeningDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15682', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'DentalScreeningDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15683', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'MaximumScore' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15684', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'MinimumScore' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15685', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN', @level2name=N'Value' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15686', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RefCharterSchoolTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15686', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCharterSchoolType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15687', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'CohortDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15688', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RefCurriculumFrameworkTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15688', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefCurriculumFrameworkTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15688', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCurriculumFrameworkType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15689', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefHighSchoolDiplomaDistinctionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15689', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefHighSchoolDiplomaDistinctionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15692', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgramSponsorType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15692', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RefProgramSponsorTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15693', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15694', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'Label' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15695', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'Rules' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15700', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'ScoreValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15702', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'AcademicYearDesignator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15703', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefAcademicTermDesignatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15703', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAcademicTermDesignator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15704', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefDistanceEducationCourseEnrollmentId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15704', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDistanceEducationCourseEnrollment', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15705', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RefPredominantCalendarSystemId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15705', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPredominantCalendarSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15707', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'StandardOccupationalClass' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15708', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefIpedsOccupationalCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15708', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIpedsOccupationalCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15709', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'InstructionalStaffStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15710', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'MedicalSchoolStaffStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15711', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'FacultyStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15712', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefInstructionalStaffContractLengthId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15712', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefInstructionalStaffContractLength', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15713', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefFullTimeStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15713', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFullTimeStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15714', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefEmploymentContractTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15714', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEmploymentContractType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15715', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RefTenureSystemId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15715', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTenureSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15716', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefInstructionalStaffFacultyTenureId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15716', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefInstructionalStaffFacultyTenure', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15717', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefAcademicRankId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15717', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAcademicRank', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15719', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefInstructionCreditTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15719', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefInstructionCreditType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15720', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'GraduateAssistantStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15721', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefGraduateAssistantIpedsCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15721', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGraduateAssistantIpedsCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15722', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'AnnualBaseContractualSalary' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15723', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'TuitionPublished' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15725', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'RefTuitionUnitId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15725', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTuitionUnit', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15726', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'RequiredStudentFees' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15727', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'InstitutionallyControlledHousingStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15728', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'RoomCharges' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15729', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'BoardCharges' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15730', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'BooksAndSuppliesCosts' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15731', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'OtherStudentExpenses' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15732', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'PriceOfAttendance' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15733', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'ComprehensiveFee' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15735', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'PostsecondaryApplicant' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15736', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'RefAdmittedStudentId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15736', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAdmittedStudent', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15738', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'WaitListedStudent' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15739', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'RefGradePointAverageDomainId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15739', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGradePointAverageDomain', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15740', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'HighSchoolPercentile' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15741', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'HousingOnCampus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15743', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'FraternityParticipationStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15744', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'SororityParticipationStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15745', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'FinancialAidApplicant' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15747', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'FinancialNeed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15748', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTeacherEducationTestCompany', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15748', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN', @level2name=N'RefTeacherEducationTestCompanyId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15749', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RefTeacherPrepEnrollmentStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15749', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTeacherPrepEnrollmentStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15750', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RefTeacherPrepCompleterStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15750', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTeacherPrepCompleterStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15751', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RefAltRouteToCertificationOrLicensureId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15751', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAltRouteToCertificationOrLicensure', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15753', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RefCriticalTeacherShortageCandidateId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15753', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCriticalTeacherShortageCandidate', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15754', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RefSupervisedClinicalExperienceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15754', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSupervisedClinicalExperience', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15755', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'ClinicalExperienceClockHours' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15756', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTeacherEducationCredentialExam', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15756', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN', @level2name=N'RefTeacherEducationCredentialExamId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15757', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTeacherEducationExamScoreType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15757', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN', @level2name=N'RefTeacherEducationExamScoreTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15763', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RefAeFunctioningLevelAtIntakeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15763', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAeFunctioningLevelAtIntake', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15764', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RefAeFunctioningLevelAtPosttestId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15764', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAeFunctioningLevelAtPosttest', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15765', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RefAeInstructionalProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15765', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAeInstructionalProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15766', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RefAeSpecialProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15766', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAeSpecialProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15767', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RefGoalsForAttendingAdultEducationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15767', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGoalsForAttendingAdultEducation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15768', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RefAePostsecondaryTransitionActionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15768', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAePostsecondaryTransitionAction', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15769', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'PostsecondaryTransitionDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15770', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStaff', @level2type=N'COLUMN', @level2name=N'RefAeStaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15770', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAeStaffClassification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15771', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStaff', @level2type=N'COLUMN', @level2name=N'RefAeStaffEmploymentStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15771', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAeStaffEmploymentStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15774', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStaff', @level2type=N'COLUMN', @level2name=N'YearsOfPriorAeTeachingExperience' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15774', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'YearsOfPriorAETeachingExperience' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15775', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStaff', @level2type=N'COLUMN', @level2name=N'RefAeCertificationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15775', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAeCertificationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15776', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'ProxyContactHours' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15779, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16165', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOrganizationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15780', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15780', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15780', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15780', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefProfessionalTechCredentialTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15780', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProfessionalTechnicalCredentialType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15780', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN', @level2name=N'RefProfessionalTechnicalCredentialTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15784', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'FamilyIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15786', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'ECDegreeOrCertificateHolder' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15787', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'TotalApprovedECCreditsEarned' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15791', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'TotalCollegeCreditsEarned' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15794, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15976, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16193', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'StatusEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15795', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'HoursWorkedPerWeek' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15796', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'HourlyWage' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15797', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefWageCollectionMethodId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15797', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefWageCollectionMethod', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15798', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'UnionMembershipStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15803', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentRequirement', @level2type=N'COLUMN', @level2name=N'RequiredTrainingClockHours' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15804', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'RefIssuingStateId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15805', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaff', @level2type=N'COLUMN', @level2name=N'RefChildDevelopmentAssociateTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15805', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefChildDevelopmentAssociateType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15805', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RefChildDevAssociateTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15808', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'ActivityIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15808', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'ActivityIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15809', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15809', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'ActivityTitle' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15810', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'ScholarshipStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15810', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'ScholarshipStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15811', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RefProfessionalDevelopmentFinancialSupportId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15811', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProfessionalDevelopmentFinancialSupport', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15811', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RefProfessionalDevelopmentFinancialSupportId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15812', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CoreKnowledgeArea', @level2type=N'COLUMN', @level2name=N'RefCoreKnowledgeAreaId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15812', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCoreKnowledgeArea', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15815', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'SchoolAgeEducationPSCredits' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15817', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'RefHigherEducationInstitutionAccreditationStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15817', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'RefHigherEducationInstitutionAccreditationStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15817', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefHigherEducationInstitutionAccreditationStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15818', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefWageVerificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15818', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefWageVerification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15821', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'ServesChildrenWithSpecialNeeds' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15822', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'ELClassGroupCurriculumType' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15823', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RefELGroupSizeStandardMetId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15823', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELGroupSizeStandardMet', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15824', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'ELProgramAnnualOperatingWeeks' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15824', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'AnnualOperatingWeeks' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15828', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'RefELProgramLicenseStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15828', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELProgramLicenseStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15829', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN', @level2name=N'RefEarlyChildhoodProgramEnrollmentTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15829', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEarlyChildhoodProgramEnrollmentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15830', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'QrisAwardDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15831', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'QRISExpirationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15834', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganization', @level2type=N'COLUMN', @level2name=N'RefProfitStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15834', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProfitStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15835', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'NumberOfFatalities' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15836', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'NumberOfInjuries' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15837', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'LicenseSuspensionStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15838', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'LicenseRevocationStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15839, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16297', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'VisitStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15839, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16298', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'VisitEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15840', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'AccreditationAwardDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15841', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'AccreditationExpirationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15842, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15847, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15849, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15850, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15859, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15984, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16004', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPolicy', @level2type=N'COLUMN', @level2name=N'PolicyType' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15843', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'NumberQrisLevels' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15844', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'NumberOfClassrooms' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15852', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'RefPopulationServedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15852', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPopulationServed', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15857', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RefCommunicationMethodId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15857', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCommunicationMethod', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15862', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'RefERSRuralUrbanContinuumCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15862', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefERSRuralUrbanContinuumCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15865', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'StateLicensedFacilityCapacity' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15866', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN', @level2name=N'FullTimeBenefitIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15866, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15867', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN', @level2name=N'RefEmployeeBenefitId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15866, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15867', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEmployeeBenefit', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15867', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN', @level2name=N'PartTimeBenefitIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15875', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBloomsTaxonomyDomain', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15876', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMultipleIntelligenceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15877', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencySet', @level2type=N'COLUMN', @level2name=N'RefCompletionCriteriaId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15877', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencySetCompletionCriteria', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15878', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencySet', @level2type=N'COLUMN', @level2name=N'CompletionCriteriaThreshold' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15879', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceCompetencyAlignmentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15880', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15882', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'License' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15884', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'Publisher' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15885', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'Rights' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15886', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RightsHolder' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15889', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'AssignedByPersonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15890', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'DescriptiveFeedback' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15891', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'DescriptiveFeedback' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15900', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'AwardIssuerOriginURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15901', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardEvidence', @level2type=N'COLUMN', @level2name=N'Statement' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15902', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'SuccessCriteria' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15903', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15904', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'FeedbackMessage' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15905', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'SequenceNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15906', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'TextComplexityValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15907', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RefTextComplexitySystemId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15907', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTextComplexitySystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15908', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'Value' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15911', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'Url' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15912', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15913', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'SubjectName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15914', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'SubjectCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15915', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'SubjectCodeSystem' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15916', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'DateCreated' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'Creator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15919', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'PublisherName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15920', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15922', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'LearningResourceLicenseURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15923', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'BasedOnUrl' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15924', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceIntendedEndUserRoleId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15924', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceIntendedEndUserRole', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15925', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'TimeRequired' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15926', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'TypicalAgeRangeMinimum' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15927', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'TypicalAgeRangeMaximum' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15928', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceInteractivityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15928', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceInteractivityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15929', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15929', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15930', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'TextComplexityValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15931', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'TextComplexitySystem' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15932', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'ShortName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15933, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15968', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'AssessmentFamilyTitle' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15934', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'AssessmentFamilyShortName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15935', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'RefLearnerActionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15935', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearnerActionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15936', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'Value' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15938', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'LearnerActionDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15939', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15940', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15941', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15942', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'Prerequisite' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15943', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RefLearnerActivityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15943', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearnerActivityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15944', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'CreationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15945', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'MaximumTimeAllowed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15946', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RefLearnerActivityMaximumTimeAllowedUnitsId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15946', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearnerActivityMaximumTimeAllowedUnits', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15947', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'DueDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15948', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'DueTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15949', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'MaximumAttemptsAllowed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15950', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RefLearnerActivityAddToGradeBookFlagId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15950', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearnerActivityAddToGradeBookFlag', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15951', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'ReleaseDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15952', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'Weight' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15953', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'PossiblePoints' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15954', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RubricUrl' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15955', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'ScaffoldingItemFlag' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15956', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'HintCount' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15957', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'HintIncludedAnswer' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15958', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'FirstAttemptDuration' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15959', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'StartTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15960', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'StartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15962', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'Code' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15963', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'StartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15964', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'StartTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15965', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'FinishDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15966', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'FinishTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15969', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'SecurityIssue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15970', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'SecurityIssue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15971', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'DateUpdated' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15972', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'DateCreated' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15973', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherStudentDataLinkExclusion', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15977', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RefCourseSectionEnrollmentStatusTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15977', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseSectionEnrollmentStatusType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15978', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15980', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'SequenceNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15980', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection_AssessmentItem', @level2type=N'COLUMN', @level2name=N'SequenceNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15981', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'GUID' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15982', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'GUID' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15983', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'RefAccreditationAgencyId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15983', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAccreditationAgency', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15985', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'RefELFacilityLicensingStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15985', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELFacilityLicensingStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15986', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'SessionStartTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15988', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'SessionEndTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15989', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentEmployment', @level2type=N'COLUMN', @level2name=N'RefEmployedWhileEnrolledId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15989', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEmployment', @level2type=N'COLUMN', @level2name=N'RefEmployedWhileEnrolledId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15989', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEmployment', @level2type=N'COLUMN', @level2name=N'RefEmployedWhileEnrolledId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15989', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEmployedWhileEnrolled', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15989', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN', @level2name=N'RefEmployedWhileEnrolledId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15990', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentEmployment', @level2type=N'COLUMN', @level2name=N'RefEmployedAfterExitId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15990', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEmployment', @level2type=N'COLUMN', @level2name=N'RefEmployedAfterExitId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15990', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEmployment', @level2type=N'COLUMN', @level2name=N'RefEmployedAfterExitId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15990', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEmployedAfterExit', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15990', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN', @level2name=N'RefEmployedAfterExitId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15991', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'Earnings' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15992', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'RefEmploymentLocationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15992', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEmploymentLocation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15993', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN', @level2name=N'EmployedInMultipleJobsCount' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15994', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'ReferencePeriodStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15995', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'ReferencePeriodEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15996', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'RefERAdministrativeDataSourceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15996', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefERAdministrativeDataSource', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16000', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefWfProgramParticipation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16000', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN', @level2name=N'RefWfProgramParticipationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16003', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentELDevelopmentalDomain', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16005', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceEducationalUseId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16005', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceEducationalUse', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16006', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'DeliveryDeviceDetails' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16007', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'EncouragementAssignedSupportIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16007', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'MaskingAssignedSupportIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16007', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'AssignedSupport' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16007', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'AssignedSupportFlag' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16008', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'EncouragementActivateByDefaultIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16008', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'MaskingActivateByDefaultIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16008', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'ActivateByDefault' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16008', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'ActivateByDefault' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16009', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'Provider' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16010', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'PreliminaryIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16011', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'DiagnosticStatementSource' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16012', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'NumberOfResponses' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16013', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest_AssessmentItem', @level2type=N'COLUMN', @level2name=N'ItemWeightCorrect' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16014', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest_AssessmentItem', @level2type=N'COLUMN', @level2name=N'ItemWeightIncorrect' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16015', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest_AssessmentItem', @level2type=N'COLUMN', @level2name=N'ItemWeightNotAttempted' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16016', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RefAssessmentSubtestIdentifierTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16016', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentSubtestIdentifierType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16017', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'DaysOfInstructionPriorToAssessment' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16018', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RetestIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16019', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'CreationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16020', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'RefAssessmentSessionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16020', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentSessionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16021', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ScheduledStartDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16022', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ScheduledEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16023', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'ActualStartDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16023', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ActualStartDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16024', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'ActualEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16024', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ActualEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16025', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedsProfileContentLanguageLearnerTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16025', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedLanguageLearnerType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16026', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedHazardTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16026', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedHazardType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16027', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedSupportToolId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16027', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedSupportTool', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16028', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedUsageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16028', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedUsageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16028', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedUsageType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16029', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedLinkIndicationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16029', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedLinkIndicationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16030', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'SpeechRate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16031', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'Pitch' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16032', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'Volume' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16033', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN', @level2name=N'InvertColorChoice' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16034', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN', @level2name=N'Magnification' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16035', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedBrailleGradeTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16035', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedBrailleGradeType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16036', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedNumberOfBrailleDotsId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16036', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedNumberOfBrailleDots', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16037', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'NumberOfBrailleCells' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16038', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedBrailleMarkTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16038', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedBrailleMarkType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16040', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'BrailleDotPressure' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16041', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedBrailleStatusCellTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16041', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedBrailleStatusCellType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16042', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'ItemTranslationDisplayLanguageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16043', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'KeywordTranslationLanguageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16043', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RefKeywordTranslationsLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16044', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedSigningTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16044', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedSigningType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16045', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedAlternativeRepresentationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16045', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedAlternativeRepresentationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16046', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedSpokenSourcePreferenceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16046', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedSpokenSourcePreferenceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16048', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'ReadAtStartPreferenceIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16049', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedUserSpokenPreferenceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16049', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedUserSpokenPreferenceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16050', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'AssessmentNeedDirectionsOnlyIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16051', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedMaskingTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16051', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedMaskingType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16052', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'EncouragementTextMessagingString' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16053', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'EncouragementSoundFileUrl' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16055', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'AssessmentNeedTimeMultiplier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16056', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'LineReaderHighlightColor' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16057', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'OverlayColor' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16058', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN', @level2name=N'ForegroundColor' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16059', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'BackgroundColor' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16060', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedIncreasedWhitespacingTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16060', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedIncreasedWhitespacingType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16061', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'TestingIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16062', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'ScorePublishDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16064', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'CredentialName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16065', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'CardiopulmonaryResuscitationCertification' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16066', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'FirstAidCertification' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16067', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'ActivityStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16068', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'ActivityCompletionDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16069', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'Value' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16070', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentEmployment', @level2type=N'COLUMN', @level2name=N'EmploymentNaicsCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16070', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEmployment', @level2type=N'COLUMN', @level2name=N'EmploymentNaicsCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16070', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEmployment', @level2type=N'COLUMN', @level2name=N'EmploymentNaicsCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16070', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'EmploymentNAICSCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16072', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RefNaepMathComplexityLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16072', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefNaepMathComplexityLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16073', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RefAssessmentLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16073', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RefAssessmentLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16075', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'PublishedDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16076', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'DescriptiveFeedbackSource' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16077', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'SpecialEventDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16077', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'SpecialEventDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16079, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16080, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16081, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16082, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16083, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16084, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16085, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16087, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16088, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16089, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16090, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16091, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16092, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16093, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16094, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16095, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16096, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16097, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16098, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16099, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16100', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ApipInteraction', @level2type=N'COLUMN', @level2name=N'XML' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16080, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16081, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16082, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16083, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16084, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16085, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16087, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16088, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16089, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16090, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16091, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16092, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16093, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16094, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16095, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16096, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16097, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16098, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16099, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16117', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ApipInteraction', @level2type=N'COLUMN', @level2name=N'RefApipInteractionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16101', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'AssessmentNeedType' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16102', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'SecurityIssue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16103', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'ResponseProcessingTemplateUrl' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16104', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'ResponseProcessingXml' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16105', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'ResponseDeclarationXml' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16106', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'OutcomeDeclarationXml' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16107', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'TemplateDeclarationXml' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16108', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'TemplateProcessingXml' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16109', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'ModalFeedbackXml' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16110', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'ItemBodyXml' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16111', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'AdaptiveIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16111', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'AdaptiveIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16112', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'PlatformUserAgent' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16116', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'OtherDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16117', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefApipInteractionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16119', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'TestAttemptIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16122', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'IdentityProviderName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16123', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'IdentityProviderUri' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16124', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'LoginIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16125', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'StartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16126', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16127', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Application', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16128', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Application', @level2type=N'COLUMN', @level2name=N'Uri' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16129', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'ApplicationRoleName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16130', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'StartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16131', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16132', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'AssessmentItemBankIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16132', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'AssessmentItemBankIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16132', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'AssessmentItemBankIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16133', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'AssessmentItemBankName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16133', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'AssessmentItemBankName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16133', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'AssessmentItemBankName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16134', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16135', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'PublishedDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16135', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'PublishedDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16135', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'PublishedDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16136', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'AccommodationList' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16137', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'IntendedAdministrationStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16138', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'IntendedAdministrationEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16139', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'PlatformsSupported' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16140', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16141', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RefAssessmentFormSectionIdentificationSystemId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16141', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentFormSectionIdentificationSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16142', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16143', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'SectionTimeLimit' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16144', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'SectionSealed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16145', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'SectionReentry' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16146', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16147', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RefAssessmentAssetTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16147', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentAssetType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16148', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'PublishedDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16149', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16150', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RefAssessmentAssestIdentifierType' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16150', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentAssetIdentifierType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16151', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16152', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'Owner' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16153', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'ContentXML' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16154', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'ContentMimeType' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16155', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'ContentUrl' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16156', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16157', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'CopyrightHolderName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16158', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'CopyrightYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16159', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'ConceptKeyword' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16160', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16161', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN', @level2name=N'Value' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16162', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'MaximumValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16163', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'MinimumValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16164', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'OptimumValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16166', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RefNaepAspectsOfReadingId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16166', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefNaepAspectsOfReading', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16167', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'VirtualIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16167', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'VirtualIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16168', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RefCourseSectionDeliveryModeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16168', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseSectionDeliveryMode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16169', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'StartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16170', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16171', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN', @level2name=N'Date' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16173', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RefBuildingUseTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16173', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingUseType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16174', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'SpaceDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16175', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefSpaceUseTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16175', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSpaceUseType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16176', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCounty', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16177', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefExitGradeLevel' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16178', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RefWeaponTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16178', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefWeaponType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16179', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSessionStaffRole', @level2type=N'COLUMN', @level2name=N'RefAssessmentSessionStaffRoleTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16179', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentSessionStaffRoleType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16180', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'Tier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16181', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'ContainerOnly' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16182', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16183', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'CorrectIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16184', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'DescriptiveFeedback' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16185', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'DiagnosticStatement' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16186', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidApplication', @level2type=N'COLUMN', @level2name=N'RefFinancialAidApplicationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16186', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialAidApplicationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16188', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'RefNeedDeterminationMethodId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16188', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefNeedDeterminationMethod', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16189', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'OldestAgeServed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16189', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'OldestAgeServed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16190', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'LanguageTranslationPolicy' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16191', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'FinalIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16192', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'StatusStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16193', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'StatusEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16194', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RefMaternalEducationLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16195', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RefPaternalEducationLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16196', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RefIndividualizedProgramDateType' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16196', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIndividualizedProgramDateType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16197, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16201', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'IndividualizedProgramDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16198', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'NonInclusionMinutesPerWeek' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16199', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'InclusionMinutesPerWeek' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16200', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RefIndividualizedProgramTransitionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16200', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIndividualizedProgramTransitionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16201', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'ServicePlanDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16202', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RefIndividualizedProgramLocationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16202', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIndividualizedProgramLocation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16203', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'ServicePlanMeetingParticipants' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16204', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'ServicePlanSignedBy' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16205', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'ServicePlanSignatureDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16207', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'ServicePlanReevaluationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16208', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'SpecialEducationFTE' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16208', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicesReceived', @level2type=N'COLUMN', @level2name=N'FullTimeEquivalency' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16210', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RefProgramGiftedEligibilityId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16210', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgramGiftedEligibility', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16212', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceEducationLevel', @level2type=N'COLUMN', @level2name=N'RefEducationLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16214', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonImmunization', @level2type=N'COLUMN', @level2name=N'RefImmunizationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16214', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefImmunizationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16217', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'ParameterA' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16218', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'ParameterB' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16219', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'RefItemResponseTheoryDifficultyCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16219', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefItemResponseTheoryDifficultyCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16220', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'ParameterC' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16221', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'ParameterD1' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16222', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'ParameterD2' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16223', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'ParameterD3' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16224', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'ParameterD4' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16225', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'ParameterD5' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16226', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'ParameterD6' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16227', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'LinkingItemIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16228', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'PointBiserialCorrelationValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16229', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'ReleaseStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16230', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'DIFValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16231', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'KappaValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16232', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'RefItemResponseTheoryKappaAlgorithmId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16232', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefItemResponseTheoryKappaAlgorithm', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16233', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'BodyText' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16234', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'Stimulus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16235', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'PossibleResponseOption' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16236', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'Code' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16237', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16238', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'MarkingTermIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16239', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'SchedulingTermIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16240', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'AttendanceTermIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16241', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'EventDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16242', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16243', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RefAccommodationsNeededTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16243', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAccommodationsNeededType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16244', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RefAdvancedPlacementCourseCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16244', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAdvancedPlacementCourseCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16245', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PDActivityEducationLevel', @level2type=N'COLUMN', @level2name=N'RefPDActivityEducationLevelsAddressedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16245', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPDActivityEducationLevelsAddressed', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16247', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAllergy', @level2type=N'COLUMN', @level2name=N'ReactionDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16248', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAllergy', @level2type=N'COLUMN', @level2name=N'RefAllergySeverityId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16248', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAllergySeverity', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16249', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAllergy', @level2type=N'COLUMN', @level2name=N'RefAllergyTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16249', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAllergyType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16250', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'ResultXML' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16253', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefBlendedLearningModelTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16253', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBlendedLearningModelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16254', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeCourse', @level2type=N'COLUMN', @level2name=N'RefCareerClusterId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16254', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RefCareerClusterId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16254', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefCareerClusterId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16254', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCareerCluster', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16255', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'LastUpdated' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16256', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'RefCareerEducationPlanTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16256', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCareerEducationPlanType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16258', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCharterSchoolApprovalAgencyType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16259', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'CharterSchoolApprovalYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16262', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RefCorrectionalEducationFacilityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16262', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCorrectionalEducationFacilityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16264', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'GradeValueQualifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16265', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16265', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'RefCourseAcademicGradeStatusCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16265', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseAcademicGradeStatusCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16267', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RefCourseApplicableEducationLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16267', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseApplicableEducationLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16268', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'CertificationDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16269', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'RefCourseCreditBasisTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16269', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseCreditBasisType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16270', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'RefCourseCreditLevelTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16270', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseCreditLevelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16272', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'FundingProgram' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16273', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RefCourseHonorsTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16273', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseHonorsType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16274', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RefCourseInstructionMethodId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16274', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseInstructionMethod', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16275', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSectionLocation', @level2type=N'COLUMN', @level2name=N'CourseInstructionSiteName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16276', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSectionLocation', @level2type=N'COLUMN', @level2name=N'RefCourseInstructionSiteTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16276', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseInstructionSiteType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16277', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefCourseInteractionModeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16277', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseInteractionMode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16278', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeCourse', @level2type=N'COLUMN', @level2name=N'RefCourseLevelTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16278', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLevel', @level2type=N'COLUMN', @level2name=N'RefCourseLevelTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16278', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RefCourseLevelTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16278', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCourseLevelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16279', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'CourseNarrativeExplanationGrade' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16280', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'CourseNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16282', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'CourseTotal' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16283', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefCreditHoursAppliedOtherProgramId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16283', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCreditHoursAppliedOtherProgram', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16284', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'CTEInstructorIndustryCertification' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16285', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RefDisabilityConditionStatusCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16285', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDisabilityConditionStatusCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16286', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RefDisabilityConditionTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16286', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDisabilityConditionType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16287', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RefDisabilityDeterminationSourceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16287', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDisabilityDeterminationSourceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16288', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'IEPPlacementMeetingIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16289', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'DistanceEducationProgramEnrollmentInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16290', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'DoctoralCandidacyAdmitInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16291', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'DoctoralCandidacyDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16292', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'DoctoralExamTakenDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16293', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefDoctoralExamsRequiredCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16293', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDoctoralExamsRequiredCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16294', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'RefELFederalFundingTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16294', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RefELFederalFundingTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16294', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELFederalFundingType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16295', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'GroupSize' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16296', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'RefOrganizationMonitoringNotificationsId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16296', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOrganizationMonitoringNotifications', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16299', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'RefPurposeOfMonitoringVisitId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16299', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPurposeOfMonitoringVisit', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16300', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'TypeOfMonitoring' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16302', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollmentOtherFunding', @level2type=N'COLUMN', @level2name=N'RefELOtherFederalFundingSourcesId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16302', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RefELOtherFederalFundingSourcesId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16302', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELOtherFederalFundingSources', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16303', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RefELOutcomeMeasurementLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16303', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELOutcomeMeasurementLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16304', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'RefELProfessionalDevelopmentTopicAreaId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16304', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELProfessionalDevelopmentTopicArea', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16305', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN', @level2name=N'ExpirationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16306', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN', @level2name=N'RefELProgramEligibilityStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16306', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELProgramEligibilityStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16307', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN', @level2name=N'StatusDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16308', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'EmergencyContactInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16309', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'RefEmployedPriorToEnrollmentId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16309', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEmployedPriorToEnrollment', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16310', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEmployment', @level2type=N'COLUMN', @level2name=N'RefEmploymentStatusWhileEnrolledId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16310', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEmploymentStatusWhileEnrolled', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16311', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'FamilyConsumerSciencesCourseInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16312', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RefFinancialAccountCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16312', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialAccountCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16313', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16314', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RefFinancialAccountFundClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16314', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialAccountFundClassification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16315', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16316', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RefFinancialAccountProgramCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16316', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialAccountProgramCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16317', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'ActualValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16318', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'BudgetedValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16319', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'FinancialAidIncomeLevel' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16320', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RefFinancialAccountBalanceSheetCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16320', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialAccountBalanceSheetCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16321', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RefFinancialExpenditureFunctionCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16321', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialExpenditureFunctionCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16322', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RefFinancialExpenditureObjectCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16322', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialExpenditureObjectCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16323', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RefFrequencyOfServiceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16323', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFrequencyOfService', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16324', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefGraduateOrDoctoralExamResultsStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16324', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGraduateOrDoctoralExamResultsStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16325', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'HealthScreeningEquipmentUsed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16326', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'HealthScreeningFollowUpRecommendation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16327', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'PartB619PotentialEligibilityInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16330', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'IDEAPartCToPartBNotificationOptOutIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16331', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'IDEAPartCToPartBNotificationOptOutDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16333', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'TransitionConferenceDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16334', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'TransitionConferenceDeclineDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16335', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'DateOfTransitionPlan' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16337', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RefIncidentMultipleOffenseTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16337', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncidentMultipleOffenseType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16338, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16346, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16348', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IncidentPerson', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16339', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RefIncidentPerpetratorInjuryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16339', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncidentPerpetratorInjuryType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16340, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16347, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16349', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IncidentPerson', @level2type=N'COLUMN', @level2name=N'RefIncidentPersonTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16340, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16347, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16349', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncidentPersonType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16341', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IncidentPerson', @level2type=N'COLUMN', @level2name=N'RefIncidentPersonRoleTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16341', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIncidentPersonRoleType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16342', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RegulationViolatedDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16343', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RelatedToDisabilityManifestationInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16345', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'ReportedToLawEnforcementInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16350', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'PlannedServiceStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16352', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'RefIndividualizedProgramPlannedServiceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16352', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIndividualizedProgramPlannedServiceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16353', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffAssignment', @level2type=N'COLUMN', @level2name=N'ItinerantProvider' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16355', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefK12EndOfCourseRequirementId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16355', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefK12EndOfCourseRequirement', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16357', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16358', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceAccessAPITypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16358', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceAccessAPIType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16359', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceAccessHazardTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16359', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceAccessHazardType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16360', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceAccessModeTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16360', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceAccessModeType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16361', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceAdaptation', @level2type=N'COLUMN', @level2name=N'AdaptationURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16362', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'AssistiveTechnologiesCompatibleInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16363', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceBookFormatTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16363', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceBookFormatType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16364', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceControlFlexibilityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16364', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceControlFlexibilityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16365', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceDigitalMediaSubTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16365', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceDigitalMediaSubType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16366', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceDigitalMediaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16366', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceDigitalMediaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16367', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'AdaptedFromURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16368', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceMediaFeature', @level2type=N'COLUMN', @level2name=N'RefLearningResourceMediaFeatureTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16368', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceMediaFeatureType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16369', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'PeerRatingSampleSize' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16370', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePhysicalMedia', @level2type=N'COLUMN', @level2name=N'RefLearningResourcePhysicalMediaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16370', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourcePhysicalMediaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16381', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN', @level2name=N'MilitaryEnlistmentAfterExit' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16382', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'NCAAEligibilityInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16383', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'RefNCESCollegeCourseMapCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16383', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefNCESCollegeCourseMapCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16384', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'NumberOfDependents' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16385', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'OralDefenseCompletedIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16386', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'OralDefenseDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16388', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'SeekingAccreditationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16389', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'OriginalCourseIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16390', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDemographic', @level2type=N'COLUMN', @level2name=N'OtherRaceIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16391', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'OverrideSchoolCourseNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16392', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'ContactPriorityNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16393', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'ContactRestrictions' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16394', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'LivesWithIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16395', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'PostsecondaryEnteringStudentInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16396', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'EnteringTerm' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16397', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'PrimaryContactIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16398', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'ProfessionalCertificateOrLicenseNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16399', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RefPDAudienceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16399', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPDAudienceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16401', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RefPDDeliveryMethodId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16401', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPDDeliveryMethod', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16402', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'ApprovalCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16403', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RefPDActivityApprovedPurposeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16403', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPDActivityApprovedPurpose', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16404', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'ActivityCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16405', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'Cost' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16406', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RefPDActivityCreditTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16406', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPDActivityCreditType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16407', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'Credits' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16408', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16409', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RefPDActivityLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16409', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPDActivityLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16410', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'Objective' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16412', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RefPDActivityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16412', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPDActivityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16413', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'FundingSource' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16415', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'PublishIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16416', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'Capacity' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16417', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16418', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'EndTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16419', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'EvaluationMethod' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16420', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'EvaluationScore' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16421', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'ExpirationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16422', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'SessionIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16424', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'LocationName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16426', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'StartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16427', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'StartTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16428', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RefPDSessionStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16428', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPDSessionStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16429', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RefPDInstructionalDeliveryModeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16429', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPDInstructionalDeliveryMode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16432', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'MaximumScore' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16433', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'MinimumScore' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16434', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ScoreLevel' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16435', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ParticipationIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16436', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ParticipationEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16437', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ParticipationStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16440', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RefFinancialAccountRevenueCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16440', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialAccountRevenueCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16441', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'Category' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16442', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16443', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16444', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'Feedback' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16445', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'Position' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16446', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'Quality' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16447', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'Score' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16448', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'Position' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16449', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16450', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'Weight' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16451', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16452', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'SCEDGradeSpan' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16453', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'ReferralDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16454', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'RefReferralOutcomeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16454', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefReferralOutcome', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16455', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'Reason' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16456', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'Source' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16457', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'ReferralTypeReceived' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16458', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'ReferredTo' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16460', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'ReasonForDeclinedServices' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16461', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'SponsoringAgencyName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16464', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPDActivityTargetAudience', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16465', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'TechnicalAssistanceApprovedInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16465', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'TechnicalAssistanceApprovedInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16466', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceDeliveryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16466', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTechnicalAssistanceDeliveryType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16466', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceDeliveryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16467', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16467', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTechnicalAssistanceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16467', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16468', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'ThesisOrDissertationTitle' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16469', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'UnionMembershipName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16470', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'WeeksEmployedPerYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16471', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16471', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16471', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16471', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16471', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PSStudentProgram', @level2type=N'COLUMN', @level2name=N'RefWorkbasedLearningOpportunityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16471', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefWorkbasedLearningOpportunityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16472', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'IDEAPartCToPartBNotificationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16473', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildIndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RefIDEAIEPStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16473', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIDEAIEPStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16475', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RefOutcomeTimePointId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16475', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOutcomeTimePoint', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16476', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'COSProgressAIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16477', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'COSProgressBIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16478', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'COSProgressCIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16479', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'COSRatingAId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16479, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16480, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16481', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefChildOutcomesSummaryRating', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16480', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'COSRatingBId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16481', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'COSRatingCId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16482', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'RefMethodOfServiceDeliveryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16482', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMethodOfServiceDelivery', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16485', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'LastName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16486', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'FirstName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16487', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'MiddleName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16488', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RefSCEDCourseLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16488', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefSCEDCourseLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16488', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSCEDCourseLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16490', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'SCEDCourseCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16490', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'SCEDCourseCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16491', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RefSCEDCourseSubjectAreaId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16491', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodationSubject', @level2type=N'COLUMN', @level2name=N'RefSCEDCourseSubjectAreaId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16491', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefSCEDCourseSubjectAreaId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16491', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN', @level2name=N'RefSCEDCourseSubjectAreaId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16491', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSCEDCourseSubjectArea', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16492', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'RefServiceFrequencyId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16492', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefServiceFrequency', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16493', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'PlannedServiceDuration' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16494', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'RefReasonDelayTransitionConfId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16494', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefReasonDelayTransitionConf', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16500', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'AccreditationAgencyName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16502', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentActivity', @level2type=N'COLUMN', @level2name=N'ActivityTimeInvolved' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16503', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentActivity', @level2type=N'COLUMN', @level2name=N'RefActivityTimeMeasurementTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16503', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefActivityTimeMeasurementType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16504', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ApipInteraction', @level2type=N'COLUMN', @level2name=N'APIPInteractionSequenceNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16505', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Activity', @level2type=N'COLUMN', @level2name=N'ActivityDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16506', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'AssessmentAdministrationPeriodDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16507', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'AssessmentFormAdaptiveIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16508', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'AssessmentFormAlgorithmIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16509', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'AssessmentFormAlgorithmVersion' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16510', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'AssessmentFormGUID' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16511', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'AssessmentFormSectionItemFieldTestIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16512', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'AssessmentItemResponseDescriptiveFeedbackDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16513', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'RefAssessmentItemResponseScoreStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16513', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentItemResponseScoreStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16514', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'AssessmentParticipantSessionDatabaseName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16515', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'AssessmentParticipantSessionGUID' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16516', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefAssessmentRegistrationCompletionStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16516', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentRegistrationCompletionStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16517', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'AssessmentRegistrationCompletionStatusDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16518', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RefAssessmentResultDataTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16518', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentResultDataType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16519', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'AssessmentRevisionDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16520', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'AssessmentResultDescriptiveFeedbackDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16522', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'AssessmentResultScoreStandardError' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16523', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RefAssessmentResultScoreTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16523', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentResultScoreType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16524', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'CharterSchoolOpenEnrollmentIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16525', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'CourseDepartmentName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16525', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'CourseDepartmentName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16526', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'CrisisDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16528', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'CrisisEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16528', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16529', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'RefEarlyChildhoodServicesOfferedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16530', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'AccountNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16530', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'FinancialAccountNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16531', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RefFinancialExpenditureLevelOfInstructionCodeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16531', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialExpenditureLevelOfInstructionCode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16532', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'FinancialExpenditureProjectReportingCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16533', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'LearnerActionActorIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16534', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'LearnerActionObjectDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16535', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'LearnerActionObjectIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16536', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'LearnerActionObjectType' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16537', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceAccessRightsUrlId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16537', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceAccessRightsUrl', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16540', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceAuthorTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16540', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceAuthorType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16541', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'LearningResourceAuthorURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16542', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'LearningResourceDateModified' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16543', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLearningResourceInteractionModeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16543', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceInteractionMode', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16544', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'LearningResourceAuthorEmail' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16545', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'LearningResourcePublisherEmail' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16547', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'LearningResourcePublisherURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16548', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'CompetencyFrameworkPublicationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16552', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'StudentCourseSectionGradeNarrative' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16552', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'StudentCourseSectionGradeNarrative' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16553', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN', @level2name=N'CreditsRequired' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16553', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Program', @level2type=N'COLUMN', @level2name=N'CreditsRequired' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16554', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'TuitionFunded' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16554', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'TuitionFunded' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16555', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMilitary', @level2type=N'COLUMN', @level2name=N'RefMilitaryConnectedStudentIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16555', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMilitaryConnectedStudentIndicator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16556', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMilitary', @level2type=N'COLUMN', @level2name=N'RefMilitaryActiveStudentIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16556', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMilitaryActiveStudentIndicator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16557', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMilitary', @level2type=N'COLUMN', @level2name=N'RefMilitaryVeteranStudentIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16557', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMilitaryVeteranStudentIndicator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16558', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RefAdmissionConsiderationLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16558', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAdmissionConsiderationLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16559', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RefAdmissionConsiderationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16559', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAdmissionConsiderationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16560', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'StaffApprovalIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16561', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RefBillableBasisTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16561', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBillableBasisType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16562', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'CareerPathwaysProgramParticipationExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16563', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'CareerPathwaysProgramParticipationStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16566', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'CredentialOrLicenseAwardEntity' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16567', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefDevelopmentalEducationReferralStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16567', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDevelopmentalEducationReferralStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16568', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RefDevelopmentalEducationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16568', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefDevelopmentalEducationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16568', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDevelopmentalEducationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16569', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefDirectoryInformationBlockStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16569', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDirectoryInformationBlockStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16570', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'ECEAPEligibility' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16571', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'ELEnrollmentApplicationVerificationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16572', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'ELEnrollmentApplicationDocumentIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16573', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'ELEnrollmentApplicationDocumentName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16574', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'ELEnrollmentApplicationDocumentType' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16576', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'ELApplicationIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16578', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'ELApplicationRequiredDocument' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16579', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'ELEnrollmentApplicationVerificationReasonType' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16581', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefELEducationStaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16581', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELEducationStaffClassification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16582', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RefELLocalRevenueSourceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16582', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELLocalRevenueSource', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16583', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'RefELServiceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16583', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELServiceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16584', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RefELStateRevenueSourceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16584', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELStateRevenueSource', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16585', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RefELTrainerCoreKnowledgeAreaId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16585', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELTrainerCoreKnowledgeArea', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16586', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'RefEducationVerificationMethodId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16586', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEducationVerificationMethod', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16588', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'RefFinancialAidVeteransBenefitStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16588', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialAidVeteransBenefitStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16589', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'RefFinancialAidVeteransBenefitTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16589', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFinancialAidVeteransBenefitType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16590', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidApplication', @level2type=N'COLUMN', @level2name=N'FinancialAidYearDesignator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16590', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'FinancialAidYearDesignator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16591', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'IncludedInCountedFamilySize' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16592', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'IPEDSCollectionYearDesignator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16593', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'MemorandumOfUnderstandingEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16594', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'MemorandumOfUnderstandingStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16595', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RefPSProgramLevelId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16595', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPSProgramLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16596', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RefPSExitOrWithdrawalTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16596', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPSExitOrWithdrawalType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16597', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'EligibilityPriorityPoints' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16598', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'ProfessionalDevelopmentActivityStateApprovedStatus' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16599', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'ProfessionalDevelopmentPlanApprovedBySupervisor' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16600', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'ProfessionalDevelopmentPlanCompletion' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16601', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RefReimbursementTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16601', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefReimbursementType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16602', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildHealth', @level2type=N'COLUMN', @level2name=N'RefScheduledWellChildScreeningId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16602', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefScheduledWellChildScreening', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16603', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'ServicePartnerDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16606', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'ServicePartnerName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16608', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'SitePreferenceRank' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16609', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'TrainingAndTechnicalAssistanceLevel' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16610', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PSStudentProgram', @level2type=N'COLUMN', @level2name=N'RefTransferOutIndicatorId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16610', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTransferOutIndicator', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16611', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealthBirth', @level2type=N'COLUMN', @level2name=N'RefTrimesterWhenPrenatalCareBeganId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16611', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTrimesterWhenPrenatalCareBegan', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16612', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildHealth', @level2type=N'COLUMN', @level2name=N'WellChildScreeningReceivedDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16613', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefELEmploymentSeparationReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16613', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELEmploymentSeparationReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16614', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN', @level2name=N'RefCommunityBasedTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16614', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCommunityBasedType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16615', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN', @level2name=N'InclusiveSettingIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16615', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'InclusiveSettingIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16615', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'InclusiveSettingIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16616', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'ServiceDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16617', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RefELServiceProfessionalStaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16617', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefELServiceProfessionalStaffClassification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16618', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefISO6393Language', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16619', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefISO6395LanguageFamily', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16620', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'FiscalYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16621', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMilitary', @level2type=N'COLUMN', @level2name=N'RefMilitaryBranchId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16621', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMilitaryBranch', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16622', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RefDQPCategoriesOfLearningId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16622', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefDQPCategoriesOfLearning', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16623', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'FiscalPeriodBeginDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16624', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'FiscalPeriodEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16625', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'EncumberedValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16626', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccountProgram', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16627', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccountProgram', @level2type=N'COLUMN', @level2name=N'ProgramNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16628', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'Value' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16629', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'Date' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16630', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'Date' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16631', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCharterSchoolManagementOrganizationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16632', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'CharterSchoolContractIdNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16633', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'CharterSchoolContractApprovalDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16634', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'CharterSchoolContractRenewalDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16635', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'NSLPDirectCertificationIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16636', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'MaximumCapacity' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16637', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildIndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RefIDEAPartCEligibilityCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16637', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIDEAPartCEligibilityCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16638', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTribalAffiliation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16640', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSFASBFunctionalExpenseId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16640', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSFASBFunctionalExpense', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16641', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'RevokedDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16642', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'RevokedReason' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16643', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RevocationListURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16644', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationImage', @level2type=N'COLUMN', @level2name=N'URL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16645', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'CompletionDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16646', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RequirementsURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16647', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RefAcademicAwardPrerequisiteTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16647', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAcademicAwardPrerequisiteType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16648', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RepeatabilityMaximumNumber' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16649', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RefPESCAwardLevelTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16649', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPESCAwardLevelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16650', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'EvidenceURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16651', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSGASBFinancialPositionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16651', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSGASBFinancialPosition', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16652', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSFASBFinancialPositionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16652', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSFASBFinancialPosition', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16653', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSGASBRevenueId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16653', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSGASBRevenue', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16654', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSFASBRevenueId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16654', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSFASBRevenue', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16655', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSFASBRevenueRestrictionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16655', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSFASBRevenueRestriction', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16656', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSGASBFunctionalExpenseId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16656', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSGASBFunctionalExpense', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16657', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSNaturalExpenseId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16657', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSNaturalExpense', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16658', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSGASBScholarshipsandFellowshipsRevenueId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16658', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSGASBScholarshipsandFellowshipsRevenue', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16659', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSFASBScholarshipsandFellowshipsRevenueId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16659', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSFASBScholarshipsandFellowshipsRevenue', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16660', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSIntercollegiateAthleticsExpensesId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16660', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSIntercollegiateAthleticsExpenses', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16661', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RefIPEDSFASBPellGrantTransactionsId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16661', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPEDSFASBPellGrantTransactions', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16662', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN', @level2name=N'RefIPSPProgressReportScheduleId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16662', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPSPProgressReportSchedule', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16663', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'TransferOfRightsStatement' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16664', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'ServicePlanEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16665', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeeting', @level2type=N'COLUMN', @level2name=N'MeetingDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16666', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16667', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN', @level2name=N'Applicability' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16668', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessment', @level2type=N'COLUMN', @level2name=N'IEPAlternativeAssessmentRationale' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16669', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN', @level2name=N'ReasonDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16670', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16671', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalPerformance', @level2type=N'COLUMN', @level2name=N'CurrentPerformanceDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16672', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'AccuracyPercent' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16673', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'AttemptsCount' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16674', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'Metric' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16675', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'SuccessCount' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16676', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16677', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'Schedule' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16678', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'RefGoalMeasurementTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16678', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGoalMeasurementType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16679', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramGoal', @level2type=N'COLUMN', @level2name=N'RefIEPGoalTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16679', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIEPGoalType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16680', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN', @level2name=N'ProgressReportDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16681', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN', @level2name=N'ProgressDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16682', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN', @level2name=N'RefIPSPProgressReportTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16682', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN', @level2name=N'RefIPSPProgressReportTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16682', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIPSPProgressReportType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16683', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalPerformance', @level2type=N'COLUMN', @level2name=N'RefGoalStatusTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16683', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGoalStatusType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16684', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalPerformance', @level2type=N'COLUMN', @level2name=N'Status' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16685', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'IDEAPlacementRationale' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16686', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'AcademicDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16687', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'FunctionalDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16688', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'GeneralEducationDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16689', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'PreschoolDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16690', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'StudentStrengthsDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16691', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'ParentConcernDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16692', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'StudentConcernDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16693', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'DeclinedServicesDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16694', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFrequencyUnit', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16694', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'RefFrequencyUnitId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16695', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'InstancesPerCycle' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16696', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'FrequencyLength' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16697', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'DurationInMinutes' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16698', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'ExtendsOutsideSchoolYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16699', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'SettingDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16700', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorization', @level2type=N'COLUMN', @level2name=N'RefIEPAuthorizationDocumentTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16700', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIEPAuthorizationDocumentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16701', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'RefAuthorizerTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16701', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAuthorizerType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16702', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'AcceptanceIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16703', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'DecisionExplanation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16704', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN', @level2name=N'PortionDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16705', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN', @level2name=N'PortionExplanation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16706', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'AuthorizationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16707', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN', @level2name=N'ConsentToEvaluateIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16708', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN', @level2name=N'ConsentToEvaluateDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16709', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RefIEPEligibilityEvaluationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16709', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIEPEligibilityEvaluationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16710', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IDEAEligibilityEvaluationCategory', @level2type=N'COLUMN', @level2name=N'RefIDEAEligibilityEvaluationCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16710', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIDEAEligibilityEvaluationCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16711', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16712', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'EvaluationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16713', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN', @level2name=N'ParentObservations' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16714', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RefIDEADisabilityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16714', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefIDEADisabilityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16715', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'AdvancedStandingDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16716', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'AdvancedStandingURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16718', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'ApproverName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16720', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialIdentifierSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16731', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Organization', @level2type=N'COLUMN', @level2name=N'RegionGeoJSON' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16732', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'RevokedIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16736', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RefCTDLOrganizationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16736', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCTDLOrganizationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16737', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefONETSOCOccupationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16742', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'StateFullAcademicYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16743', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'LEAFullAcademicYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16744', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'SchoolFullAcademicYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16745', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'BuildingArea' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16746', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'SignificantCognitiveDisabilityIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16747', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefVirtualSchoolStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16747', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefVirtualSchoolStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16748', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefNationalSchoolLunchProgramStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16748', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefNationalSchoolLunchProgramStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16749', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'FacilityAcquisitionDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16750', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'FacilityAdditionYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16751', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'FacilityBuildingPermanency' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16752', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'FacilityConstructionYear' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16753', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RefBuildingHistoricStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16753', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingHistoricStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16754', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'FacilitySiteArea' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16755', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'FacilityBlockNumberArea' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16756', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'BuildingAdditionDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16757', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'BuildingAdditionCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16758', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RefBuildingPrimaryUseTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16758', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingPrimaryUseType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16759', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RefCampusStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16759', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCampusStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16760', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'FacilityCensusTract' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16761', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'FacilityConstructionDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16762', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RefFacilityConstructionDateTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16762', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityConstructionDateType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16763', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RefFacilityConstructionMaterialTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16763', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityConstructionMaterialType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16764', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'FacilityExpectedLife' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16765', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'FacilityReplacementValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16766', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'BuildingNumberOfStories' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16767', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'FacilitySiteIdentifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16768', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RefFacilitySiteImprovementLocationTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16768', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilitySiteImprovementLocationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16769', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'BuildingYearBuilt' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16770', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'BuildingYearOfLastModernization' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16771', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingAirDistributionSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16771', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingAirDistributionSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16772', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingCommMgmtComponentSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16772', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingCommMgmtComponentSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16773', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'RefFacilityComplianceStatusId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16773', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityComplianceStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16774', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'RefFacilitySystemOrComponentConditionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16774', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilitySystemOrComponentCondition', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16775', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingCoolingGenerationSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16775', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingCoolingGenerationSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16776', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingElectricalSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16776', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingElectricalSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16777', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RefFacilityApplicableFederalMandateTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16777', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityApplicableFederalMandateType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16778', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RefFacilityFederalMandateInterestTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16778', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityFederalMandateInterestType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16779', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingFireProtectionSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16779', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingFireProtectionSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16780', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingHeatingGenerationSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16780', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingHeatingGenerationSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16781', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingHVACSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16781', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingHVACSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16782', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'BuildingInstitutionalEquipmentDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16783', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingMechanicalConveyingSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16783', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingMechanicalConveyingSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16784', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingPlumbingSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16784', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingPlumbingSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16785', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingSecuritySystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16785', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingSecuritySystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16786', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RefFacilityStateOrLocalMandateInterestTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16786', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityStateOrLocalMandateInterestType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16787', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'FacilityStateOrLocalMandateName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16788', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingTechnologyWiringSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16788', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingTechnologyWiringSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16789', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'FacilityLocationOfHazardousMaterials' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16790', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingMechanicalSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16790', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingMechanicalSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16791', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'FacilityNearbyEnvHazardDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16792', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16792', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16793', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RefBuildingVerticalTransportationSystemTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16793', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingVerticalTransportationSystemType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16794', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingAdministrativeSpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16794', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingAdministrativeSpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16795', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingArtSpecialtySpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16795', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingArtSpecialtySpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16796', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingBasicClassroomDesignTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16796', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingBasicClassroomDesignType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16797', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'RefBuildingDesignTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16797', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingDesignType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16798', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingCareerTechEducationSpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16798', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingCareerTechEducationSpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16799', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingCirculationSpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16799', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingCirculationSpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16800', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'RefBuildingEnvOrEnergyPerformanceRatingCatId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16800', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingEnvOrEnergyPerformanceRatingCat', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16801', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'RefFacilityFurnishingsTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16801', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityFurnishingsType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16802', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingFoodServiceSpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16802', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingFoodServiceSpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16803', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingIndoorAthleticOrPhysEdSpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16803', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingIndoorAthleticOrPhysEdSpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16804', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingLibMediaCenterSpecialtySpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16804', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingLibMediaCenterSpecialtySpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16805', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingOperationsOrMaintSpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16805', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingOperationsOrMaintSpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16806', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingOutdoorAthleticOrPhysEdSpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16806', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingOutdoorAthleticOrPhysEdSpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16807', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingOutdoorOrNonathleticSpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16807', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingOutdoorOrNonathleticSpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16808', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingPerformingArtsSpecialtySpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16808', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingPerformingArtsSpecialtySpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16809', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySchoolDesign', @level2type=N'COLUMN', @level2name=N'RefBuildingSchoolDesignTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16809', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingSchoolDesignType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16810', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingScienceSpecialtySpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16810', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingScienceSpecialtySpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16811', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'RefFacilitySiteOutdoorAreaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16811', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilitySiteOutdoorAreaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16812', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingSpaceDesignTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16812', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingSpaceDesignType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16813', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingSpecEdSpecialtySpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16813', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingSpecEdSpecialtySpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16814', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingStudentSupportSpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16814', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingStudentSupportSpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16815', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'BuildingArchitectName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16816', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'BuildingArchitecturalFirmName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16817', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingAssemblySpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16817', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingAssemblySpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16818', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'FacilityComplianceDeterminationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16819', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'FacilityComplianceName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16820', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'FacilityComponentDeficiencyDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16821', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16822', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'FacilityEstimatedCostToEliminateDeferredMaint' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16823', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'FacilityHazardousCondExpectedRemediationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16824', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RefBuildingFullServiceKitchenTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16824', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingFullServiceKitchenType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16825', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'HazardousMaterialOrConditionDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16826', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'HazardousMaterialOrConditionTestingDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16827', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'FacilityInspectionScoreResultDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16828', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'FacilityInspectionViolationDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16829', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'InstallationDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16830', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'LifecycleCost' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16831', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'BuildingSiteImprovementDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16832', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'RefBuildingInstructionalSpaceFactorTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16832', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingInstructionalSpaceFactorType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16833', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityJointUse', @level2type=N'COLUMN', @level2name=N'RefBuildingJointUseRationaleTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16833', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingJointUseRationaleType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16834', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityJointUse', @level2type=N'COLUMN', @level2name=N'RefBuildingJointUseSchedulingTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16834', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingJointUseSchedulingType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16835', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityJointUse', @level2type=N'COLUMN', @level2name=N'RefBuildingJointUserTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16835', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingJointUserType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16836', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'RefBuildingCommunityUseSpaceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16836', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingCommunityUseSpaceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16837', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'BuildingHoursOfPublicUsePerWeek' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16838', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'BuildingNetAreaOfInstructionalSpace' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16839', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'BuildingNumberOfTeachingStations' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16840', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'BuildingPublicUsePolicyDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16841', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'RefBuildingSiteUseRestrictionsTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16841', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingSiteUseRestrictionsType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16842', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'BuildingSpaceUtilizationArea' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16843', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RefStudentEnrollmentAccessTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16843', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefStudentEnrollmentAccessType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16844', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'BuildingUnassignedSpaceIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16845', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityAudit', @level2type=N'COLUMN', @level2name=N'RefFacilityAuditTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16845', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityAuditType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16846', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RefBuildingCharterSchoolRealtyAccessTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16846', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingCharterSchoolRealtyAccessType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16847', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RefBuildingCleaningStandardTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16847', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingCleaningStandardType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16848', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RefFacilityComplianceAgencyTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16848', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityComplianceAgencyType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16849', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RefBuildingEnergyConservationMeasureTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16849', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingEnergyConservationMeasureType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16850', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'BuildingEnergyServiceCompanyName' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16851', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'RefBuildingEnergySourceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16851', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBuildingEnergySourceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16852', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagementPlan', @level2type=N'COLUMN', @level2name=N'RefFacilitiesMgmtEmergencyTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16852', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilitiesMgmtEmergencyType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16853', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RefFacilityCapitalProgramMgmtTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16853', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityCapitalProgramMgmtType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16854', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RefFacilityOperationsMgmtTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16854', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityOperationsMgmtType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16855', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'RefFacilityHazardousMaterialsOrCondTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16855', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityHazardousMaterialsOrCondType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16856', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RefFacilityJointDevelopmentTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16856', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityJointDevelopmentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16857', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'RefFacilityMaintStandardTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16857', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityMaintStandardType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16858', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'RefFacilityNaturallyOccurringHazardTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16858', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityNaturallyOccurringHazardType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16859', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'RefFacilityUtilityProviderTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16859', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityUtilityProviderType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16860', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'RefFacilityUtilityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16860', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityUtilityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16861', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'BuildingDateOfCertificateOfOccupancy' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16862', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityAudit', @level2type=N'COLUMN', @level2name=N'FacilityAuditDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16863', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagementPlan', @level2type=N'COLUMN', @level2name=N'FacilitiesPlanDescription' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16864', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagementPlan', @level2type=N'COLUMN', @level2name=N'RefFacilitiesPlanTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16864', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilitiesPlanType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16865', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RefFacilityStandardTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16865', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityStandardType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16866', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RefFacilitiesMandateAuthorityTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16866', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilitiesMandateAuthorityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16867', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgageFee', @level2type=N'COLUMN', @level2name=N'RefFacilityFinancingFeeTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16867', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityFinancingFeeType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16868', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLease', @level2type=N'COLUMN', @level2name=N'FacilityLeaseAmount' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16869', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLease', @level2type=N'COLUMN', @level2name=N'RefFacilityLeaseAmountCategoryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16869', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityLeaseAmountCategory', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16870', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLease', @level2type=N'COLUMN', @level2name=N'RefFacilityLeaseTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16870', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityLeaseType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16871', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'FacilityMortgageInterestAmount' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16872', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'RefFacilityMortgageInterestTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16872', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityMortgageInterestType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16873', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'RefFacilityMortgageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16873', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFacilityMortgageType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16874', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'IndebtednessAmountAllowed' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16875', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'InsuranceDeductible' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16876', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'PublicEducationMillRate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16877', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'FacilityTotalAssessedValue' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16878', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RefCampusTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16878', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCampusType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16879', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'ComponentOrFixtureCheckDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16880', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN', @level2name=N'ComponentOrFixtureServicedDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16881', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN', @level2name=N'ComponentOrFixtureScheduledServicedDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16882', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'ComponentOrFixtureUsefulLife' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16883', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'AvailableUtilizedInstructionalSpace' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16884', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'BuildingCapacityFactorIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16885', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'FacilityEnrollmentCapacity' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16886', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationRelationship', @level2type=N'COLUMN', @level2name=N'RefOrganizationRelationshipId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16886', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOrganizationRelationship', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16887', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'FacilityOwnershipIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N' -The classification of education agencies within the geographic boundaries of a state according to the level of administrative and operational control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RefLeaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000537', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RefLeaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Local Education Agency Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RefLeaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15528', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RefLeaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N' -The classification of education agencies within the geographic boundaries of a state according to the level of administrative and operational control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLeaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000537', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLeaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Local Education Agency Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLeaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15528', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLeaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'A coding scheme that is used for identification and record-keeping purposes by a credentialing organization to refer to an achievement.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialIdentifierSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001739', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialIdentifierSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Identifier System', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialIdentifierSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16720', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialIdentifierSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'A type of formal education program in which a student learns at least in part through online learning, with some element of student control over time, place, path, and/or pace; at least in part in a supervised brick-and-mortar location away from home; and the modalities along each student’s learning path within a course or subject are connected to provide an integrated learning experience.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefBlendedLearningModelTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001287', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefBlendedLearningModelTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Blended Learning Model Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefBlendedLearningModelTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16253', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RefBlendedLearningModelTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'A type of formal education program in which a student learns at least in part through online learning, with some element of student control over time, place, path, and/or pace; at least in part in a supervised brick-and-mortar location away from home; and the modalities along each student’s learning path within a course or subject are connected to provide an integrated learning experience.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBlendedLearningModelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001287', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBlendedLearningModelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Blended Learning Model Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBlendedLearningModelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16253', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBlendedLearningModelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Classification of the Competency Definition using Bloom''s Taxonomy Domains. ', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBloomsTaxonomyDomain', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000875', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBloomsTaxonomyDomain', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Blooms Taxonomy Domain', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBloomsTaxonomyDomain', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15875', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefBloomsTaxonomyDomain', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Classification of the Competency Definition using intelligences defined for Howard Earl Gardner''s Theory of Multiple Intelligences.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMultipleIntelligenceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000876', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMultipleIntelligenceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Multiple Intelligence', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMultipleIntelligenceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15876', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefMultipleIntelligenceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Date and time the assessment actually ended.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'ActualEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001022', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'ActualEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Session Actual End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'ActualEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16024', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'ActualEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Date and time the assessment actually ended.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ActualEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001022', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ActualEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Session Actual End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ActualEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16024', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ActualEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Date and time the assessment is scheduled to end.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ScheduledEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001020', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ScheduledEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Session Scheduled End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ScheduledEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16022', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'ScheduledEndDateTime' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Date the school exited school improvement status.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'SchoolImprovementExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000481', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'SchoolImprovementExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'School Improvement Exit Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'SchoolImprovementExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15472', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'SchoolImprovementExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Defines as part of an Assessment Personal Needs Profile a preference for the language of the user interface.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedsProfileContentLanguageLearnerTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001023', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedsProfileContentLanguageLearnerTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Need Language Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedsProfileContentLanguageLearnerTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16025', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RefAssessmentNeedsProfileContentLanguageLearnerTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Defines as part of an Assessment Personal Needs Profile a preference for the language of the user interface.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedLanguageLearnerType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001023', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedLanguageLearnerType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Need Language Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedLanguageLearnerType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16025', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefAssessmentNeedLanguageLearnerType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Defines as part of an Assessment Personal Needs Profile the default language for the displayed translation.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'ItemTranslationDisplayLanguageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001038', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'ItemTranslationDisplayLanguageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Need Item Translation Display Language Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'ItemTranslationDisplayLanguageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16042', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'ItemTranslationDisplayLanguageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Defines as part of an Assessment Personal Needs Profile the default language for the keyword translation.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'KeywordTranslationLanguageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001039', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'KeywordTranslationLanguageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Need Keyword Translation Language Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'KeywordTranslationLanguageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16043', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'KeywordTranslationLanguageTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Defines as part of an Assessment Personal Needs Profile the default language for the keyword translation.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RefKeywordTranslationsLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001039', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RefKeywordTranslationsLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Need Keyword Translation Language Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RefKeywordTranslationsLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16043', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RefKeywordTranslationsLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Indicates rules about use of results based on Special Events before, during or after the test. The option set values are determined by the testing program.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'TestingIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001055', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'TestingIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Registration Testing Indicator', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'TestingIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16061', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'TestingIndicator' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Indicates whether or not the technical assistance was approved.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'TechnicalAssistanceApprovedInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001493', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'TechnicalAssistanceApprovedInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Technical Assistance Approved Indicator', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'TechnicalAssistanceApprovedInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16465', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'TechnicalAssistanceApprovedInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Indicates whether or not the technical assistance was approved.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'TechnicalAssistanceApprovedInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001493', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'TechnicalAssistanceApprovedInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Technical Assistance Approved Indicator', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'TechnicalAssistanceApprovedInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16465', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'TechnicalAssistanceApprovedInd' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'Recommendations for follow-up after a health screening.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'HealthScreeningFollowUpRecommendation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001359', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'HealthScreeningFollowUpRecommendation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Health Screening Follow-up Recommendation', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'HealthScreeningFollowUpRecommendation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16326', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'HealthScreeningFollowUpRecommendation' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The abbreviation code for a country (other than the US) area in which the child resided prior to the qualifying move.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RefQualifyingMoveFromCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000434', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RefQualifyingMoveFromCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Qualifying Move From Country', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RefQualifyingMoveFromCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15424', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RefQualifyingMoveFromCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The alignment relationship between the resource and a competency definition object.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceCompetencyAlignmentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000879', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceCompetencyAlignmentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Learning Resource Competency Alignment Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceCompetencyAlignmentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15879', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLearningResourceCompetencyAlignmentType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The code for the specific language or dialect that a person uses to communicate.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000317', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'ISO 639-2 Language Code', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15317', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The code for the specific language or dialect that a person uses to communicate.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefISO6392Language', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000317', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefISO6392Language', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'ISO 639-2 Language Code', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefISO6392Language', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15317', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefISO6392Language', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The code for the specific language or dialect that a person uses to communicate.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefISO6393Language', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001637', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefISO6393Language', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'ISO 639-3 Language Code', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefISO6393Language', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16618', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefISO6393Language', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The date after which the an associated person is no longer allowed to use the application with the specified role.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001177', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Authorization End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16131', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The date after which the an associated person is no longer allowed to use the specified Authentication Identity Provider to authenticate identity.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001172', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Authentication Identity Provider End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16126', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The date on which the crisis ceased to affect the agency.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'CrisisEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001552', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'CrisisEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Crisis End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'CrisisEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16528', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'CrisisEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The date on which the crisis ceased to affect the agency.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001552', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Crisis End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16528', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The date on which the goal expires or has been achieved.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001166', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Goal End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16170', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The date that a Memorandum of Understanding between the Early Learning Organization and the Service Partner is determined to expire.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'MemorandumOfUnderstandingEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001614', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'MemorandumOfUnderstandingEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Memorandum of Understanding End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'MemorandumOfUnderstandingEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16593', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'MemorandumOfUnderstandingEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The default language of the text used for the content in the competency framework.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000880', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Competency Framework Language', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15880', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The default language used for the assignment.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000938', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Learner Activity Language', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15939', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The ending date of the time period in which the assessment form is intended to be administered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'IntendedAdministrationEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001187', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'IntendedAdministrationEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Form Intended Administration End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'IntendedAdministrationEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16138', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'IntendedAdministrationEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The five-digit SCED code. The first two-digits of the code represent the Course Subject Area and the next three digits identify the course number. These identifiers are fairly general but provide enough specificity to identify the course''s topic and to distinguish it from other courses in that subject area.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'SCEDCourseCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001517', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'SCEDCourseCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'School Courses for the Exchange of Data Course Code', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'SCEDCourseCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16490', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'SCEDCourseCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The five-digit SCED code. The first two-digits of the code represent the Course Subject Area and the next three digits identify the course number. These identifiers are fairly general but provide enough specificity to identify the course''s topic and to distinguish it from other courses in that subject area.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'SCEDCourseCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001517', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'SCEDCourseCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'School Courses for the Exchange of Data Course Code', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'SCEDCourseCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16490', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'SCEDCourseCode' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The frequency at which a service is planned to occur.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RefFrequencyOfServiceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001356', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RefFrequencyOfServiceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Frequency of Service', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RefFrequencyOfServiceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16323', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RefFrequencyOfServiceId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The frequency at which a service is planned to occur.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFrequencyOfService', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001356', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFrequencyOfService', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Frequency of Service', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFrequencyOfService', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16323', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefFrequencyOfService', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The language in which the assessment form is designed to be delivered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RefAssessmentLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001089', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RefAssessmentLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Language', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RefAssessmentLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16073', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RefAssessmentLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The language in which the assessment form is designed to be delivered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RefAssessmentLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001089', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RefAssessmentLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Language', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RefAssessmentLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16073', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RefAssessmentLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The language in which the professional development session is delivered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001388', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Professional Development Session Language', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16357', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The language of instruction, other than English, used in the program or course.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RefInstructionLanguage' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000448', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RefInstructionLanguage' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Instruction Language', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RefInstructionLanguage' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15438', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RefInstructionLanguage' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The language of instruction, other than English, used in the program or course.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RefInstructionLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000448', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RefInstructionLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Instruction Language', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RefInstructionLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15438', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RefInstructionLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The language that the assessment is administered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000371', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Assessment Participant Session Language', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15370', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The last year, month and day when a status applied to an individual.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'StatusEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001228', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'StatusEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Status End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'StatusEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16193', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'StatusEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The level of expertise an individual training and technical assistance specialist has based on a set of established criteria.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'TrainingAndTechnicalAssistanceLevel' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001628', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'TrainingAndTechnicalAssistanceLevel' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Training and Technical Assistance Level', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'TrainingAndTechnicalAssistanceLevel' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16609', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'TrainingAndTechnicalAssistanceLevel' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The method of delivery of technical assistance received/provided', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceDeliveryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001494', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceDeliveryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Technical Assistance Delivery Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceDeliveryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16466', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceDeliveryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The method of delivery of technical assistance received/provided', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTechnicalAssistanceDeliveryType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001494', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTechnicalAssistanceDeliveryType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Technical Assistance Delivery Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTechnicalAssistanceDeliveryType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16466', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTechnicalAssistanceDeliveryType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The method of delivery of technical assistance received/provided', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceDeliveryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001494', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceDeliveryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Technical Assistance Delivery Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceDeliveryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16466', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceDeliveryTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTribalAffiliation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001657', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTribalAffiliation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Tribal Affiliation', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTribalAffiliation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16638', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTribalAffiliation', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The primary language of the resource.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000919', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Learning Resource Language', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15920', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The quality initiative end date.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ParticipationEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001464', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ParticipationEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Quality Initiative Participation End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ParticipationEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16436', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ParticipationEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The reason children who were in special education at the start of the reporting period were not in special education at the end of the reporting period.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RefSpecialEducationExitReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000260', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RefSpecialEducationExitReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Special Education Exit Reason', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RefSpecialEducationExitReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15260', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RefSpecialEducationExitReasonId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The reason children who were in special education at the start of the reporting period were not in special education at the end of the reporting period.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSpecialEducationExitReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000260', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSpecialEducationExitReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Special Education Exit Reason', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSpecialEducationExitReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15260', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSpecialEducationExitReason', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The system outlining instructional or non-instructional activities and procedures designed to accomplish a predetermined educational objective or set of objectives or to provide support services to a person and/or the community.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RefProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000225', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RefProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Program Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RefProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15225', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RefProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The system outlining instructional or non-instructional activities and procedures designed to accomplish a predetermined educational objective or set of objectives or to provide support services to a person and/or the community.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000225', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Program Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15225', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The titles of employment, official status, or rank of education staff.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefK12StaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000087', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefK12StaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'K12 Staff Classification', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefK12StaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15087', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RefK12StaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The titles of employment, official status, or rank of education staff.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RefK12StaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000087', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RefK12StaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'K12 Staff Classification', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RefK12StaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15087', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RefK12StaffClassificationId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The titles of employment, official status, or rank of education staff.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefK12StaffClassification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000087', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefK12StaffClassification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'K12 Staff Classification', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefK12StaffClassification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15087', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefK12StaffClassification', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The total number of years prior to this job that a person has previously held a teaching position in one or more education institutions.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'YearsOfPriorTeachingExperience' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000302', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'YearsOfPriorTeachingExperience' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Years of Prior Teaching Experience', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'YearsOfPriorTeachingExperience' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15302', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'YearsOfPriorTeachingExperience' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of agency that approved the establishment or continuation of a charter school.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCharterSchoolApprovalAgencyType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001292', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCharterSchoolApprovalAgencyType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Charter School Approval Agency Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCharterSchoolApprovalAgencyType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16258', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCharterSchoolApprovalAgencyType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of communication number listed for an organization.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RefInstitutionTelephoneTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000167', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RefInstitutionTelephoneTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Institution Telephone Number Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RefInstitutionTelephoneTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15167', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RefInstitutionTelephoneTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of communication number listed for an organization.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefInstitutionTelephoneType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000167', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefInstitutionTelephoneType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Institution Telephone Number Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefInstitutionTelephoneType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15167', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefInstitutionTelephoneType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of diploma/credential that is awarded to a person in recognition of his/her completion of the curricular requirements.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefHighSchoolDiplomaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000138', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefHighSchoolDiplomaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'High School Diploma Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefHighSchoolDiplomaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15138', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefHighSchoolDiplomaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of diploma/credential that is awarded to a person in recognition of his/her completion of the curricular requirements.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefHighSchoolDiplomaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000138', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefHighSchoolDiplomaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'High School Diploma Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefHighSchoolDiplomaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15138', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RefHighSchoolDiplomaTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of diploma/credential that is awarded to a person in recognition of his/her completion of the curricular requirements.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefHighSchoolDiplomaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000138', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefHighSchoolDiplomaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'High School Diploma Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefHighSchoolDiplomaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15138', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefHighSchoolDiplomaType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of education institution as classified by its primary focus. ', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RefSchoolTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000242', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RefSchoolTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'School Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RefSchoolTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15242', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RefSchoolTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of education institution as classified by its primary focus. ', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSchoolType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000242', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSchoolType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'School Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSchoolType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15242', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefSchoolType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of technical assistance provided.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001495', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Technical Assistance Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16467', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of technical assistance provided.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTechnicalAssistanceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001495', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTechnicalAssistanceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Technical Assistance Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTechnicalAssistanceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16467', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTechnicalAssistanceType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of technical assistance provided.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001495', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Technical Assistance Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16467', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RefTechnicalAssistanceTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of Title III language instructional education programs.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RefTitleIIILanguageInstructionProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000447', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RefTitleIIILanguageInstructionProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Title III Language Instruction Program Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RefTitleIIILanguageInstructionProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15437', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RefTitleIIILanguageInstructionProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of Title III language instructional education programs.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RefTitleIIILanguageInstructionProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000447', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RefTitleIIILanguageInstructionProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Title III Language Instruction Program Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RefTitleIIILanguageInstructionProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15437', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RefTitleIIILanguageInstructionProgramTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of Title III language instructional education programs.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleIIILanguageInstructionProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000447', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleIIILanguageInstructionProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Title III Language Instruction Program Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleIIILanguageInstructionProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15437', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefTitleIIILanguageInstructionProgramType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The unique two character International Organization for Standardization (ISO) code for the country in which an address is located.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RefCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000050', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RefCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Country Code', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RefCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15050', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RefCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The unique two digit International Organization for Standardization (ISO) code for the country in which a person is born.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RefCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000051', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RefCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Country of Birth Code', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RefCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15051', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RefCountryId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The URL to a document that includes a list of credential award assertions an issuer has revoked.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RevocationListURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001662', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RevocationListURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Credential Issuer Revocation List URL', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RevocationListURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16643', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RevocationListURL' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month and day a child with disabilities (IDEA) ages 14 through 21 exited special education.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'SpecialEducationServicesExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000263', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'SpecialEducationServicesExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Special Education Services Exit Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'SpecialEducationServicesExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15263', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'SpecialEducationServicesExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month and day a professional development session ends.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001447', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Professional Development Session End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16417', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month and day of the first day after the date of a person''s last enrollment in a course section.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'ExitWithdrawalDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000651', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'ExitWithdrawalDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Course Section Exit Withdrawal Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'ExitWithdrawalDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15653', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'ExitWithdrawalDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month and day on which a discipline action ends.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'DisciplinaryActionEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000082', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'DisciplinaryActionEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Disciplinary Action End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'DisciplinaryActionEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15082', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'DisciplinaryActionEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month and day on which an accounting period ends.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'FiscalPeriodEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001643', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'FiscalPeriodEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Fiscal Period End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'FiscalPeriodEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16624', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'FiscalPeriodEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month and day on which the person ceased to participate in a program.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'CareerPathwaysProgramParticipationExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001583', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'CareerPathwaysProgramParticipationExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Career Pathways Program Participation Exit Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'CareerPathwaysProgramParticipationExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16562', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'CareerPathwaysProgramParticipationExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month and day on which the status of the service plan for a child effectively ends.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'ServicePlanEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'001683', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'ServicePlanEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Individualized Program Service Plan End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'ServicePlanEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16664', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'ServicePlanEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month and day the competency framework was deprecated/replaced by the jurisdiction in which it was intended to apply.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'ValidEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000701', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'ValidEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Competency Framework Valid End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'ValidEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15678', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'ValidEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month, and day of the last day of the employment record reference period.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'ReferencePeriodEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000993', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'ReferencePeriodEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Employment Record Reference Period End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'ReferencePeriodEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15995', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'ReferencePeriodEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000006, 000055, 000056, 000111, 001072, 001073, 000166, 000175, 000203, 000625, 000781, 000827, 000978, 001280, 001315, 001491', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RefOrganizationIdentifierTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Activity Identifier, Course Identifier, Course Code System, Federal School Code, Local Education Agency Identification System, School Identification System, Institution IPEDS UnitID, Local Education Agency Supervisory Union Identification Number, Office of Postsecondary Education Identifier, Program Identifier, Adult Education Service Provider Identification System, Organization Identification System, Course Section Identifier, Agency Course Identifier, Course Section Number, State Agency Identification System', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RefOrganizationIdentifierTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15006, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15055, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15056, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15111, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15159, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15161, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15166, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15175, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15203, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15618, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15778, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15827, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15979, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16246, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16281, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16463', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RefOrganizationIdentifierTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000006, 000055, 000056, 000111, 001072, 001073, 000166, 000175, 000203, 000625, 000781, 000827, 000978, 001280, 001315, 001491', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOrganizationIdentificationSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Activity Identifier, Course Identifier, Course Code System, Federal School Code, Local Education Agency Identification System, School Identification System, Institution IPEDS UnitID, Local Education Agency Supervisory Union Identification Number, Office of Postsecondary Education Identifier, Program Identifier, Adult Education Service Provider Identification System, Organization Identification System, Course Section Identifier, Agency Course Identifier, Course Section Number, State Agency Identification System', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOrganizationIdentificationSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15006, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15055, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15056, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15111, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15159, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15161, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15166, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15175, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15203, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15618, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15778, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15827, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15979, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16246, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16281, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16463', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefOrganizationIdentificationSystem', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000007, 000097, 000326, 000346, 000526, 000590, 000645, 000793, 000974, 000998, 001243, 001247, 001300', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'EntryDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Activity Involvement Begin Date, Enrollment Entry Date, Service Entry Date, Employment Start Date, Assignment Start Date, Program Participation Start Date, Teaching Assignment Start Date, Staff Education Entry Date, Course Section Enrollment Status Start Date, Workforce Program Participation Start Date, Program Participation Status, English Learner Entry Date, Course Add Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'EntryDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15007, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15097, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15326, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15345, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15517, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15583, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15647, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15792, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15975, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16001, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16209, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16213, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16266', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'EntryDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000008, 000107, 000327, 000527, 000570, 000591, 000646, 000794, 000795, 000999, 001305', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'ExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Activity Involvement End Date, Enrollment Exit Date, Service Exit Date, Assignment End Date, English Learner Exit Date, Program Participation Exit Date, Teaching Assignment End Date, Staff Education Withdrawal Date, Employment End Date, Workforce Program Participation End Date, Course Drop Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'ExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15008, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15107, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15327, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15518, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15562, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15584, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15648, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15793, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15794, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16002, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16271', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'ExitDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000016, 000020, 000034, 000192, 000301, 000973', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefRace', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'American Indian or Alaska Native, Asian, Black or African American, Native Hawaiian or Other Pacific Islander, White, Demographic Race Two or More Races', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefRace', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15655, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15656, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15657, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15658, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15659, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15974', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefRace', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000050, 000434', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCountry', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Country Code, Qualifying Move From Country', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCountry', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15050, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15424', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCountry', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000054, 000059', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'OrganizationCalendarSessionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Course Begin Date, Course End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'OrganizationCalendarSessionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15054, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15059', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'OrganizationCalendarSessionId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000056, 001072, 001073, 000781, 000827, 001491', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RefOrganizationIdentificationSystemId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Course Code System, Local Education Agency Identification System, School Identification System, Adult Education Service Provider Identification System, Organization Identification System, State Agency Identification System', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RefOrganizationIdentificationSystemId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15056, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15159, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15161, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15778, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15827, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16463', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RefOrganizationIdentificationSystemId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000059, 000253', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Course End Date, Session End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15059, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15253', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'EndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000086, 000148, 000151, 000180, 000189, 000235, 000236, 000237, 000286, 000287, 000288, 000291, 000569, 000580, 000581, 000775, 000776, 000777, 000778, 000807, 000814, 000815', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RefPersonStatusTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Economic Disadvantage Status, Homeless Unaccompanied Youth Status, IDEA Indicator, English Learner Status, Migrant Status, School Choice Applied for Transfer Status, School Choice Eligible for Transfer Status, School Choice Transfer Status, Title I School Supplemental Services Applied Status, Title I School Supplemental Services Eligible Status, Title I School Supplemental Services Received Status, Title III Immigrant Status, Truant Status, Single Parent or Single Pregnant Woman Status, Perkins Limited English Proficiency Status, Low-income Status, Dislocated Worker Status, Public Assistance Status, Rural Residency Status, Professional Association Membership Status, State Approved Trainer Status, State Approved Technical Assistance Provider Status', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RefPersonStatusTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15086, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15148, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15151, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15180, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15189, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15235, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15236, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15237, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15286, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15287, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15288, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15291, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15561, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15573, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15574, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15758, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15759, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15760, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15761, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15806, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15813, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15814', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RefPersonStatusTypeId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000086, 000148, 000151, 000180, 000189, 000235, 000236, 000237, 000286, 000287, 000288, 000291, 000569, 000580, 000581, 000775, 000776, 000777, 000778, 000807, 000814, 000815', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPersonStatusType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Economic Disadvantage Status, Homeless Unaccompanied Youth Status, IDEA Indicator, English Learner Status, Migrant Status, School Choice Applied for Transfer Status, School Choice Eligible for Transfer Status, School Choice Transfer Status, Title I School Supplemental Services Applied Status, Title I School Supplemental Services Eligible Status, Title I School Supplemental Services Received Status, Title III Immigrant Status, Truant Status, Single Parent or Single Pregnant Woman Status, Perkins Limited English Proficiency Status, Low-income Status, Dislocated Worker Status, Public Assistance Status, Rural Residency Status, Professional Association Membership Status, State Approved Trainer Status, State Approved Technical Assistance Provider Status', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPersonStatusType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15086, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15148, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15151, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15180, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15189, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15235, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15236, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15237, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15286, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15287, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15288, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15291, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15561, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15573, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15574, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15758, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15759, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15760, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15761, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15806, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15813, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15814', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefPersonStatusType', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000100, 000125, 000126, 000131, 000177, 001057, 001210', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGradeLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Entry Grade Level, Grade Level When Course Taken, Grade Level When Assessed, Grades Offered, Assessment Level for Which Designed, Assessment Registration Grade Level to Be Assessed, Exit Grade Level', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGradeLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15100, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15125, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15126, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15131, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15177, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16063, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16177', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefGradeLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000126, 001057', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefGradeLevelToBeAssessedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Grade Level When Assessed, Assessment Registration Grade Level to Be Assessed', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefGradeLevelToBeAssessedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15126, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16063', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefGradeLevelToBeAssessedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000126, 001057', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefGradeLevelWhenAssessedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Grade Level When Assessed, Assessment Registration Grade Level to Be Assessed', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefGradeLevelWhenAssessedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15126, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16063', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RefGradeLevelWhenAssessedId' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000141, 000725, 001229, 001230, 001246', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEducationLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Highest Level of Education Completed, Competency Definition Education Level, Maternal Guardian Education, Paternal Guardian Education, Learning Resource Education Level ', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEducationLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15141, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15701, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16194, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16195, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16212', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefEducationLevel', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000317, 000371, 000880, 000881, 000919', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLanguage', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'ISO 639-2 Language Code, Assessment Participant Session Language, Competency Framework Language, Competency Definition Language, Learning Resource Language', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLanguage', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15317, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15370, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15880, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15881, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15920', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefLanguage', @level2type=NULL, @level2name=NULL -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000795, 000975, 001228', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'StatusEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Employment End Date, Course Section Enrollment Status End Date, Status End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'StatusEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15794, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15976, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16193', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'StatusEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000839, 001331', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'VisitStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Number of Early Learning Program Monitoring Visits, Monitoring Visit Start Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'VisitStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15839, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16297', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'VisitStartDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_GlobalId', @value=N'000839, 001332', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'VisitEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_Element', @value=N'Number of Early Learning Program Monitoring Visits, Monitoring Visit End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'VisitEndDate' -GO - -exec sp_updateextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15839, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16298', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'VisitEndDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefAssessmentNeedLanguageLearnerType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefAssessmentNeedLanguageLearnerType', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefAssessmentNeedLanguageLearnerType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefBlendedLearningModelType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefBlendedLearningModelType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefBloomsTaxonomyDomain', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefBloomsTaxonomyDomain', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCharterSchoolApprovalAgencyType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCharterSchoolApprovalAgencyType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefAssociationType', @level2type=N'COLUMN',@level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefAssociationType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefAssociationType', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefAssociationType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type=N'COLUMN',@level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefTestabilityType', @level2type=N'COLUMN',@level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefTestabilityType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefTestabilityType', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefTestabilityType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCountry', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCountry', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefAgentRoleType', @level2type=N'COLUMN',@level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefAgentRoleType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefAgentRoleType', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefAgentRoleType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefAssessMethodType', @level2type=N'COLUMN',@level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefAssessMethodType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefAssessMethodType', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefAssessMethodType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefIntendedPurposeType', @level2type=N'COLUMN',@level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefIntendedPurposeType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefIntendedPurposeType', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefIntendedPurposeType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefStatusType', @level2type=N'COLUMN',@level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefStatusType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefStatusType', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefStatusType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefVerificationType', @level2type=N'COLUMN',@level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefVerificationType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefVerificationType', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefVerificationType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCTDLAudienceLevelType', @level2type=N'COLUMN',@level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCTDLAudienceLevelType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCTDLAudienceLevelType', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCTDLAudienceLevelType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefEducationLevel', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefEducationLevel', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefFrequencyOfService', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefFrequencyOfService', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefGradeLevel', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefGradeLevel', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefHighSchoolDiplomaType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefHighSchoolDiplomaType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefInstitutionTelephoneType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefInstitutionTelephoneType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefISO6392Language', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefISO6392Language', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefISO6393Language', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefISO6393Language', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefK12StaffClassification', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefK12StaffClassification', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefLanguage', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefLanguage', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefLearningResourceCompetencyAlignmentType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefLearningResourceCompetencyAlignmentType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefLeaType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefLeaType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefMultipleIntelligenceType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefMultipleIntelligenceType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefOrganizationIdentificationSystem', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefOrganizationIdentificationSystem', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefPersonStatusType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefPersonStatusType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefProgramType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefProgramType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type=N'COLUMN',@level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefRace', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefRace', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefSchoolType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefSchoolType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefSpecialEducationExitReason', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefSpecialEducationExitReason', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefTechnicalAssistanceDeliveryType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefTechnicalAssistanceDeliveryType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefTechnicalAssistanceType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefTechnicalAssistanceType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefTitleIIILanguageInstructionProgramType', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefTitleIIILanguageInstructionProgramType', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefTribalAffiliation', @level2type=N'COLUMN',@level2name=N'Definition' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_Def_Desc extended property.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefTribalAffiliation', @level2type=N'COLUMN',@level2name=N'SortOrder' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Activity', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Activity', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ActivityRecognition', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ActivityRecognition', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AeCourse', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AeCourse', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AeProvider', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AeProvider', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AeStaff', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AeStaff', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AeStudentEmployment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AeStudentEmployment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ApipInteraction', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ApipInteraction', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Application', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Application', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Assessment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Assessment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Assessment_AssessmentAdministration', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Assessment_AssessmentAdministration', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentAccommodation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentAccommodation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentAdministration', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentAdministration', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentAdministration_Organization', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentAdministration_Organization', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentAsset', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentAsset', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentELDevelopmentalDomain', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentELDevelopmentalDomain', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentForm', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentForm', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentForm_AssessmentAsset', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentForm_AssessmentAsset', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentForm_AssessmentFormSection', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentForm_AssessmentFormSection', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentFormSection', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentFormSection', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentFormSection_AssessmentAsset', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentFormSection_AssessmentAsset', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItem', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItem', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemApip', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemApip', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemApipDescription', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemApipDescription', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemResponse', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemResponse', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentLanguage', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentLanguage', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentLevelsForWhichDesigned', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentLevelsForWhichDesigned', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentParticipantSession_Accommodation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentParticipantSession_Accommodation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedsProfileControl', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedsProfileControl', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedsProfileDisplay', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedsProfileDisplay', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedsProfileScreenEnhancement', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentPersonalNeedsProfileScreenEnhancement', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentRegistration', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentRegistration', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentRegistration', @level2type=N'COLUMN',@level2name=N'RefGradeLevelToBeAssessedId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentRegistration', @level2type=N'COLUMN',@level2name=N'RefGradeLevelWhenAssessedId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentRegistration', @level2type=N'COLUMN',@level2name=N'TestingIndicator' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentRegistration_Accommodation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentRegistration_Accommodation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentResult', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentResult', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentResult_PerformanceLevel', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentResult_PerformanceLevel', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentResultRubricCriterionResult', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentResultRubricCriterionResult', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSession', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSession', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSessionStaffRole', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSessionStaffRole', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSubtest', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSubtest', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSubtest_CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSubtest_CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSubtestELDevelopmentalDomain', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSubtestELDevelopmentalDomain', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSubtestLevelsForWhichDesigned', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AssessmentSubtestLevelsForWhichDesigned', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Authentication', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Authentication', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Authorization', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Authorization', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AuthorizationDocument', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'AuthorizationDocument', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'BuildingSpace', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'BuildingSpace', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'BuildingSystemCategory', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'BuildingSystemCategory', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'BuildingSystemComponent', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'BuildingSystemComponent', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Classroom', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Classroom', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'AssociatedEntityId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'CompetencyDefAssociationIdentifierURI' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'ConnectionCitation' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'DestinationNodeName' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'DestinationNodeURI' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'OriginNodeName' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'OriginNodeURI' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'RefCompetencyDefAssociationTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'RefLearningResourceCompetencyAlignmentTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN',@level2name=N'Weight' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN',@level2name=N'RefEducationLevelId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'CompetencyDefParentCode' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'CompetencyDefParentId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'CompetencyDefParentUrl' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'CompetencyDefSequence' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'ConceptKeyword' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'ConceptTerm' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'CurrentVersionIndicator' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'Identifier' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'License' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'NodeName' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'Notes' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'PreviousVersionIdentifier' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'RefBloomsTaxonomyDomainId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'RefCompetencyDefNodeAccessibilityProfileId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'RefCompetencyDefTestabilityTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'RefLanguageId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'RefMultipleIntelligenceTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'Statement' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'TextComplexityMaximumValue' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'TextComplexityMinimumValue' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'TextComplexitySystem' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'Type' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'TypeURL' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'TypicalAgeRange' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'TypicalAgeRangeMaximum' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'TypicalAgeRangeMinimum' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'URL' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'ValidEndDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'ValidStartDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition', @level2type=N'COLUMN',@level2name=N'Version' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition_CompetencySet', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyDefinition_CompetencySet', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyFramework', @level2type=N'COLUMN',@level2name=N'CompetencyFrameworkSourceUrl' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyFramework', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyFramework', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyFramework', @level2type=N'COLUMN',@level2name=N'RefLanguageId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencyFramework', @level2type=N'COLUMN',@level2name=N'ValidEndDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencySet', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CompetencySet', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CoreKnowledgeArea', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CoreKnowledgeArea', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Course', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Course', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSection', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSection', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSection', @level2type=N'COLUMN',@level2name=N'RelatedCompetencyDefinitions' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSectionAssessmentReporting', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSectionAssessmentReporting', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSectionLevel', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSectionLevel', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSectionLocation', @level2type=N'COLUMN',@level2name=N'ClassroomId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSectionLocation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSectionLocation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSectionSchedule', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CourseSectionSchedule', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialAward', @level2type=N'COLUMN',@level2name=N'CredentialAwardEndDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialAward', @level2type=N'COLUMN',@level2name=N'CredentialAwardStartDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialAward', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialAward', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialAwardCredit', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialAwardCredit', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialAwardEvidence', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialAwardEvidence', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialCriteriaCourse', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialCriteriaCourse', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefAgent', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefAgent', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefAgent', @level2type=N'COLUMN',@level2name=N'RefCredentialDefAgentRoleTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefAgent', @level2type=N'COLUMN',@level2name=N'RefCTDLOrganizationTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefAgentCredential', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefAgentCredential', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCategory', @level2type=N'COLUMN',@level2name=N'Category' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCategory', @level2type=N'COLUMN',@level2name=N'CategorySystem' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCategory', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCategory', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCriteria', @level2type=N'COLUMN',@level2name=N'Criteria' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCriteria', @level2type=N'COLUMN',@level2name=N'CriteriaUrl' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCriteria', @level2type=N'COLUMN',@level2name=N'EstimatedDuration' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCriteria', @level2type=N'COLUMN',@level2name=N'MaximumDuration' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCriteria', @level2type=N'COLUMN',@level2name=N'MinimumAge' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCriteria', @level2type=N'COLUMN',@level2name=N'MinimumDuration' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCriteria', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCriteria', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefCriteria', @level2type=N'COLUMN',@level2name=N'RefCredentialDefAssessMethodTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN',@level2name=N'Identifier' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN',@level2name=N'RefCredentialIdentifierSystemId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'AlternateName' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'CredentialDefDateEffective' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'CredentialNAICSIndustryType' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'EmploymentNAICSCode' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'ImageUrl' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'JurisdictionRegion' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'JurisdictionRegionException' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'Keywords' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'RefCareerClusterId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'RefCipCodeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'RefCredentialDefIntendedPurposeTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'RefCredentialDefStatusTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'RefCredentialDefVerificationTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'RefCtdlAudienceLevelTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'RefONETSOCOccupationTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'Title' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'ValidationMethodDescription' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialDefinition', @level2type=N'COLUMN',@level2name=N'Version' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialIssuer', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialIssuer', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialIssuer', @level2type=N'COLUMN',@level2name=N'RevocationListURL' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialOffered', @level2type=N'COLUMN',@level2name=N'CredentialOfferedEndDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialOffered', @level2type=N'COLUMN',@level2name=N'CredentialOfferedStartDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialOffered', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CredentialOffered', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CteCourse', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CteCourse', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'EarlyChildhoodCredential', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'EarlyChildhoodCredential', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildDemographic', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildDemographic', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildDevelopmentalAssessment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildDevelopmentalAssessment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildHealth', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildHealth', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildIndividualizedProgram', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildIndividualizedProgram', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildService', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildService', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildServicesApplication', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildServicesApplication', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELClassSection', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELClassSection', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELClassSectionService', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELClassSectionService', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELEnrollment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELEnrollment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELEnrollmentOtherFunding', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELEnrollmentOtherFunding', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELFacilityLicensing', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELFacilityLicensing', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'EligibilityEvaluation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'EligibilityEvaluation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELOrganization', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELOrganization', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELOrganizationFunds', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELOrganizationFunds', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELProgramLicensing', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELProgramLicensing', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELQualityInitiative', @level2type=N'COLUMN',@level2name=N'ProgramHeathSafetyChecklistUseStatus' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELQualityInitiative', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELQualityInitiative', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELServicePartner', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELServicePartner', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELStaff', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELStaff', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELStaffAssignment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELStaffAssignment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELStaffEducation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELStaffEducation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELStaffEmployment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ELStaffEmployment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Facility', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Facility', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityAudit', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityAudit', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityCompliance', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityCompliance', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityDesign', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityDesign', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityEnergy', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityEnergy', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityFinance', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityFinance', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityFinancial', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityFinancial', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityHazard', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityHazard', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityJointUse', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityJointUse', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityLease', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityLease', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityLocation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityLocation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityManagement', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityManagement', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityManagementPlan', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityManagementPlan', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityMandate', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityMandate', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityMortgage', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityMortgage', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityMortgageFee', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityMortgageFee', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityRelationship', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityRelationship', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilitySchoolDesign', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilitySchoolDesign', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilitySite', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilitySite', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityUtilization', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FacilityUtilization', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FinancialAccount', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FinancialAccount', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FinancialAccountProgram', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FinancialAccountProgram', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FinancialAidApplication', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FinancialAidApplication', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FinancialAidAward', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'FinancialAidAward', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Goal', @level2type=N'COLUMN',@level2name=N'EndDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Goal', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Goal', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'GoalMeasurement', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'GoalMeasurement', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'GoalPerformance', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'GoalPerformance', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IDEAEligibilityEvaluationCategory', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IDEAEligibilityEvaluationCategory', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IEPAuthorization', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IEPAuthorization', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IEPPresentLevel', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IEPPresentLevel', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Incident', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Incident', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IncidentPerson', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IncidentPerson', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgram', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgram', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgram', @level2type=N'COLUMN',@level2name=N'ServicePlanEndDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramAccommodationSubject', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramAccommodationSubject', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramAssessment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramAssessment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramAssessmentAccommodation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramAssessmentAccommodation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramEligibilityEvaluation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramEligibilityEvaluation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramGoal', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramGoal', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramMeeting', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramMeeting', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramMeetingAttendee', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramMeetingAttendee', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramProgressGoal', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramProgressGoal', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramService', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramService', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramServicesReceived', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IndividualizedProgramServicesReceived', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IPEDSFinance', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'IPEDSFinance', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12CharterSchoolApprovalAgency', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12CharterSchoolApprovalAgency', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12CharterSchoolManagementOrganization', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12CharterSchoolManagementOrganization', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12Course', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12Course', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12FederalFundAllocation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12FederalFundAllocation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12Lea', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12Lea', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaPreKEligibility', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaPreKEligibility', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaPreKEligibleAgesIDEA', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaPreKEligibleAgesIDEA', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaTitleIIIProfessionalDevelopment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaTitleIIIProfessionalDevelopment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaTitleISupportService', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12LeaTitleISupportService', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12OrganizationStudentResponsibility', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12OrganizationStudentResponsibility', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12ProgramOrService', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12ProgramOrService', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12School', @level2type=N'COLUMN',@level2name=N'K12CharterSchoolApprovalAgencyId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12School', @level2type=N'COLUMN',@level2name=N'K12CharterSchoolManagementOrganizationId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12School', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12School', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolCorrectiveAction', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolCorrectiveAction', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolGradeOffered', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolGradeOffered', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolImprovement', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolImprovement', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolImprovement', @level2type=N'COLUMN',@level2name=N'SchoolImprovementExitDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolIndicatorStatus', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolIndicatorStatus', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolStatus', @level2type=N'COLUMN',@level2name=N'ProgressAcheivingEnglishLearnerProficiencyStateDefinedStatus' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolStatus', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolStatus', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolStatus', @level2type=N'COLUMN',@level2name=N'RefBlendedLearningModelTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SchoolStatus', @level2type=N'COLUMN',@level2name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatusId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12Sea', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12Sea', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SeaAlternateFundUse', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SeaAlternateFundUse', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StaffAssignment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StaffAssignment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StaffAssignment', @level2type=N'COLUMN',@level2name=N'RefK12StaffClassificationId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StaffEmployment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StaffEmployment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentActivity', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentActivity', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentCohort', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentCohort', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentCourseSection', @level2type=N'COLUMN',@level2name=N'ExitWithdrawalDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentCourseSection', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentCourseSection', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentDiscipline', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentDiscipline', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentEmployment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentEmployment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentEnrollment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentEnrollment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentSession', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12StudentSession', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearnerAction', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearnerAction', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearnerActivity', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearnerActivity', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearnerActivity_LearningResource', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearnerActivity_LearningResource', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResource', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResource', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResourceAdaptation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResourceAdaptation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResourceEducationLevel', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResourceEducationLevel', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResourceMediaFeature', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResourceMediaFeature', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResourcePhysicalMedia', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LearningResourcePhysicalMedia', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Location', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Location', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LocationAddress', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'LocationAddress', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Organization', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Organization', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationAccreditation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationAccreditation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendar', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendar', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendarDay', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendarDay', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN',@level2name=N'EndTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN',@level2name=N'StartTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationDetail', @level2type=N'COLUMN',@level2name=N'Name' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationDetail', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationDetail', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationDetail', @level2type=N'COLUMN',@level2name=N'ShortName' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationEmail', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationEmail', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationFinancial', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationFinancial', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationIdentifier', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationIdentifier', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationImage', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationImage', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationIndicator', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationIndicator', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationLocation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationLocation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationOperationalStatus', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationOperationalStatus', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationPersonRole', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationPersonRole', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationPolicy', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationPolicy', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationProgramType', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationProgramType', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationRelationship', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationRelationship', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationService', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationService', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationTelephone', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationTelephone', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationWebsite', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'OrganizationWebsite', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PDActivityEducationLevel', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PDActivityEducationLevel', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PeerRatingSystem', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PeerRatingSystem', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Person', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Person', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Person_AssessmentPersonalNeedsProfile', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Person_AssessmentPersonalNeedsProfile', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonAddress', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonAddress', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonAllergy', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonAllergy', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonBirthplace', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonBirthplace', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonCredential', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonCredential', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDemographicRace', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDemographicRace', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'Birthdate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'BirthdateVerification' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'FirstName' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'GenerationCode' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'HispanicLatinoEthnicity' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'LastName' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'MiddleName' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'Prefix' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'RefHighestEducationLevelCompletedId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'RefPersonalInformationVerificationId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'RefProofOfResidencyTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'RefSexId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'RefStateOfResidenceId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'RefTribalAffiliationId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'RefUSCitizenshipStatusId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDetail', @level2type=N'COLUMN',@level2name=N'RefVisaTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDisability', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonDisability', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonEmailAddress', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonEmailAddress', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonFamily', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonFamily', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonHealth', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonHealth', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonHealthBirth', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonHealthBirth', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonHomelessness', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonHomelessness', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonIdentifier', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonIdentifier', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonImmunization', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonImmunization', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonLanguage', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonLanguage', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonMaster', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonMaster', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonMilitary', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonMilitary', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonOtherName', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonOtherName', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonProgramParticipation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonProgramParticipation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonReferral', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonReferral', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonRelationship', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonRelationship', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonStatus', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonStatus', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonTelephone', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PersonTelephone', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProfessionalDevelopmentRequirement', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProfessionalDevelopmentRequirement', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProfessionalDevelopmentSessionInstructor', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProfessionalDevelopmentSessionInstructor', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Program', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Program', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationAE', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationAE', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationCte', @level2type=N'COLUMN',@level2name=N'CareerPathwaysProgramParticipationExitDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationCte', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationCte', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationFoodService', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationFoodService', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN',@level2name=N'RefQualifyingMoveFromCountryId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN',@level2name=N'RefSpecialEducationExitReasonId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN',@level2name=N'SpecialEducationServicesExitDate' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationTitleI', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationTitleI', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN',@level2name=N'RefTitleIIILanguageInstructionProgramTypeId' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsCourse', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsCourse', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsInstitution', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsInstitution', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsProgram', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsProgram', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsSection', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsSection', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsSectionLocation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsSectionLocation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStaffEmployment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStaffEmployment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentApplication', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentApplication', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentCohort', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentCohort', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentDemographic', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentDemographic', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentEmployment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentEmployment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentEnrollment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentEnrollment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PSStudentProgram', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PSStudentProgram', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentSection', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'PsStudentSection', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefAssessmentNeedLanguageLearnerType' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefAssociationType' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefNodeAccessibilityProfile' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCompetencyDefTestabilityType' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefAgentRoleType' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefAssessMethodType' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefIntendedPurposeType' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefStatusType' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialDefVerificationType' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCredentialIdentifierSystem' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefCtdlAudienceLevelType' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RequiredImmunization', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RequiredImmunization', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Role', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Role', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RoleAttendance', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RoleAttendance', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN',@level2name=N'EndTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN',@level2name=N'StartTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RoleStatus', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RoleStatus', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Rubric', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'Rubric', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RubricCriterion', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RubricCriterion', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RubricCriterionLevel', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'RubricCriterionLevel', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServiceFrequency', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServiceFrequency', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServicePlan', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServicePlan', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServiceProvided', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServiceProvided', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServiceProvider', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServiceProvider', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServicesReceived', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServicesReceived', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServiceStaff', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'ServiceStaff', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffCredential', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffCredential', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffEmployment', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffEmployment', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffEvaluation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffEvaluation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffExperience', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffExperience', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'TeacherStudentDataLinkExclusion', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'TeacherStudentDataLinkExclusion', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN',@level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'MS_Description', @value=N'See the CEDS_GlobalId, CEDS_Element, CEDS_URL, and CEDS_Def_Desc extended properties.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN',@level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A category for defining a competency or qualification, achievement, personal or organizational quality, experience, attribute, or aspect of an identity typically used to indicate suitability.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'Category' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000892', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'Category' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Category Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'Category' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15892', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'Category' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A code or abbreviation for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefAssociationType', @level2type='COLUMN', @level2name='Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A code or abbreviation for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type='COLUMN', @level2name='Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A code or abbreviation for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefTestabilityType', @level2type='COLUMN', @level2name='Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A code or abbreviation for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAgentRoleType', @level2type='COLUMN', @level2name='Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A code or abbreviation for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAssessMethodType', @level2type='COLUMN', @level2name='Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A code or abbreviation for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefIntendedPurposeType', @level2type='COLUMN', @level2name='Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A code or abbreviation for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefStatusType', @level2type='COLUMN', @level2name='Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A code or abbreviation for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefVerificationType', @level2type='COLUMN', @level2name='Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A code or abbreviation for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCTDLAudienceLevelType', @level2type='COLUMN', @level2name='Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A code or abbreviation for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type='COLUMN', @level2name='Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A coding scheme that is used for identification and record-keeping purposes by a credentialing organization to refer to an achievement.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RefCredentialIdentifierSystemId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001739', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RefCredentialIdentifierSystemId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Identifier System', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RefCredentialIdentifierSystemId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16720', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RefCredentialIdentifierSystemId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A description for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefAssociationType', @level2type='COLUMN', @level2name='Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A description for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type='COLUMN', @level2name='Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A description for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefTestabilityType', @level2type='COLUMN', @level2name='Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A description for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAgentRoleType', @level2type='COLUMN', @level2name='Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A description for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAssessMethodType', @level2type='COLUMN', @level2name='Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A description for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefIntendedPurposeType', @level2type='COLUMN', @level2name='Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A description for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefStatusType', @level2type='COLUMN', @level2name='Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A description for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefVerificationType', @level2type='COLUMN', @level2name='Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A description for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCTDLAudienceLevelType', @level2type='COLUMN', @level2name='Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A description for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type='COLUMN', @level2name='Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A description of the achievement.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000895', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Description', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15895', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Description' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A full legal middle name given to a person at birth, baptism, or through legal change.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'MiddleName' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000184', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'MiddleName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Middle Name', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'MiddleName' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15184', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'MiddleName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A geo-political region in which the credential does not apply.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'JurisdictionRegionException' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001744', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'JurisdictionRegionException' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Jurisdiction Region Exception', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'JurisdictionRegionException' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16725', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'JurisdictionRegionException' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A globally unique identifier by which the creator/owner/provider of a credential recognizes the achievement in transactions with the external environment.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001658', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Identifier', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16639', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A human-referenceable code designated by the publisher to identify the item in the hierarchy of competency definitions.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000692', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Code', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15669', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Code' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A human-referenceable code designated by the publisher to identify the parent item in the hierarchy of competency definitions.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000873', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Parent Code', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15873', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A label assigned by the publisher indicating the version of the competency framework statement.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001250', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Version', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16216', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A network-resolvable Uniform Resource Locator (URL) pointing to the authoritative reference for the competency definition.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'URL' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000874', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'URL' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition URL', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'URL' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15874', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'URL' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A network-resolvable Uniform Resource Locator (URL) pointing to the authoritative reference for the hierarchal parent of the competency definition.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001094', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Parent URL', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16078', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A resource describing the means by which someone can verify whether a credential has been attained by a person.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefVerificationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001753', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefVerificationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Verification Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefVerificationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16734', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefVerificationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A resource describing the means by which someone can verify whether a credential has been attained by a person.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefVerificationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001753', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefVerificationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Verification Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefVerificationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16734', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefVerificationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A set of one or more alphanumeric characters and/or symbols denoting the positioning of the statement being described in a sequential listing of statements.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefSequence' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001570', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefSequence' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Sequence', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefSequence' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16549', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefSequence' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A six-digit code in the form xx.xxxx that identifies instructional program specialties within educational institutions.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCipCodeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000043', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCipCodeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Classification of Instructional Program Code', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCipCodeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15043', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCipCodeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A type of formal education program in which a student learns at least in part through online learning, with some element of student control over time, place, path, and/or pace; at least in part in a supervised brick-and-mortar location away from home; and the modalities along each student’s learning path within a course or subject are connected to provide an integrated learning experience.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefBlendedLearningModelTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001287', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefBlendedLearningModelTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Blended Learning Model Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefBlendedLearningModelTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16253', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefBlendedLearningModelTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'ClassroomId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000364', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'ClassroomId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Classroom Identifier', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'ClassroomId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15507', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'ClassroomId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A URI that establishes uniqueness of an association between a competency definition and another competency item or other objects such as learning resources.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'CompetencyDefAssociationIdentifierURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000871', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'CompetencyDefAssociationIdentifierURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Association Identifier URI', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'CompetencyDefAssociationIdentifierURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15871', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'CompetencyDefAssociationIdentifierURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'A URL that resolves to the original or authoritative competency framework document.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'CompetencyFrameworkSourceUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001907', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'CompetencyFrameworkSourceUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Framework Source URL', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'CompetencyFrameworkSourceUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16888', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'CompetencyFrameworkSourceUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'An accepted form of proof of residency in the district/county/other locality.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefProofOfResidencyTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000305', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefProofOfResidencyTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Proof of Residency Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefProofOfResidencyTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15305', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefProofOfResidencyTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'An alias for the credential, which may include acronyms, alpha-numeric notations, and other forms of name abbreviations in common use such as PhD, MA, and BA.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'AlternateName' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001736', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'AlternateName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Alternate Name', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'AlternateName' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16717', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'AlternateName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'An alphanumeric identifier of a version of the credential being described that is unique within the organizational context.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001754', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Version', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16735', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Version' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'An appellation, if any, used to denote rank, placement, or status (e.g., Mr., Ms., Reverend, Sister, Dr., Colonel).', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'Prefix' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000212', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'Prefix' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Personal Title or Prefix', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'Prefix' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15212', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'Prefix' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'An appendage, if any, used to denote a person''s generation in his family (e.g., Jr., Sr., III).', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'GenerationCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000121', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'GenerationCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Generation Code or Suffix', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'GenerationCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15121', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'GenerationCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'An indication of the competency definition(s) addressed in the Course Section.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RelatedCompetencyDefinitions' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000231', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RelatedCompetencyDefinitions' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Related Competency Definitions', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RelatedCompetencyDefinitions' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15231', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RelatedCompetencyDefinitions' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'An indication of whether a program uses a health or safety checklist or documentation.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ProgramHeathSafetyChecklistUseStatus' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000851', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ProgramHeathSafetyChecklistUseStatus' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Program Health Safety Checklist Use Status', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ProgramHeathSafetyChecklistUseStatus' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15851', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'ProgramHeathSafetyChecklistUseStatus' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'An indication that the person traces his or her origin or descent to Mexico, Puerto Rico, Cuba, Central and South America, and other Spanish cultures, regardless of race.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'HispanicLatinoEthnicity' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000144', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'HispanicLatinoEthnicity' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Hispanic or Latino Ethnicity', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'HispanicLatinoEthnicity' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15144', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'HispanicLatinoEthnicity' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'An indicator of a non-US citizen''s Visa type.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefVisaTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000196', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefVisaTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Visa Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefVisaTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15196', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefVisaTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'An indicator of whether or not the person is a US citizen.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefUSCitizenshipStatusId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000299', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefUSCitizenshipStatusId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'United States Citizenship Status', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefUSCitizenshipStatusId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15299', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefUSCitizenshipStatusId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'An person''s permanent address as determined by such evidence as a driver''s license or voter registration. For entering freshmen, state of residence may be the legal state of residence of a parent or guardian.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefStateOfResidenceId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000268', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefStateOfResidenceId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'State of Residence', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefStateOfResidenceId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15268', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefStateOfResidenceId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Any citation appropriate to evidence the connection between nodes', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'ConnectionCitation' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001402', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'ConnectionCitation' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Association Connection Citation', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'ConnectionCitation' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16371', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'ConnectionCitation' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Classification of the Competency Definition using Bloom''s Taxonomy Domains. ', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefBloomsTaxonomyDomainId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000875', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefBloomsTaxonomyDomainId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Blooms Taxonomy Domain', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefBloomsTaxonomyDomainId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15875', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefBloomsTaxonomyDomainId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Classification of the Competency Definition using intelligences defined for Howard Earl Gardner''s Theory of Multiple Intelligences.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefMultipleIntelligenceTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000876', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefMultipleIntelligenceTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Multiple Intelligence', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefMultipleIntelligenceTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15876', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefMultipleIntelligenceTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Defines the nature of the association between a Competency Definition and an associated data object such as a Learning Resource, an Assessment Item, or even another Competency Definition.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefAssociationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000869', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefAssociationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Association Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefAssociationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15869', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefAssociationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Defines the nature of the association between a Competency Definition and an associated data object such as a Learning Resource, an Assessment Item, or even another Competency Definition.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefAssociationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000869', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefAssociationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Association Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefAssociationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15869', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefAssociationType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Description of the methods used to evaluate the validity and reliability of a credential earned by a person.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'ValidationMethodDescription' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001752', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'ValidationMethodDescription' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Validation Method Description', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'ValidationMethodDescription' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16733', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'ValidationMethodDescription' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Effective date of the content of a credential definition.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'CredentialDefDateEffective' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001910', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'CredentialDefDateEffective' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Date Effective', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'CredentialDefDateEffective' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16891', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'CredentialDefDateEffective' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Indicates if the competency described in the Competency Definition Statement can be tested using one or more assessment items.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefTestabilityTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001411', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefTestabilityTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Testability Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefTestabilityTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16380', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefTestabilityTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Indicates if the competency described in the Competency Definition Statement can be tested using one or more assessment items.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefTestabilityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001411', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefTestabilityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Testability Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefTestabilityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16380', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefTestabilityType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Indicates that this is the most current version of the Competency Definition.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CurrentVersionIndicator' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001525', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CurrentVersionIndicator' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Current Version Indicator', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CurrentVersionIndicator' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16499', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CurrentVersionIndicator' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Indicates the relative significance this connection has for the destination node in a learning map.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'Weight' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001407', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'Weight' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Association Weight', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'Weight' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16376', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'Weight' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Information about the derivation of a Competency Definition Statement.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Notes' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001249', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Notes' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Notes', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Notes' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16215', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Notes' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Keywords or key phrases describing aspects of a credential considered useful for its discovery.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Keywords' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001745', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Keywords' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Keywords', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Keywords' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16726', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Keywords' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Name of the destination node when the Competency Association is used as a connector in a learning map.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'DestinationNodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001403', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'DestinationNodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Association Destination Node Name', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'DestinationNodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16372', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'DestinationNodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Name of the origin node when the Competency Association is used as a connector in a learning map.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'OriginNodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001405', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'OriginNodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Association Origin Node Name', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'OriginNodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16374', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'OriginNodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The alignment relationship between the resource and a competency definition object.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RefLearningResourceCompetencyAlignmentTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000879', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RefLearningResourceCompetencyAlignmentTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Learning Resource Competency Alignment Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RefLearningResourceCompetencyAlignmentTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15879', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RefLearningResourceCompetencyAlignmentTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The career cluster that defines the industry or occupational focus which may be associated with a career pathways program, plan of study, or course.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCareerClusterId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001288', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCareerClusterId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Career Cluster', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCareerClusterId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16254', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCareerClusterId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The category used to report the school''s performance on the progress of achieving the English language proficiency indicator.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatusId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001915', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatusId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Progress Achieving English Language Proficiency Indicator Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatusId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16896', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatusId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The category used to report the school''s performance on the progress of achieving the English language proficiency indicator.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001915', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Progress Achieving English Language Proficiency Indicator Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16896', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The class of statement in the structure of statements in the Competency Framework according to a controlled vocabulary, specified as a textual label.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Type' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000691', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Type' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Type' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15668', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Type' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The class of statement in the structure of statements in the Competency Framework according to a controlled vocabulary, specified as a URI referencing a controlled vocabulary.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypeURL' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001757', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypeURL' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Type URL', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypeURL' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16738', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypeURL' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The concept describing the biological traits that distinguish the males and females of a species.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefSexId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000255', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefSexId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Sex', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefSexId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15255', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefSexId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The criteria for competency-based completion of the achievement/award.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'Criteria' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000896', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'Criteria' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Criteria', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'Criteria' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15896', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'Criteria' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The date on which the achievement was conferred.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'CredentialAwardStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001163', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'CredentialAwardStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Award Start Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'CredentialAwardStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16120', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'CredentialAwardStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The date, if any, on which the award or achievement expires or requires renewal.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'CredentialAwardEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001164', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'CredentialAwardEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Award End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'CredentialAwardEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16121', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'CredentialAwardEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The default language of the text used for the content in the competency definition statement.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000881', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Language', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15881', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefLanguageId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The defintion for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefAssociationType', @level2type='COLUMN', @level2name='Definition' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The defintion for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type='COLUMN', @level2name='Definition' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The defintion for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefTestabilityType', @level2type='COLUMN', @level2name='Definition' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The defintion for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAgentRoleType', @level2type='COLUMN', @level2name='Definition' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The defintion for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAssessMethodType', @level2type='COLUMN', @level2name='Definition' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The defintion for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefIntendedPurposeType', @level2type='COLUMN', @level2name='Definition' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The defintion for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefStatusType', @level2type='COLUMN', @level2name='Definition' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The defintion for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefVerificationType', @level2type='COLUMN', @level2name='Definition' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The defintion for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCTDLAudienceLevelType', @level2type='COLUMN', @level2name='Definition' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The defintion for the options in this option set.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type='COLUMN', @level2name='Definition' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The education level, grade level or primary instructional level at which a Competency Definition is intended.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RefEducationLevelId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000725', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RefEducationLevelId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Education Level', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RefEducationLevelId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15701', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RefEducationLevelId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ActivityRecognition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ActivityRecognition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ActivityRecognition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ActivityRecognition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ApipInteraction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ApipInteraction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ApipInteraction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ApipInteraction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Application', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Application', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Application', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Application', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment_AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment_AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment_AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment_AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration_Organization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration_Organization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration_Organization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration_Organization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLanguage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLanguage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLanguage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLanguage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileControl', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileControl', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileControl', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileControl', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileDisplay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileDisplay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileDisplay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileDisplay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult_PerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult_PerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult_PerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult_PerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResultRubricCriterionResult', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResultRubricCriterionResult', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResultRubricCriterionResult', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResultRubricCriterionResult', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSessionStaffRole', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSessionStaffRole', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSessionStaffRole', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSessionStaffRole', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest_CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest_CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest_CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest_CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition_CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition_CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition_CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition_CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CoreKnowledgeArea', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CoreKnowledgeArea', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CoreKnowledgeArea', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CoreKnowledgeArea', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionAssessmentReporting', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionAssessmentReporting', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionAssessmentReporting', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionAssessmentReporting', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardCredit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardCredit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardCredit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardCredit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardEvidence', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardEvidence', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardEvidence', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardEvidence', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialCriteriaCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialCriteriaCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialCriteriaCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialCriteriaCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgentCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgentCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgentCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgentCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollmentOtherFunding', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollmentOtherFunding', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollmentOtherFunding', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollmentOtherFunding', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityAudit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityAudit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityAudit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityAudit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityJointUse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityJointUse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityJointUse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityJointUse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLease', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLease', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLease', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLease', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagementPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagementPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagementPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagementPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgageFee', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgageFee', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgageFee', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgageFee', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityRelationship', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityRelationship', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityRelationship', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityRelationship', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySchoolDesign', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySchoolDesign', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySchoolDesign', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySchoolDesign', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccountProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccountProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccountProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccountProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidApplication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidApplication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidApplication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidApplication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalPerformance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalPerformance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalPerformance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalPerformance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IDEAEligibilityEvaluationCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IDEAEligibilityEvaluationCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IDEAEligibilityEvaluationCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IDEAEligibilityEvaluationCategory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodationSubject', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodationSubject', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodationSubject', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodationSubject', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramGoal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramGoal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramGoal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramGoal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeeting', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeeting', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeeting', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeeting', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeetingAttendee', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeetingAttendee', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeetingAttendee', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeetingAttendee', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressGoal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressGoal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressGoal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressGoal', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolApprovalAgency', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolApprovalAgency', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolApprovalAgency', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolApprovalAgency', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolManagementOrganization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolManagementOrganization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolManagementOrganization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolManagementOrganization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibleAgesIDEA', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibleAgesIDEA', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibleAgesIDEA', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibleAgesIDEA', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleIIIProfessionalDevelopment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleIIIProfessionalDevelopment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleIIIProfessionalDevelopment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleIIIProfessionalDevelopment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12OrganizationStudentResponsibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12OrganizationStudentResponsibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12OrganizationStudentResponsibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12OrganizationStudentResponsibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolCorrectiveAction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolCorrectiveAction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolCorrectiveAction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolCorrectiveAction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolGradeOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolGradeOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolGradeOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolGradeOffered', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity_LearningResource', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity_LearningResource', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity_LearningResource', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity_LearningResource', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceAdaptation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceAdaptation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceAdaptation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceAdaptation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceMediaFeature', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceMediaFeature', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceMediaFeature', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceMediaFeature', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePhysicalMedia', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePhysicalMedia', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePhysicalMedia', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePhysicalMedia', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Location', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Location', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Location', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Location', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Organization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Organization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Organization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Organization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendar', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendar', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendar', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendar', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarDay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarDay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarDay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarDay', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmail', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmail', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmail', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmail', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIndicator', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIndicator', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIndicator', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIndicator', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPolicy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPolicy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPolicy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPolicy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PDActivityEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PDActivityEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PDActivityEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PDActivityEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person_AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person_AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person_AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person_AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAllergy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAllergy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAllergy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAllergy', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonEmailAddress', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonEmailAddress', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonEmailAddress', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonEmailAddress', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonIdentifier', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonIdentifier', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonIdentifier', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonIdentifier', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonImmunization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonImmunization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonImmunization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonImmunization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMaster', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMaster', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMaster', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMaster', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonTelephone', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonTelephone', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonTelephone', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonTelephone', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentRequirement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentRequirement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentRequirement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentRequirement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSessionInstructor', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSessionInstructor', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSessionInstructor', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSessionInstructor', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PSStudentProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PSStudentProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PSStudentProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PSStudentProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RequiredImmunization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RequiredImmunization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RequiredImmunization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RequiredImmunization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Role', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Role', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Role', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Role', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvided', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvided', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvided', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvided', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvider', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvider', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvider', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvider', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceStaff', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceStaff', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceStaff', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceStaff', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The end date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherStudentDataLinkExclusion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherStudentDataLinkExclusion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherStudentDataLinkExclusion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherStudentDataLinkExclusion', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The ending hour, minute and second.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'EndTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001920', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'EndTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'End Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'EndTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16901', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'EndTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The ending hour, minute and second.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'EndTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001920', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'EndTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'End Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'EndTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16901', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'EndTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The estimated amount of time in minutes it will take to earn the credential.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'EstimatedDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001741', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'EstimatedDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Estimated Duration', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'EstimatedDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16722', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'EstimatedDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The evidence by which a child''s date of birth is confirmed.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'BirthdateVerification' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000428', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'BirthdateVerification' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Birthdate Verification', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'BirthdateVerification' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15418', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'BirthdateVerification' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The evidence by which a persons name, address, date of birth, etc. is confirmed.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefPersonalInformationVerificationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000618', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefPersonalInformationVerificationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Personal Information Verification', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefPersonalInformationVerificationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15611', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefPersonalInformationVerificationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The extent of formal instruction a person has received (e.g., the highest grade in school completed or its equivalent or the highest degree received).', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefHighestEducationLevelCompletedId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000141', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefHighestEducationLevelCompletedId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Highest Level of Education Completed', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefHighestEducationLevelCompletedId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15141', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefHighestEducationLevelCompletedId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The first date a credential was offered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'CredentialOfferedStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001911', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'CredentialOfferedStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Offered Start Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'CredentialOfferedStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16892', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'CredentialOfferedStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The full legal first name given to a person at birth, baptism, or through legal change.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'FirstName' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000115', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'FirstName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'First Name', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'FirstName' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15115', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'FirstName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The full legal last name borne in common by members of a family.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'LastName' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000172', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'LastName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Last or Surname', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'LastName' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15172', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'LastName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The full text or URL reference to a legal document giving official permission to do something with the competency definition statement.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'License' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000883', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'License' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition License', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'License' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15883', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'License' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The geo-political region in which the credential is applicable.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'JurisdictionRegion' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001743', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'JurisdictionRegion' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Jurisdiction Region', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'JurisdictionRegion' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16724', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'JurisdictionRegion' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The globally unique identifier (GUID) issued by the publisher of the competency framework that uniquely identifies the definition in the hierarchy of competency definitions using a RFC 4122 compliant 32-character hexadecimal string, such as 21EC2020-3AEA-1069-A2DD-08002B30309D.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000689', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Identifier', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15666', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Identifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The globally unique identifier (GUID) issued by the publisher of the competency framework that uniquely identifies the parent item in the hierarchy of competency definitions using a RFC 4122 compliant 32-character hexadecimal string, such as 21EC2020-3AEA-1069-A2DD-08002B30309D.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000872', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Parent Identifier', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15872', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'CompetencyDefParentId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The intended type of application of the credential by the holder.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefIntendedPurposeTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001749', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefIntendedPurposeTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Intended Purpose Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefIntendedPurposeTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16730', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefIntendedPurposeTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The intended type of application of the credential by the holder.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefIntendedPurposeType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001749', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefIntendedPurposeType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Intended Purpose Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefIntendedPurposeType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16730', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefIntendedPurposeType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The last date a credential was offered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'CredentialOfferedEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001912', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'CredentialOfferedEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Offered End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'CredentialOfferedEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16893', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'CredentialOfferedEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The maximum amount of time in minutes it will take to earn the described credential.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MaximumDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001746', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MaximumDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Maximum Duration', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MaximumDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16727', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MaximumDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The maximum value in the range of text complexity applicable to a language competency definition using the scaling system defined by Text Complexity System, e.g. Lexile(tm).', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexityMaximumValue' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001155', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexityMaximumValue' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Text Complexity Maximum Value', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexityMaximumValue' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16115', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexityMaximumValue' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The method used to conduct the assessment being referenced.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RefCredentialDefAssessMethodTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001738', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RefCredentialDefAssessMethodTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Assessment Method Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RefCredentialDefAssessMethodTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16719', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RefCredentialDefAssessMethodTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The method used to conduct the assessment being referenced.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAssessMethodType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001738', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAssessMethodType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Assessment Method Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAssessMethodType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16719', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAssessMethodType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The minimum allowed age in years at which a person is eligible for the credential.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MinimumAge' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001747', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MinimumAge' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Minimum Age', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MinimumAge' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16728', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MinimumAge' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The minimum amount of time in minutes it will take to earn the described credential.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MinimumDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001748', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MinimumDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Minimum Duration', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MinimumDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16729', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'MinimumDuration' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The minimum value in the range of text complexity applicable to a language competency definition using the scaling system defined by Text Complexity System, e.g. Lexile(tm).', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexityMinimumValue' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001154', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexityMinimumValue' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Text Complexity Minimum Value', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexityMinimumValue' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16114', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexityMinimumValue' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The name of the institution, which may be the abbreviated form of the full legally accepted name.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'ShortName' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001487', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'ShortName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Short Name of Institution', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'ShortName' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16459', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'ShortName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The name or label displayed on the node when this competency definition is used in a learning map.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'NodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001409', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'NodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Node Name', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'NodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16378', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'NodeName' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The Native American tribal entity recognized and eligible to receive services from the United States Bureau of Indian Affairs to which a person is affiliated.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefTribalAffiliationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001657', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefTribalAffiliationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Tribal Affiliation', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefTribalAffiliationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16638', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RefTribalAffiliationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The North American Industry Classification System (NAICS) class identifier for an industry associated with the credential.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'CredentialNAICSIndustryType' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001742', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'CredentialNAICSIndustryType' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition NAICS Industry Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'CredentialNAICSIndustryType' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16723', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'CredentialNAICSIndustryType' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The North American Industry Classification System (NAICS) code associated with an individual''s employment.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'EmploymentNAICSCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001064', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'EmploymentNAICSCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Employment NAICS Code', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'EmploymentNAICSCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16070', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'EmploymentNAICSCode' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The O*NET-SOC taxonomy defines the set of occupations across the world of work based on the Standard Occupational Classification.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefONETSOCOccupationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001756', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefONETSOCOccupationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'O*NET-SOC Occupation Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefONETSOCOccupationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16737', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefONETSOCOccupationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The role that an organization or person has in relation to this Credential Definition based on terms defined by Credential Engine.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RefCredentialDefAgentRoleTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001914', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RefCredentialDefAgentRoleTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Agent Role Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RefCredentialDefAgentRoleTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16895', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RefCredentialDefAgentRoleTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The role that an organization or person has in relation to this Credential Definition based on terms defined by Credential Engine.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAgentRoleType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001914', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAgentRoleType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Agent Role Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAgentRoleType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16895', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAgentRoleType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The scaling system used to specify the text complexity of a competency item.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexitySystem' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000910', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexitySystem' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Text Complexity System', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexitySystem' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15910', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TextComplexitySystem' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The sequence the options in this option set should be ordered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefAssociationType', @level2type='COLUMN', @level2name='SortOrder' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The sequence the options in this option set should be ordered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type='COLUMN', @level2name='SortOrder' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The sequence the options in this option set should be ordered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefTestabilityType', @level2type='COLUMN', @level2name='SortOrder' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The sequence the options in this option set should be ordered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAgentRoleType', @level2type='COLUMN', @level2name='SortOrder' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The sequence the options in this option set should be ordered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefAssessMethodType', @level2type='COLUMN', @level2name='SortOrder' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The sequence the options in this option set should be ordered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefIntendedPurposeType', @level2type='COLUMN', @level2name='SortOrder' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The sequence the options in this option set should be ordered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefStatusType', @level2type='COLUMN', @level2name='SortOrder' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The sequence the options in this option set should be ordered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefVerificationType', @level2type='COLUMN', @level2name='SortOrder' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The sequence the options in this option set should be ordered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCTDLAudienceLevelType', @level2type='COLUMN', @level2name='SortOrder' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The sequence the options in this option set should be ordered.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefProgressAchievingEnglishLanguageProficiencyIndicatorStatus', @level2type='COLUMN', @level2name='SortOrder' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The significant topicality of the competency definition using free-text keywords and phrases.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ConceptKeyword' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000887', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ConceptKeyword' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Concept Keyword', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ConceptKeyword' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15887', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ConceptKeyword' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Activity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Activity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Activity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Activity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ActivityRecognition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ActivityRecognition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ActivityRecognition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ActivityRecognition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeProvider', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeProvider', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeProvider', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeProvider', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ApipInteraction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ApipInteraction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ApipInteraction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ApipInteraction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Application', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Application', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Application', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Application', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment_AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment_AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment_AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Assessment_AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration_Organization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration_Organization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration_Organization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAdministration_Organization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentForm_AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentFormSection_AssessmentAsset', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItem', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApipDescription', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApipDescription', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApipDescription', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApipDescription', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemCharacteristic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemPossibleResponse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLanguage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLanguage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLanguage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLanguage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipContent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipControl', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedApipDisplay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedBraille', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentNeedScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentParticipantSession_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedLanguageLearner', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedScreenReader', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileContent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileControl', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileControl', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileControl', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileControl', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileDisplay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileDisplay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileDisplay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileDisplay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentPersonalNeedsProfileScreenEnhancement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentRegistration_Accommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult_PerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult_PerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult_PerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResult_PerformanceLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResultRubricCriterionResult', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResultRubricCriterionResult', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResultRubricCriterionResult', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentResultRubricCriterionResult', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSessionStaffRole', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSessionStaffRole', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSessionStaffRole', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSessionStaffRole', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest_CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest_CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest_CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtest_CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestELDevelopmentalDomain', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentSubtestLevelsForWhichDesigned', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authentication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Authorization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AuthorizationDocument', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSystemComponentService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Classroom', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Classroom', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Classroom', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Classroom', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition_CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition_CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition_CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition_CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyFramework', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencySet', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CoreKnowledgeArea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CoreKnowledgeArea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CoreKnowledgeArea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CoreKnowledgeArea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionAssessmentReporting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionAssessmentReporting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionAssessmentReporting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionAssessmentReporting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSectionSchedule', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardCredit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardCredit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardCredit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardCredit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardEvidence', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardEvidence', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardEvidence', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialAwardEvidence', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialCriteriaCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialCriteriaCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialCriteriaCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialCriteriaCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgentCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgentCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgentCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgentCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodProgramTypeOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDemographic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDemographic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDemographic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDemographic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDevelopmentalAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDevelopmentalAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDevelopmentalAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDevelopmentalAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildHealth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildHealth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildHealth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildHealth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildIndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildIndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildIndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildIndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSectionService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollmentOtherFunding', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollmentOtherFunding', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollmentOtherFunding', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollmentOtherFunding', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELFacilityLicensing', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationMonitoring', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELProgramLicensing', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityInitiative', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELQualityRatingImprovement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Facility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityAudit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityAudit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityAudit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityAudit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityCompliance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesign', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityDesignConstruction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityEnergy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinancial', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinancial', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinancial', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinancial', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityHazard', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityJointUse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityJointUse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityJointUse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityJointUse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLease', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLease', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLease', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLease', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagementPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagementPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagementPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagementPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMandate', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgageFee', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgageFee', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgageFee', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityMortgageFee', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySchoolDesign', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySchoolDesign', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySchoolDesign', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySchoolDesign', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilitySite', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccount', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccountProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccountProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccountProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAccountProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FinancialAidAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Goal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalMeasurementCriterion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalPerformance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalPerformance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalPerformance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'GoalPerformance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IDEAEligibilityEvaluationCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IDEAEligibilityEvaluationCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IDEAEligibilityEvaluationCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IDEAEligibilityEvaluationCategory', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPAuthorizationRejected', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Incident', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IncidentPerson', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IncidentPerson', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IncidentPerson', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IncidentPerson', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodationSubject', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodationSubject', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodationSubject', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAccommodationSubject', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAmendment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramAssessmentAccommodation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramEligibilityEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramGoal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramGoal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramGoal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramGoal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeeting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeeting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeeting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeeting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeetingAttendee', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeetingAttendee', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeetingAttendee', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramMeetingAttendee', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressGoal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressGoal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressGoal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressGoal', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReport', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramProgressReportPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IndividualizedProgramServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolApprovalAgency', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolApprovalAgency', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolApprovalAgency', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolApprovalAgency', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolManagementOrganization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolManagementOrganization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolManagementOrganization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12CharterSchoolManagementOrganization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12FederalFundAllocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12FederalFundAllocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12FederalFundAllocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12FederalFundAllocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibleAgesIDEA', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibleAgesIDEA', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibleAgesIDEA', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaPreKEligibleAgesIDEA', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleIIIProfessionalDevelopment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleIIIProfessionalDevelopment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleIIIProfessionalDevelopment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleIIIProfessionalDevelopment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleISupportService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleISupportService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleISupportService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleISupportService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12OrganizationStudentResponsibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12OrganizationStudentResponsibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12OrganizationStudentResponsibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12OrganizationStudentResponsibility', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolCorrectiveAction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolCorrectiveAction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolCorrectiveAction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolCorrectiveAction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolGradeOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolGradeOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolGradeOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolGradeOffered', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolImprovement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolIndicatorStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolIndicatorStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolIndicatorStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolIndicatorStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Sea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Sea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Sea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Sea', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaAlternateFundUse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaAlternateFundUse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaAlternateFundUse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaAlternateFundUse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicHonor', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentDiscipline', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12TitleIIILanguageInstruction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerAction', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity_LearningResource', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity_LearningResource', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity_LearningResource', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearnerActivity_LearningResource', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResource', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceAdaptation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceAdaptation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceAdaptation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceAdaptation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceMediaFeature', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceMediaFeature', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceMediaFeature', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourceMediaFeature', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePeerRating', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePhysicalMedia', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePhysicalMedia', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePhysicalMedia', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LearningResourcePhysicalMedia', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Location', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Location', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Location', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Location', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Organization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Organization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Organization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Organization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationAccreditation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendar', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendar', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendar', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendar', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarCrisis', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarDay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarDay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarDay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarDay', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationEmployeeBenefit', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFederalAccountability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationFinancial', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationImage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationImage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationImage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationImage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIndicator', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIndicator', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIndicator', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIndicator', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationOperationalStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationOperationalStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationOperationalStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationOperationalStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPersonRole', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPolicy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPolicy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPolicy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationPolicy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationTelephone', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationWebsite', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationWebsite', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationWebsite', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationWebsite', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PDActivityEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PDActivityEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PDActivityEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PDActivityEducationLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PeerRatingSystem', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person_AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person_AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person_AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Person_AssessmentPersonalNeedsProfile', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAllergy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAllergy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAllergy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonAllergy', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCareerEducationPlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDegreeOrCertificate', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDemographicRace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDemographicRace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDemographicRace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDemographicRace', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonEmailAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonEmailAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonEmailAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonEmailAddress', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonFamily', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealthBirth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealthBirth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealthBirth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealthBirth', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHomelessness', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHomelessness', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHomelessness', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHomelessness', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonIdentifier', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonImmunization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonImmunization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonImmunization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonImmunization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonLanguage', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMaster', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMaster', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMaster', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMaster', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMilitary', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMilitary', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMilitary', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMilitary', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonOtherName', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonReferral', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonRelationship', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonTelephone', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonTelephone', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonTelephone', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonTelephone', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentRequirement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentRequirement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentRequirement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentRequirement', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSession', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSessionInstructor', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSessionInstructor', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSessionInstructor', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProfessionalDevelopmentSessionInstructor', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Program', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Program', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Program', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Program', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationFoodService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationFoodService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationFoodService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationFoodService', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleI', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleI', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleI', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleI', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsPriceOfAttendance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicAward', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentAdmissionTest', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCohort', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCohort', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCohort', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCohort', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PSStudentProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PSStudentProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PSStudentProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PSStudentProgram', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'QuarterlyEmploymentRecord', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RequiredImmunization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RequiredImmunization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RequiredImmunization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RequiredImmunization', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Role', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Role', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Role', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Role', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleStatus', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Rubric', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RubricCriterionLevel', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceFrequency', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicePlan', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvided', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvided', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvided', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvided', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvider', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvider', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvider', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceProvider', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServicesReceived', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ServiceStaff', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffEvaluation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffProfessionalDevelopmentActivity', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffTechnicalAssistance', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherEducationCredentialExam', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherStudentDataLinkExclusion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherStudentDataLinkExclusion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherStudentDataLinkExclusion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'TeacherStudentDataLinkExclusion', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The start date and, optionally, time that a record is active as used to support version control.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordStartDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The starting hour, minute and second.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'StartTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001919', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'StartTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Start Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'StartTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16900', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationCalendarEvent', @level2type=N'COLUMN', @level2name=N'StartTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The starting hour, minute and second.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'StartTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001919', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'StartTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Start Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'StartTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16900', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RoleAttendanceEvent', @level2type=N'COLUMN', @level2name=N'StartTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The state defined status assigned to the school''s performance on the progress of achieving the English language proficiency indicator.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'ProgressAcheivingEnglishLearnerProficiencyStateDefinedStatus' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001916', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'ProgressAcheivingEnglishLearnerProficiencyStateDefinedStatus' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Progress Achieving English Language Proficiency State Defined Status', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'ProgressAcheivingEnglishLearnerProficiencyStateDefinedStatus' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16897', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'ProgressAcheivingEnglishLearnerProficiencyStateDefinedStatus' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The status of the credential offered by a credentialing organization.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefStatusTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001740', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefStatusTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Status Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefStatusTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16721', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCredentialDefStatusTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The status of the credential offered by a credentialing organization.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefStatusType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001740', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefStatusType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Status Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefStatusType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16721', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCredentialDefStatusType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The system that defines the categories of credential or achievement used in Credential Category Type.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'CategorySystem' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001245', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'CategorySystem' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Category System', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'CategorySystem' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16211', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCategory', @level2type=N'COLUMN', @level2name=N'CategorySystem' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The text of the statement. The textual content that either describes a specific competency or describes a less granular group of competencies within the taxonomy of the competency framework.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Statement' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000690', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Statement' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Statement', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Statement' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15667', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'Statement' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The title assigned to the achievement.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000893', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Title', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15893', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'Title' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The topicality of the competency definition, e.g. "Pythagorean Theorem," "Trigonometric functions," "Forces and energy," "Scientific method," "Oral history," etc.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ConceptTerm' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000888', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ConceptTerm' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Concept Term', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ConceptTerm' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15888', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ConceptTerm' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of agency that approved the establishment or continuation of a charter school.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'K12CharterSchoolApprovalAgencyId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001292', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'K12CharterSchoolApprovalAgencyId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Charter School Approval Agency Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'K12CharterSchoolApprovalAgencyId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16258', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'K12CharterSchoolApprovalAgencyId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of credentialing organization or entity as defined by the Credential Transparency Description Language.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RefCTDLOrganizationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001755', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RefCTDLOrganizationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'CTDL Organization Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RefCTDLOrganizationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16736', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RefCTDLOrganizationTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The type of organization that is a separate legal entity that 1) contracts with one or more charter schools to manage, operate, and oversee the charter schools; or 2) holds a charter, or charters, to operate multiple charter schools.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'K12CharterSchoolManagementOrganizationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001650', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'K12CharterSchoolManagementOrganizationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Charter School Management Organization Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'K12CharterSchoolManagementOrganizationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16631', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'K12CharterSchoolManagementOrganizationId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The typical maximum age at which a person learns the defined competency.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRangeMaximum' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001909', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRangeMaximum' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Typical Age Range Maximum', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRangeMaximum' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16890', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRangeMaximum' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The typical minimum age at which a person learns the defined competency.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRangeMinimum' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001908', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRangeMinimum' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Typical Age Range Minimum', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRangeMinimum' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16889', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRangeMinimum' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The typical range of ages for the content’s intended end user.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRange' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000870', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRange' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Item Typical Age Range', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRange' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15870', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'TypicalAgeRange' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The Uniform Resource Locator (URL) for the unique address of a web page describing the competency-based completion criteria for the achievement/award.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'CriteriaUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001153', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'CriteriaUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Definition Criteria URL', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'CriteriaUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16113', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefCriteria', @level2type=N'COLUMN', @level2name=N'CriteriaUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The Uniform Resource Locator (URL) for the unique address of an image representing an award or badge associated with the achievement.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'ImageUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000894', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'ImageUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Credential Image URL', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'ImageUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15894', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'ImageUrl' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The unique identifier of an immediate prerequisite Competency Definition, a competency needed prior to learning this one. (Some items may have no prerequisites while others may have one or more prerequisites. This should only be used to represent the immediate predecessors in a competency-based pathway, i.e. not prerequisites of prerequisites.)', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'AssociatedEntityId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000715', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'AssociatedEntityId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Prerequisite Identifier', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'AssociatedEntityId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15691', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'AssociatedEntityId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The unique identifier of the previous version of the Competency Definition if the statement was modified.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'PreviousVersionIdentifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001524', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'PreviousVersionIdentifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Previous Version Identifier', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'PreviousVersionIdentifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16498', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'PreviousVersionIdentifier' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month and day on which a person was born.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'Birthdate' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000033', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'Birthdate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Birthdate', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'Birthdate' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15033', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'Birthdate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month and day the competency definition was adopted by the jurisdiction in which it was intended to apply.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ValidStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001512', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ValidStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Valid Start Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ValidStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16484', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ValidStartDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'The year, month and day the competency definition was deprecated/replaced by the jurisdiction in which it was intended to apply.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ValidEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001511', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ValidEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Valid End Date', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ValidEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16483', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'ValidEndDate' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Type of level indicating a point in a progression through an educational or training context, for which the credential is intended; select from an existing enumeration of such types.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCtdlAudienceLevelTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001913', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCtdlAudienceLevelTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'CTDL Audience Level Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCtdlAudienceLevelTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16894', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefinition', @level2type=N'COLUMN', @level2name=N'RefCtdlAudienceLevelTypeId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'Type of level indicating a point in a progression through an educational or training context, for which the credential is intended; select from an existing enumeration of such types.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCtdlAudienceLevelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001913', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCtdlAudienceLevelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'CTDL Audience Level Type', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCtdlAudienceLevelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16894', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCtdlAudienceLevelType', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'URI of the destination node when the Competency Association is used as a connector in a learning map.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'DestinationNodeURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001404', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'DestinationNodeURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Association Destination Node URI', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'DestinationNodeURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16373', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'DestinationNodeURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'URI of the origin node when the Competency Association is used as a connector in a learning map.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'OriginNodeURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001406', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'OriginNodeURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Association Origin Node URI', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'OriginNodeURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16375', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefAssociation', @level2type=N'COLUMN', @level2name=N'OriginNodeURI' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'When the Competency Definition is used as a node in a learning map, this element supports alternative pathways based on a learner''s accessibility profile. The type selected indicates which accessibility profile the node is designed to address.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefNodeAccessibilityProfileId' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001408', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefNodeAccessibilityProfileId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Node Accessibility Profile', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefNodeAccessibilityProfileId' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16377', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CompetencyDefinition', @level2type=N'COLUMN', @level2name=N'RefCompetencyDefNodeAccessibilityProfileId' -GO - -exec sp_addextendedproperty @name=N'CEDS_Def_Desc', @value=N'When the Competency Definition is used as a node in a learning map, this element supports alternative pathways based on a learner''s accessibility profile. The type selected indicates which accessibility profile the node is designed to address.', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001408', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Competency Definition Node Accessibility Profile', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16377', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'RefCompetencyDefNodeAccessibilityProfile', @level2type=NULL, @level2name=NULL -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'000009, 000067, 000068, 000191, 000204, 000626, 000808, 000821, 000898, 000966, 000967', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Activity Title, Course Title, Postsecondary Course Title, Name of Institution, Organization Name, Program Name, Professional Association Name, Early Learning Class Group Name, Credential Award Issuer Name, Assessment Administration Organization Name, Assessment Administration Assessment Family', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15009, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15067, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15068, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15191, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15204, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15619, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15807, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15820, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15967, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=15968', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'Name' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Activity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Activity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Activity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeProvider', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeProvider', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeProvider', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStaff', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStaff', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStaff', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AeStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApip', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApipDescription', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApipDescription', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemApipDescription', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'AssessmentItemResponseTheory', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'BuildingSpaceUtilization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Classroom', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Classroom', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Classroom', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Course', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CourseSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialDefAgent', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CredentialIssuer', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'CteStudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'EarlyChildhoodCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDemographic', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDemographic', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDemographic', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDevelopmentalAssessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDevelopmentalAssessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildDevelopmentalAssessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildHealth', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildHealth', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildHealth', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildIndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildIndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildIndividualizedProgram', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildOutcomeSummary', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildProgramEligibility', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildServicesApplication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELChildTransitionPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELClassSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELEnrollment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationAvailability', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELOrganizationFunds', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELServicePartner', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaff', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaff', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaff', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEducation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ELStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinancial', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinancial', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityFinancial', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityManagement', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'FacilityUtilization', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IEPPresentLevel', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IncidentPerson', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IncidentPerson', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IncidentPerson', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'IPEDSFinance', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Course', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12FederalFundAllocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12FederalFundAllocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12FederalFundAllocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Lea', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaFederalReporting', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaSafeDrugFree', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleISupportService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleISupportService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12LeaTitleISupportService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12ProgramOrService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12School', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolIndicatorStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolIndicatorStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolIndicatorStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SchoolStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Sea', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Sea', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12Sea', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaAlternateFundUse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaAlternateFundUse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaAlternateFundUse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12SeaFederalFunds', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffAssignment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentAcademicRecord', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentActivity', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCohort', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentCourseSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentEnrollment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentGraduationPlan', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'K12StudentLiteracyAssessment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'LocationAddress', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationDetail', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationIdentifier', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationImage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationImage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationImage', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationOperationalStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationOperationalStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationOperationalStatus', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationProgramType', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationRelationship', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationRelationship', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationRelationship', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationWebsite', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationWebsite', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'OrganizationWebsite', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonBirthplace', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDemographicRace', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDemographicRace', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDemographicRace', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDetail', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonDisability', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealthBirth', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealthBirth', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHealthBirth', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHomelessness', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHomelessness', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonHomelessness', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMilitary', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMilitary', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonMilitary', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PersonProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Program', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Program', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'Program', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationAE', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationCte', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationFoodService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationFoodService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationFoodService', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationMigrant', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationNeglected', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationSpecialEducation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTeacherPrep', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleI', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleI', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleI', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'ProgramParticipationTitleIIILep', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsCourse', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsInstitution', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsSectionLocation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStaffEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentApplication', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCohort', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCohort', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCohort', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentCourseSectionMark', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentDemographic', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentEmployment', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentFinancialAid', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'PsStudentSection', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffCredential', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'StaffExperience', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceEmploymentQuarterlyData', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_GlobalId', @value=N'001917, 001918', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_Element', @value=N'Record Start Date Time, Record End Date Time', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - -exec sp_addextendedproperty @name=N'CEDS_URL', @value=N'https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16898, https://ceds.ed.gov/CEDSElementDetails.aspx?TermId=16899', @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE', @level1name=N'WorkforceProgramParticipation', @level2type=N'COLUMN', @level2name=N'RecordEndDateTime' -GO - - - -PRINT N'Update complete.'; - - -GO - diff --git a/src/upgrade/V8-to-V8_1.sql b/src/upgrade/V8-to-V8_1.sql deleted file mode 100644 index 5cc5bca..0000000 --- a/src/upgrade/V8-to-V8_1.sql +++ /dev/null @@ -1,1116 +0,0 @@ -/* - - Copyright 2021 Common Education Data Standards - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Common Education Data Standards (CEDS) - Version 8.1 - Integration Data Schema (IDS) - - Model database update script - - This script updates a IDS version 8 model database to version 8.1. - - - WARNING!!!! - This script is intended for use on a model database and should not - be used on a database that contains data. - - This script contains potentially breaking changes. Queries are included to preserve data. However, programming logic should be adjusted were necessary for these changes. - - Search for "WARNING!!!!" through this update script to see said changes and make necessary adjustments before executing. - - - The script was generated from a model database - hosted on a Microsoft SQL Server 2012 platform. - - Questions on this script can be sent to ceds@ed.gov - - More information on the data model is available at the CEDS website, - http://ceds.ed.gov, and the CEDS Open Source Community (OSC) site, - https://github.com/CEDStandards/CEDS-IDS. - -*/ - -/* - - WARNING!!!! - V8_1 update fixes the following bugs found in the V8 upgrade and ddl scripts - - - DECIMAL AND NUMERIC precision and scale missing during DROP and CREATE for columns in the following tables. - As a result, these columns defaulted to (18,0), effectively removing any decimals in data stored in them - AeStaff - ApipInteraction - BuildingSpaceUtilization - CompetencyDefAssociation - CompetencyDefinition - Course - CourseSection - CredentialDefinition - CteCourse - CteStudentAcademicRecord - ELClassSection - ELEnrollment - ELOrganizationAvailability - ELStaffEducation - ELStaffEmployment - FacilityUtilization - K12Course - K12LeaFederalFunds - K12LeaFederalReporting - K12SeaFederalFunds - K12StaffEmployment - K12StudentAcademicRecord - K12StudentActivity - K12StudentCourseSection - K12StudentGraduationPlan - Program - PsPriceOfAttendance - PsStaffEmployment - PsStudentApplication - PsStudentFinancialAid - PsStudentSection - StaffExperience - WorkforceEmploymentQuarterlyData - RefCompetencyDefAssociationType - RefCompetencyDefNodeAccessibilityProfile - RefCompetencyDefTestabilityType - RefCredentialDefAssessMethodType - RefCredentialDefIntendedPurposeType - RefCredentialDefStatusType - RefCredentialDefVerificationType - - NOTE: Non-breaking changes for the following bugs found in the V8 upgrade and ddl scripts upgrade. - - Restoring UPDATE and DELETE CASCADE to FKs missing after DROP and CREATE in V8 - - Recreating INDEX missing after DROP and CREATE in V8 - - Adding FK to Organization table missing from new Ref tables in V8 - -*/ - -PRINT N'--Drop FK and Unique statements' - -PRINT N'Dropping [dbo].[FK_CourseSection_Organization]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] DROP CONSTRAINT [FK_CourseSection_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_EcProgramEnrollment_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] DROP CONSTRAINT [FK_EcProgramEnrollment_OrganizationPerson]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Lea_Organization]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] DROP CONSTRAINT [FK_K12Lea_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12Sea_Organization]...'; - - -GO -ALTER TABLE [dbo].[K12Sea] DROP CONSTRAINT [FK_K12Sea_Organization]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentAcademicRecord_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] DROP CONSTRAINT [FK_K12StudentAcademicRecord_OrganizationPerson]; - - -GO - -PRINT N'Dropping [dbo].[FK_K12StudentCourseSection_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] DROP CONSTRAINT [FK_K12StudentCourseSection_OrganizationPerson]; - - -GO - -PRINT N'Dropping [dbo].[FK_LocationAddress_Location]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] DROP CONSTRAINT [FK_LocationAddress_Location]; - - -GO - -PRINT N'Dropping [dbo].[FK_PsInstitution_Organization]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] DROP CONSTRAINT [FK_PsInstitution_Organization]; - - -GO - -PRINT N'--Drop and Create or Alter existing table statements' - -PRINT N'Altering [dbo].[PsStaffEmployment]...'; - - -GO -ALTER TABLE [dbo].[PsStaffEmployment] - ALTER COLUMN - --WARNING!!!! - check data compatibility for AnnualBaseContractualSalary, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [AnnualBaseContractualSalary] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[AeStaff]...'; - - -GO -ALTER TABLE [dbo].[AeStaff] - ALTER COLUMN - --WARNING!!!! - check data compatibility for YearsOfPriorAeTeachingExperience, data type has changed from DECIMAL(18, 0) to DECIMAL(4, 2) - [YearsOfPriorAeTeachingExperience] DECIMAL(4, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[ApipInteraction]...'; - - -GO -ALTER TABLE [dbo].[ApipInteraction] - ALTER COLUMN - --WARNING!!!! - check data compatibility for APIPInteractionSequenceNumber, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [APIPInteractionSequenceNumber] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[BuildingSpaceUtilization]...'; - - -GO -ALTER TABLE [dbo].[BuildingSpaceUtilization] - ALTER COLUMN - --WARNING!!!! - check data compatibility for BuildingSpaceUtilizationArea, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [BuildingSpaceUtilizationArea] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[CompetencyDefAssociation]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefAssociation] - ALTER COLUMN - --WARNING!!!! - check data compatibility for Weight, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 3) - [Weight] DECIMAL(9, 3) NULL; - -GO - - -PRINT N'Altering [dbo].[CompetencyDefinition]...'; - - -GO -ALTER TABLE [dbo].[CompetencyDefinition] - ALTER COLUMN - --WARNING!!!! - check data compatibility for TextComplexityMinimumValue, data type has changed from DECIMAL(18, 0) to DECIMAL(18, 4) - [TextComplexityMinimumValue] DECIMAL(18, 4) NULL; - -GO - -ALTER TABLE [dbo].[CompetencyDefinition] - ALTER COLUMN - --WARNING!!!! - check data compatibility for TextComplexityMaximumValue, data type has changed from DECIMAL(18, 0) to DECIMAL(18, 4) - [TextComplexityMaximumValue] DECIMAL(18, 4) NULL; - -GO - - -PRINT N'Altering [dbo].[Course]...'; - - -GO -ALTER TABLE [dbo].[Course] - ALTER COLUMN - --WARNING!!!! - check data compatibility for CreditValue, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [CreditValue] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[CourseSection]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] - ALTER COLUMN - --WARNING!!!! - check data compatibility for AvailableCarnegieUnitCredit, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [AvailableCarnegieUnitCredit] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[CourseSection] - ALTER COLUMN - --WARNING!!!! - check data compatibility for TimeRequiredForCompletion, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 0) - [TimeRequiredForCompletion] DECIMAL(9, 0) NULL; - -GO - - -PRINT N'Altering [dbo].[CredentialDefinition]...'; - - -GO -ALTER TABLE [dbo].[CredentialDefinition] - ALTER COLUMN - --WARNING!!!! - check data compatibility for Version, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [Version] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[CteCourse]...'; - - -GO -ALTER TABLE [dbo].[CteCourse] - ALTER COLUMN - --WARNING!!!! - check data compatibility for AvailableCarnegieUnitCredit, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [AvailableCarnegieUnitCredit] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[CteStudentAcademicRecord]...'; - - -GO -ALTER TABLE [dbo].[CteStudentAcademicRecord] - ALTER COLUMN - --WARNING!!!! - check data compatibility for CreditsAttemptedCumulative, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [CreditsAttemptedCumulative] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[CteStudentAcademicRecord] - ALTER COLUMN - --WARNING!!!! - check data compatibility for CreditsEarnedCumulative, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [CreditsEarnedCumulative] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[ELClassSection]...'; - - -GO -ALTER TABLE [dbo].[ELClassSection] - ALTER COLUMN - --WARNING!!!! - check data compatibility for HoursAvailablePerDay, data type has changed from DECIMAL(18, 0) to DECIMAL(4, 2) - [HoursAvailablePerDay] DECIMAL(4, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[ELEnrollment]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] - ALTER COLUMN - --WARNING!!!! - check data compatibility for NumberOfDaysInAttendance, data type has changed from DECIMAL(18, 0) to DECIMAL(8, 2) - [NumberOfDaysInAttendance] DECIMAL(8, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[ELOrganizationAvailability]...'; - - -GO -ALTER TABLE [dbo].[ELOrganizationAvailability] - ALTER COLUMN - --WARNING!!!! - check data compatibility for HoursAvailablePerDay, data type has changed from DECIMAL(18, 0) to DECIMAL(5, 2) - [HoursAvailablePerDay] DECIMAL(5, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[ELStaffEducation]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEducation] - ALTER COLUMN - --WARNING!!!! - check data compatibility for TotalCollegeCreditsEarned, data type has changed from DECIMAL(18, 0) to DECIMAL(10, 2) - [TotalCollegeCreditsEarned] DECIMAL(10, 2) NULL; - -GO - -ALTER TABLE [dbo].[ELStaffEducation] - ALTER COLUMN - --WARNING!!!! - check data compatibility for TotalApprovedECCreditsEarned, data type has changed from DECIMAL(18, 0) to DECIMAL(10, 2) - [TotalApprovedECCreditsEarned] DECIMAL(10, 2) NULL; - -GO - -ALTER TABLE [dbo].[ELStaffEducation] - ALTER COLUMN - --WARNING!!!! - check data compatibility for SchoolAgeEducationPSCredits, data type has changed from DECIMAL(18, 0) to DECIMAL(10, 2) - [SchoolAgeEducationPSCredits] DECIMAL(10, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[ELStaffEmployment]...'; - - -GO -ALTER TABLE [dbo].[ELStaffEmployment] - ALTER COLUMN - --WARNING!!!! - check data compatibility for HoursWorkedPerWeek, data type has changed from DECIMAL(18, 0) to DECIMAL(5, 2) - [HoursWorkedPerWeek] DECIMAL(5, 2) NULL; - -GO - -ALTER TABLE [dbo].[ELStaffEmployment] - ALTER COLUMN - --WARNING!!!! - check data compatibility for HourlyWage, data type has changed from DECIMAL(18, 0) to DECIMAL(5, 2) - [HourlyWage] DECIMAL(5, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[FacilityUtilization]...'; - - -GO -ALTER TABLE [dbo].[FacilityUtilization] - ALTER COLUMN - --WARNING!!!! - check data compatibility for BuildingNetAreaOfInstructionalSpace, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [BuildingNetAreaOfInstructionalSpace] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[K12Course]...'; - - -GO -ALTER TABLE [dbo].[K12Course] - ALTER COLUMN - --WARNING!!!! - check data compatibility for AvailableCarnegieUnitCredit, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [AvailableCarnegieUnitCredit] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[K12LeaFederalFunds]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalFunds] - ALTER COLUMN - --WARNING!!!! - check data compatibility for InnovativeProgramsFundsReceived, data type has changed from NUMERIC(18, 0) to NUMERIC(12, 2) - [InnovativeProgramsFundsReceived] NUMERIC(12, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12LeaFederalFunds] - ALTER COLUMN - --WARNING!!!! - check data compatibility for InnovativeDollarsSpent, data type has changed from NUMERIC(18, 0) to NUMERIC(12, 2) - [InnovativeDollarsSpent] NUMERIC(12, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12LeaFederalFunds] - ALTER COLUMN - --WARNING!!!! - check data compatibility for InnovativeDollarsSpentOnStrategicPriorities, data type has changed from NUMERIC(18, 0) to NUMERIC(12, 2) - [InnovativeDollarsSpentOnStrategicPriorities] NUMERIC(12, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12LeaFederalFunds] - ALTER COLUMN - --WARNING!!!! - check data compatibility for PublicSchoolChoiceFundsSpent, data type has changed from NUMERIC(18, 0) to NUMERIC(12, 2) - [PublicSchoolChoiceFundsSpent] NUMERIC(12, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12LeaFederalFunds] - ALTER COLUMN - --WARNING!!!! - check data compatibility for SesFundsSpent, data type has changed from NUMERIC(18, 0) to NUMERIC(12, 2) - [SesFundsSpent] NUMERIC(12, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12LeaFederalFunds] - ALTER COLUMN - --WARNING!!!! - check data compatibility for SesSchoolChoice20PercentObligation, data type has changed from NUMERIC(18, 0) to NUMERIC(12, 2) - [SesSchoolChoice20PercentObligation] NUMERIC(12, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12LeaFederalFunds] - ALTER COLUMN - --WARNING!!!! - check data compatibility for ParentalInvolvementReservationFunds, data type has changed from NUMERIC(18, 0) to NUMERIC(12, 2) - [ParentalInvolvementReservationFunds] NUMERIC(12, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[K12LeaFederalReporting]...'; - - -GO -ALTER TABLE [dbo].[K12LeaFederalReporting] - ALTER COLUMN - --WARNING!!!! - check data compatibility for StateAssessmentAdminFunding, data type has changed from NUMERIC(18, 0) to NUMERIC(5, 2) - [StateAssessmentAdminFunding] NUMERIC(5, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12LeaFederalReporting] - ALTER COLUMN - --WARNING!!!! - check data compatibility for StateAssessStandardsFunding, data type has changed from NUMERIC(18, 0) to NUMERIC(5, 2) - [StateAssessStandardsFunding] NUMERIC(5, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[K12SeaFederalFunds]...'; - - -GO -ALTER TABLE [dbo].[K12SeaFederalFunds] - ALTER COLUMN - --WARNING!!!! - check data compatibility for NumberOfDaysForTitleIIISubgrants, data type has changed from NUMERIC(18, 0) to NUMERIC(6, 2) - [NumberOfDaysForTitleIIISubgrants] NUMERIC(6, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[K12StaffEmployment]...'; - - -GO -ALTER TABLE [dbo].[K12StaffEmployment] - ALTER COLUMN - --WARNING!!!! - check data compatibility for ContractDaysOfServicePerYear, data type has changed from DECIMAL(18, 0) to DECIMAL(5, 2) - [ContractDaysOfServicePerYear] DECIMAL(5, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12StaffEmployment] - ALTER COLUMN - --WARNING!!!! - check data compatibility for StaffCompensationBaseSalary, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [StaffCompensationBaseSalary] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12StaffEmployment] - ALTER COLUMN - --WARNING!!!! - check data compatibility for StaffCompensationRetirementBenefits, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [StaffCompensationRetirementBenefits] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12StaffEmployment] - ALTER COLUMN - --WARNING!!!! - check data compatibility for StaffCompensationHealthBenefits, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [StaffCompensationHealthBenefits] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12StaffEmployment] - ALTER COLUMN - --WARNING!!!! - check data compatibility for StaffCompensationOtherBenefits, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [StaffCompensationOtherBenefits] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12StaffEmployment] - ALTER COLUMN - --WARNING!!!! - check data compatibility for StaffCompensationTotalBenefits, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [StaffCompensationTotalBenefits] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12StaffEmployment] - ALTER COLUMN - --WARNING!!!! - check data compatibility for StaffCompensationTotalSalary, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [StaffCompensationTotalSalary] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[K12StudentAcademicRecord]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] - ALTER COLUMN - --WARNING!!!! - check data compatibility for CreditsAttemptedCumulative, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [CreditsAttemptedCumulative] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12StudentAcademicRecord] - ALTER COLUMN - --WARNING!!!! - check data compatibility for CreditsEarnedCumulative, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [CreditsEarnedCumulative] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12StudentAcademicRecord] - ALTER COLUMN - --WARNING!!!! - check data compatibility for GradePointsEarnedCumulative, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [GradePointsEarnedCumulative] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12StudentAcademicRecord] - ALTER COLUMN - --WARNING!!!! - check data compatibility for GradePointAverageCumulative, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 4) - [GradePointAverageCumulative] DECIMAL(9, 4) NULL; - -GO - - -PRINT N'Altering [dbo].[K12StudentActivity]...'; - - -GO -ALTER TABLE [dbo].[K12StudentActivity] - ALTER COLUMN - --WARNING!!!! - check data compatibility for ActivityTimeInvolved, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [ActivityTimeInvolved] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[K12StudentCourseSection]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] - ALTER COLUMN - --WARNING!!!! - check data compatibility for NumberOfCreditsAttempted, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [NumberOfCreditsAttempted] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[K12StudentCourseSection] - ALTER COLUMN - --WARNING!!!! - check data compatibility for NumberOfCreditsEarned, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [NumberOfCreditsEarned] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[K12StudentGraduationPlan]...'; - - -GO -ALTER TABLE [dbo].[K12StudentGraduationPlan] - ALTER COLUMN - --WARNING!!!! - check data compatibility for CreditsRequired, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [CreditsRequired] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[Program]...'; - - -GO -ALTER TABLE [dbo].[Program] - ALTER COLUMN - --WARNING!!!! - check data compatibility for CreditsRequired, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [CreditsRequired] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[PsPriceOfAttendance]...'; - - -GO -ALTER TABLE [dbo].[PsPriceOfAttendance] - ALTER COLUMN - --WARNING!!!! - check data compatibility for TuitionPublished, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [TuitionPublished] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[PsPriceOfAttendance] - ALTER COLUMN - --WARNING!!!! - check data compatibility for BoardCharges, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [BoardCharges] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[PsPriceOfAttendance] - ALTER COLUMN - --WARNING!!!! - check data compatibility for RoomCharges, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [RoomCharges] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[PsPriceOfAttendance] - ALTER COLUMN - --WARNING!!!! - check data compatibility for BooksAndSuppliesCosts, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [BooksAndSuppliesCosts] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[PsPriceOfAttendance] - ALTER COLUMN - --WARNING!!!! - check data compatibility for RequiredStudentFees, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [RequiredStudentFees] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[PsPriceOfAttendance] - ALTER COLUMN - --WARNING!!!! - check data compatibility for ComprehensiveFee, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [ComprehensiveFee] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[PsPriceOfAttendance] - ALTER COLUMN - --WARNING!!!! - check data compatibility for OtherStudentExpenses, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [OtherStudentExpenses] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[PsPriceOfAttendance] - ALTER COLUMN - --WARNING!!!! - check data compatibility for PriceOfAttendance, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [PriceOfAttendance] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[PsStudentApplication]...'; - - -GO -ALTER TABLE [dbo].[PsStudentApplication] - ALTER COLUMN - --WARNING!!!! - check data compatibility for GradePointAverageCumulative, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 4) - [GradePointAverageCumulative] DECIMAL(9, 4) NULL; - -GO - -ALTER TABLE [dbo].[PsStudentApplication] - ALTER COLUMN - --WARNING!!!! - check data compatibility for HighSchoolPercentile, data type has changed from DECIMAL(18, 0) to DECIMAL(5, 4) - [HighSchoolPercentile] DECIMAL(5, 4) NULL; - -GO - - -PRINT N'Altering [dbo].[PsStudentFinancialAid]...'; - - -GO -ALTER TABLE [dbo].[PsStudentFinancialAid] - ALTER COLUMN - --WARNING!!!! - check data compatibility for FinancialNeed, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [FinancialNeed] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[PsStudentFinancialAid] - ALTER COLUMN - --WARNING!!!! - check data compatibility for FinancialAidIncomeLevel, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [FinancialAidIncomeLevel] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[PsStudentSection]...'; - - -GO -ALTER TABLE [dbo].[PsStudentSection] - ALTER COLUMN - --WARNING!!!! - check data compatibility for NumberOfCreditsEarned, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [NumberOfCreditsEarned] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[PsStudentSection] - ALTER COLUMN - --WARNING!!!! - check data compatibility for QualityPointsEarned, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [QualityPointsEarned] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[RefCompetencyDefAssociationType]...'; - - -GO -ALTER TABLE [dbo].[RefCompetencyDefAssociationType] - ALTER COLUMN - --WARNING!!!! - check data compatibility for SortOrder, data type has changed from DECIMAL(18, 0) to DECIMAL(6, 2) - [SortOrder] DECIMAL(6, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[RefCompetencyDefNodeAccessibilityProfile]...'; - - -GO -ALTER TABLE [dbo].[RefCompetencyDefNodeAccessibilityProfile] - ALTER COLUMN - --WARNING!!!! - check data compatibility for SortOrder, data type has changed from DECIMAL(18, 0) to DECIMAL(6, 2) - [SortOrder] DECIMAL(6, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[RefCompetencyDefTestabilityType]...'; - - -GO -ALTER TABLE [dbo].[RefCompetencyDefTestabilityType] - ALTER COLUMN - --WARNING!!!! - check data compatibility for SortOrder, data type has changed from DECIMAL(18, 0) to DECIMAL(6, 2) - [SortOrder] DECIMAL(6, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[RefCredentialDefAssessMethodType]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialDefAssessMethodType] - ALTER COLUMN - --WARNING!!!! - check data compatibility for SortOrder, data type has changed from DECIMAL(18, 0) to DECIMAL(6, 2) - [SortOrder] DECIMAL(6, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[RefCredentialDefIntendedPurposeType]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialDefIntendedPurposeType] - ALTER COLUMN - --WARNING!!!! - check data compatibility for SortOrder, data type has changed from DECIMAL(18, 0) to DECIMAL(6, 2) - [SortOrder] DECIMAL(6, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[RefCredentialDefStatusType]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialDefStatusType] - ALTER COLUMN - --WARNING!!!! - check data compatibility for SortOrder, data type has changed from DECIMAL(18, 0) to DECIMAL(6, 2) - [SortOrder] DECIMAL(6, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[RefCredentialDefVerificationType]...'; - - -GO -ALTER TABLE [dbo].[RefCredentialDefVerificationType] - ALTER COLUMN - --WARNING!!!! - check data compatibility for SortOrder, data type has changed from DECIMAL(18, 0) to DECIMAL(6, 2) - [SortOrder] DECIMAL(6, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[StaffExperience]...'; - - -GO -ALTER TABLE [dbo].[StaffExperience] - ALTER COLUMN - --WARNING!!!! - check data compatibility for YearsOfPriorTeachingExperience, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [YearsOfPriorTeachingExperience] DECIMAL(9, 2) NULL; - -GO - -ALTER TABLE [dbo].[StaffExperience] - ALTER COLUMN - --WARNING!!!! - check data compatibility for YearsOfPriorAETeachingExperience, data type has changed from DECIMAL(18, 0) to DECIMAL(9, 2) - [YearsOfPriorAETeachingExperience] DECIMAL(9, 2) NULL; - -GO - - -PRINT N'Altering [dbo].[WorkforceEmploymentQuarterlyData]...'; - - -GO -ALTER TABLE [dbo].[WorkforceEmploymentQuarterlyData] - ALTER COLUMN - --WARNING!!!! - check data compatibility for EmployedInMultipleJobsCount, data type has changed from DECIMAL(18, 0) to DECIMAL(2, 0) - [EmployedInMultipleJobsCount] DECIMAL(2, 0) NULL; - -GO - - -PRINT N'Creating [dbo].[AssessmentRegistration].[IX_AssReg_PersonId]...'; - - -GO -IF EXISTS (SELECT * FROM sys.indexes WHERE object_id = OBJECT_ID(N'[dbo].[AssessmentRegistration]') AND name = N'IX_AssReg_PersonId') -DROP INDEX [IX_AssReg_PersonId] ON [dbo].[AssessmentRegistration] -GO - -CREATE NONCLUSTERED INDEX [IX_AssReg_PersonId] - ON [dbo].[AssessmentRegistration]([PersonId] ASC)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]; - - -GO - - -PRINT N'Creating [dbo].[FK_CourseSection_Organization]...'; - - -GO -ALTER TABLE [dbo].[CourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_CourseSection_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_EcProgramEnrollment_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[ELEnrollment] WITH NOCHECK - ADD CONSTRAINT [FK_EcProgramEnrollment_OrganizationPerson] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_K12Lea_Organization]...'; - - -GO -ALTER TABLE [dbo].[K12Lea] WITH NOCHECK - ADD CONSTRAINT [FK_K12Lea_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaFederalFunds_OrganizationCalendarSession]...'; - - -GO -IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_K12LEAFederalFunds_OrganizationCalendarSession]') AND parent_object_id = OBJECT_ID(N'[dbo].[K12LeaFederalFunds]')) -ALTER TABLE [dbo].[K12LeaFederalFunds] DROP CONSTRAINT [FK_K12LEAFederalFunds_OrganizationCalendarSession] -GO - -IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_K12LeaFederalFunds_OrganizationCalendarSession]') AND parent_object_id = OBJECT_ID(N'[dbo].[K12LeaFederalFunds]')) -ALTER TABLE [dbo].[K12LeaFederalFunds] DROP CONSTRAINT [FK_K12LeaFederalFunds_OrganizationCalendarSession] -GO - -ALTER TABLE [dbo].[K12LeaFederalFunds] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaFederalFunds_OrganizationCalendarSession] FOREIGN KEY ([OrganizationCalendarSessionId]) REFERENCES [dbo].[OrganizationCalendarSession] ([OrganizationCalendarSessionId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12LeaFederalFunds_RefRlisProgramUse]...'; - - -GO -IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_K12LEAFederalFunds_RefRLISProgramUse]') AND parent_object_id = OBJECT_ID(N'[dbo].[K12LeaFederalFunds]')) -ALTER TABLE [dbo].[K12LeaFederalFunds] DROP CONSTRAINT [FK_K12LEAFederalFunds_RefRLISProgramUse] -GO - -IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_K12LeaFederalFunds_RefRlisProgramUse]') AND parent_object_id = OBJECT_ID(N'[dbo].[K12LeaFederalFunds]')) -ALTER TABLE [dbo].[K12LeaFederalFunds] DROP CONSTRAINT [FK_K12LeaFederalFunds_RefRlisProgramUse] -GO - -ALTER TABLE [dbo].[K12LeaFederalFunds] WITH NOCHECK - ADD CONSTRAINT [FK_K12LeaFederalFunds_RefRlisProgramUse] FOREIGN KEY ([RefRlisProgramUseId]) REFERENCES [dbo].[RefRlisProgramUse] ([RefRlisProgramUseId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_K12Sea_Organization]...'; - - -GO -ALTER TABLE [dbo].[K12Sea] WITH NOCHECK - ADD CONSTRAINT [FK_K12Sea_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentAcademicRecord_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentAcademicRecord_OrganizationPerson] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_K12StudentCourseSection_OrganizationPerson]...'; - - -GO -ALTER TABLE [dbo].[K12StudentCourseSection] WITH NOCHECK - ADD CONSTRAINT [FK_K12StudentCourseSection_OrganizationPerson] FOREIGN KEY ([OrganizationPersonRoleId]) REFERENCES [dbo].[OrganizationPersonRole] ([OrganizationPersonRoleId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_LocationAddress_Location]...'; - - -GO -ALTER TABLE [dbo].[LocationAddress] WITH NOCHECK - ADD CONSTRAINT [FK_LocationAddress_Location] FOREIGN KEY ([LocationId]) REFERENCES [dbo].[Location] ([LocationId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_PsInstitution_Organization]...'; - - -GO -ALTER TABLE [dbo].[PsInstitution] WITH NOCHECK - ADD CONSTRAINT [FK_PsInstitution_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([OrganizationId]) - ON UPDATE CASCADE - ON DELETE CASCADE; - - -GO - -PRINT N'Creating [dbo].[FK_RefCredentialDefAgentRoleType_Organization]...'; - - -GO -IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_RefCredentialDefAgentRoleType_Organization]') AND parent_object_id = OBJECT_ID(N'[dbo].[RefCredentialDefAgentRoleType]')) -ALTER TABLE [dbo].[RefCredentialDefAgentRoleType] DROP CONSTRAINT [FK_RefCredentialDefAgentRoleType_Organization] -GO - -ALTER TABLE [dbo].[RefCredentialDefAgentRoleType] WITH NOCHECK - ADD CONSTRAINT [FK_RefCredentialDefAgentRoleType_Organization] FOREIGN KEY ([RefJurisdictionId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Creating [dbo].[FK_RefCTDLAudienceLevelType_Organization]...'; - - -GO -IF EXISTS (SELECT * FROM sys.foreign_keys WHERE object_id = OBJECT_ID(N'[dbo].[FK_RefCTDLAudienceLevelType_Organization]') AND parent_object_id = OBJECT_ID(N'[dbo].[RefCTDLAudienceLevelType]')) -ALTER TABLE [dbo].[RefCTDLAudienceLevelType] DROP CONSTRAINT [FK_RefCTDLAudienceLevelType_Organization] -GO - -ALTER TABLE [dbo].[RefCTDLAudienceLevelType] WITH NOCHECK - ADD CONSTRAINT [FK_RefCTDLAudienceLevelType_Organization] FOREIGN KEY ([RefJurisdictionId]) REFERENCES [dbo].[Organization] ([OrganizationId]) ; - - -GO - -PRINT N'Check existing data against newly created constraints'; - -GO -ALTER TABLE [dbo].[CourseSection] WITH CHECK CHECK CONSTRAINT [FK_CourseSection_Organization]; - - -ALTER TABLE [dbo].[ELEnrollment] WITH CHECK CHECK CONSTRAINT [FK_EcProgramEnrollment_OrganizationPerson]; - - -ALTER TABLE [dbo].[K12Lea] WITH CHECK CHECK CONSTRAINT [FK_K12Lea_Organization]; - - -ALTER TABLE [dbo].[K12LeaFederalFunds] WITH CHECK CHECK CONSTRAINT [FK_K12LeaFederalFunds_OrganizationCalendarSession]; - - -ALTER TABLE [dbo].[K12LeaFederalFunds] WITH CHECK CHECK CONSTRAINT [FK_K12LeaFederalFunds_RefRlisProgramUse]; - - -ALTER TABLE [dbo].[K12Sea] WITH CHECK CHECK CONSTRAINT [FK_K12Sea_Organization]; - - -ALTER TABLE [dbo].[K12StudentAcademicRecord] WITH CHECK CHECK CONSTRAINT [FK_K12StudentAcademicRecord_OrganizationPerson]; - - -ALTER TABLE [dbo].[K12StudentCourseSection] WITH CHECK CHECK CONSTRAINT [FK_K12StudentCourseSection_OrganizationPerson]; - - -ALTER TABLE [dbo].[LocationAddress] WITH CHECK CHECK CONSTRAINT [FK_LocationAddress_Location]; - - -ALTER TABLE [dbo].[PsInstitution] WITH CHECK CHECK CONSTRAINT [FK_PsInstitution_Organization]; - - -ALTER TABLE [dbo].[RefCredentialDefAgentRoleType] WITH CHECK CHECK CONSTRAINT [FK_RefCredentialDefAgentRoleType_Organization]; - - -ALTER TABLE [dbo].[RefCTDLAudienceLevelType] WITH CHECK CHECK CONSTRAINT [FK_RefCTDLAudienceLevelType_Organization]; - -GO - - -PRINT N'Update complete.'; - - -GO -