I'm having an issue with a Episerver installation, the database are missing some stored procedures.
The database has been around since version 9.x-something and the problem got to my attention when doing an upgrade to episerver and got this errormessage:
[SqlException (0x80131904): Could not find stored procedure 'netBlockTypeGetUsage'.]
After looking in to the issue I noticed that a couple of more stored procedures were also missing... I have no idea why the haven't been installed in the first place.
I would like to know if there is some script I can run to verify that all exists and if not create them.