Skip to content

Instantly share code, notes, and snippets.

@hanleybrand
Created December 17, 2014 22:08
Show Gist options
  • Save hanleybrand/fe38dd2df04d46ee7666 to your computer and use it in GitHub Desktop.
Save hanleybrand/fe38dd2df04d46ee7666 to your computer and use it in GitHub Desktop.
List of Blackboard Learn stored procedures
select 'bb_bb60.db' as db,name
from bb_bb60.sys.procedures
union
select 'bb_bb60_stats.db' as db, name
from bb_bb60_stats.sys.procedures
order by name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment