Permissions issue in SSMS: “The SELECT permission was denied on the object 'extended_properties', database 'mssqlsystem_resource', … Error 229)”

前端 未结 5 1205
-上瘾入骨i
-上瘾入骨i 2020-12-18 18:41

Here’s the simplest repro case possible.

  1. Create a brand new database. (I\'m using SQL 2005.)
  2. Create a login, a SQL user, and a table in the new databa
5条回答
  •  鱼传尺愫
    2020-12-18 19:06

    I had a similar problem. I resolved it by adding the user to the public role. But if you didn't want to do that, I also found that it could be resolved by giving the user permission to the view sys.extended-properties (in System Views within the database that you're trying to access)

提交回复
热议问题