The SELECT permission was denied on the object 'sysobjects', database 'mssqlsystemresource', schema 'sys'

后端 未结 7 1649
闹比i
闹比i 2020-12-05 22:18

SETUP: SQL Server 2005 & DotNetNuke 05.01.02.

This started with me trying to install a DNN Module that had \"select * from dbo.sysobjects\" in it\'s SQL scripts

7条回答
  •  无人及你
    2020-12-05 23:11

    This was a problem with the user having deny privileges as well; in my haste to grant permissions I basically gave the user everything. And deny was killing it. So as soon as I removed those permissions it worked.

提交回复
热议问题