Bug reports Found a bug? Post it here please.
Version 4.x > Bug reports > Extra [dbo] in hotfix SQL script View modes: 
User avatar
Member
Member
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

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 8/24/2009 8:47:45 AM
   
RE:Extra [dbo] in hotfix SQL script
Hi,

Thank you for letting us know about this issue. This issue should be resolved in Hotfix package 4.0.15.

Best Regards,
Mirolav Remias.