Question: We would like to use the SCORM Engine tables in our main database, but we would like to use a different schema for those tables instead of ‘dbo’ like ‘ScormEngine.ScormPackage’. How can we do this?
Answer: In current versions of SCORM Engine, this can be achieved by setting the ‘DatabaseSchema’ config option like this --
<add key="DatabaseSchema" value="ScormEngine"/>
This will automatically prepend that value to the table names in all the SQL transactions.