Jump to content

can not update tables


optimism

Recommended Posts

If you are having a problem updating tables due to permissions, look at the GRANT command. This should help.

 

A way to isolate and to to this is the problem is to see if you update command works just fine if you are the dbo (database owner) - if it works for the dbo, but not for a user, then it is very possible you have a permission issue, which can be solved by granting permissions with the GRANT command.

 

hope it helps

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.