The Load State Learning Standards page is available in District Aeries to users logged in with an Admin-type account. The page has 4 tabs to update/load the California, Common Core, CA ELD, or Next Generation Science standards.



By default all of the grade levels are selected for import. Grade levels can be de-selected by clicking in the boxes next to the grade to remove the check marks. 


Each tab has it's own Update/Load Selected Standards button. So, for example, to load both Common Core and CA ELD Standards the Update/Load Selected Standards button would need to be selected on each of those tabs.



NOTE: It is important to back up the database before mass importing or mass updating standards. 


Initial Loading of Standards

In the below example the 6th - 12th grade Common Core standards are being imported into the database for the first time. The Kinder-5th grade are de-selected by clicking into the box next to the grade to remove the check mark. Then the Update/Load Selected Standard button is selected. A message box will display confirming that you want to import the standards for the selected grade levels. Click on OK



The Update/Load Selected Standards button will change to an Info box explaining that the process is now running and the Last Run time is updated to the current date and time.  After the process completes a completion email is generated which lists the type of standard that was imported, the subjects and grade levels that were selected, and the number of new standards that were added to the Standards (STN) table.




Updating Previously Loaded Standards

It is important to back up the database before updating previously loaded standards.


In the below example the database has been backed up and the Common Core Standards are going to be updated for all grade levels. By default all Common Core subject areas and grade levels are selected, so no changes need to be made and the Update/Load Selected Standards button can be selected immediately. The message box displays confirming the import of the standards for the selected grades. Click on OK



The Update/Load Selected Standards button will change to an Info box explaining that the process is now running and the Last Run time is updated to the current date and time. After the process completes a completion email is generated which lists the type of standard that was imported, the subject and grade levels that were selected, the number of standards that were updated in the related tables, the number of standards that were reviewed, the number of new standards added, and the standards that need to be reviewed in the related tables. 



NOTE: Certain fields in the Standards (STN) records used for Standards Based Grade Reporting will not be updated: Title (TI), Mark Types (M1 - M4), Correspondence Language Title (TI1 - TI6), Correspondence Language Code (CL1 - CL6), Count on Missing Mark (MM), and Include in Transcript (IN1, IN2). Also Long Description (DE) will not be updated if the updated standard does not have a value in Long Description. 


Depending on when the standards were initially loaded into Aeries they may be updated in several ways during the import:

  • Standards that do not already exist in the database will be added to the Standards (STN) table
  • Some Standard IDs (STN.SD) may need to be updated to reflect a description of another existing standard. In this case, the update process will update the standard IDs with the correct value in every table. 


In the below example the Description and BID of several standards is the same, but the standard IDs (STN.SD) have changed. The update process will change the SD value in the Standards (STN) table to reflect the value and make the same change in every related table where that SD exists so system-wide all standards IDs will reflect the correct STN record. 



  • Some standards may need to be updated with a new Description or new BID. In this case the update process will add a "Z" to the beginning of the existing standard in the Standards (STN) table and add the "new" standard to the Standards (STN) table. The related tables will also be updated with a "Z" in front of the standard ID.


In the below example the CMG.912.GMD.5 standard's description and BID will be changed after the update. The update process will add a "Z" to the existing standard ID in the Standards (STN) table and all related tables. Then it will add the "new" CMG.912.GMD.5 standard to the Standards (STN) table.


The related tables should be reviewed to determine if the "Z" standards should be manually replaced with the "new" standard ID.



After the update process completes the completion email will list the standards that have been updated with a "Z". Some analysis should be done to determine if these standards are used in any related tables and if they should be manually updated to the new standard ID or some other standard ID.




Please see the Load State Learning Standards Tables and Security article for a list of related tables and fields that may contain references to standards. 


Below are two sample SQL queries that can be used to list any records in a related table that were

updated with the “Z”.


select * from SBG where sd in ('ZCEH.112.R.10',

'ZCEL.1.L.6','ZCES.112.R.10','ZCMA.912.APR.1','ZCMA.912.REI.3.1 ',

'ZCME.2.NBT.7.1 ','ZCME.4.OA.3','ZCMF.912.TF.10','ZCMG.912.C.5',

'ZCMG.912.GMD.5','ZCMG.912.GPE.3.1','ZCMG.912.SRT.8.1 ','ZCMP.K8.3a')


select * from EXS where bid in

('1E5B7518‐9892‐11E0‐8388‐5F489DFF4B22','1B824894‐9892‐11E0‐8388‐5F489DFF4B22',

'1EA5299C‐9892‐11E0‐8388‐5F489DFF4B22','F0A34A2A‐97C8‐11E0‐B0EB‐F6079DFF4B22',

'EFBCA30E‐97C8‐11E0‐B0EB‐F6079DFF4B22','C671857E‐96FF‐11E0‐9509‐C03D9DFF4B22',

'EFB6765A‐97C8‐11E0‐B0EB‐F6079DFF4B22','F0A9A942‐97C8‐11E0‐B0EB‐F6079DFF4B22',

'C632E418‐96FF‐11E0‐9509‐C03D9DFF4B22','F0ADB1A4‐97C8‐11E0‐B0EB‐F6079DFF4B22',

'F0AB6368‐97C8‐11E0‐B0EB‐F6079DFF4B22','F0AAAD4C‐97C8‐11E0‐B0EB‐F6079DFF4B22',

'C4A97ADA‐96FF‐11E0‐9509‐C03D9DFF4B22')