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

后端 未结 7 1566
闹比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:17

    I had the same error and SOLVED by removing the DB roles db_denydatawriter and db_denydatreader of the DB user. For that, select the appropriate DB user on logins >> properties >> user mappings >> find out DB and select it >> uncheck the mentioned Db user roles. Thats it !!

提交回复
热议问题