I am using SQL Server 2008. I tried to modify the table. But it not allowing to update.
How to give UPDATE permission in SQL Server 2008?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check out:
Giving and removing permissions in SQL Server
or any other decent SQL Server web site, or just google for it! There’s tons of sites and books out there that will show you how to do this in great detail….
Basically, someone with the necessary permissions needs to do a
and that’s about it. Of course, you may also need SELECT, INSERT and other permissions…..