sql - Select Permission was denied on the column for a user -


i have user added role xyz , role has been assigned permissions data read/write, execute etc on database.

while executing select query on column of table displays error

the select permission denied on column ...

i see while taking properties of table that role has been granted select columns in table.

can point me i'm missing?

i have found out solution. specific user added role in "deny" permissions set against these tables. removing permission solved issue...


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -