Microsoft
Software
Hardware
Network
Question : permissions to change table
if the user needs to be able to make changes on a table, and he already has datareader role, what else does he need? just update and delete?
thanks
Answer : permissions to change table
You need:
- insert to add data,
- update to change data,
- delete to delete data from table.
Random Solutions
Need help in updating a SQL query to retrieve multiple data from a signle column
Need two data sets in a sql query from the same table
QueryString in URL
Backup Exec 12.5 Global Exclusion List
Strange NDR when sending mail
I need IDS software for a Windows 2008 64-bit server ASAP...any recommendations???
Setup SBS (Exchange for Outlook 2007) to send recieve SMS write to DB on 1 server
get data from class
How to change master page of default.aspx in a site template
Why can't I insert a break point in asp.net backend code?