January 28, 2014 at 7:43 am
Hi all,
I have given the full access(db_owner) to user for the test database. Users are able to work on Stored procedure but when they try to add or modify any column on the table they are getting following error:
"Table is set to read only,user does not have enough rights on this table"
Can anyone please help me on this.
Thanks...
January 28, 2014 at 7:55 am
is there a DDL trigger on the database that is designed to protect specific tables?
that sounds like a custom error message to me.
select * from sys.server_triggers
Lowell
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply