- Steps to load the waitlist data into the WaitLists_by_PID table:
- How to change the @waitlist_term_id manually in the a2_crt_pb.sql procedure
Open the a2_crt_pbi procedure, and look for the @waitlist_term_id variable, and change it to the current term.
For example, if @waitlist_term_id is 20241 then change it to 20242 and save the stored procedure.
0 Comments