We received our official media that is SQL Server 2012 SP1, and we are encountering errors when upgrading.
Creating procedure sp_delete_jobserver...
Error: 10011, Severity 16, State 1.
Access Denied
Error: 917, Severity 15, State: 1.
An upgrade script batch failed to execute for database 'master' due to compilation error. Check the previous error message for the line that caused compilation to fail.
Error: 912, Severity 21, state: 1.
Script level upgrade for database 'master' failed because upgrade script 'sqlagent100_msdb_upgrade.sql' encountered error 917, state 1, severity 15. This is a serious error condition which might interfere with regular operation and the database will be taken
offline. If the error happened during the upgrade of the 'master' database, it will prevent the entire SQL Server Instance from starting. Examine the previous errorlog entries for errors, take appropriate corrective actions and restart the database
so that the script upgrade steps run to completion.
During testing with SQL Server 2012 with SP2, I never had a problem. Is there a work around, or should I use the product key from the official media and using the ISO we have been testing with?
Any assistance would be appreciated.
Thanks.
DJ