Steve-Appetere
-
8/17/2009 10:46:07 AM
Extra [dbo] in hotfix SQL script
Hello
The SQL script used with the 4.0 hotfixes has a hardcoded reference to [dbo] in:
ALTER PROCEDURE [dbo].[Proc_CMS_User_IsAuthorizedPerNode]
It would be better to remove this reference (as already is the case for the other procedures in the script) as, for example, in the type of shared hosting I am using, the owner is not [dbo], so the script fails.
Is easy for me to fix, by deleting the [dbo] before running the script, but may just save someone else having the same problem.
Steve
|