My boss wanted some stats on when the Blackboard server was used most and least. This sql query will give it to you by the hour for as many days and you want to go back. The day of the week in integer form included for calculating average usage by day of the week over longer periods of time (change @dayint [highlighted below] to a multiple of 7, of course).
Brett's adventures in Blackboard, sparsely documented in hopes of assisting and/or confusing others
10/12/2011
10/11/2011
Remove adaptive release dates and set viewable all content for specific section
update cc set start_date = NULL, end_date = NULL, available_ind = 'Y' FROM course_contents cc INNER JOIN course_main cm on cc.crsmain_pk1 = cm.pk1 WHERE cm.course_id = 'dev-cc-bs0607-1'
Subscribe to:
Posts (Atom)