Re: db_denydatawriter



Ant (Ant@xxxxxxxxxxxxxxxxxxxxxxxxx) writes:
Does DenyWriter only deny using the actual UPDATE, DELETE, INSERT
statements in queries, but not deny the user to graphically change data
in EM?

Nothing can prevent a user from changing a text in a cell, but EM is
fairly quite to write that to the database. For which it uses UPDATE
of course. So if she actually available to save data, something is
wrong.

Why don't you use sp_who2 from Query Analyzer to see as whom she
connects from Enterprise Manager?

Is it possible she has some admin rights which override DenyWriter
(though I doubt this).

She could be sysadmin or db_owner.

But first verify that she logs in to SQL Server with the user you think
she is using.

Next run all tests in Query Analyzer.

--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.



Relevant Pages

  • Re: query plan in clear text
    ... Personally, I do almost all tasks from Query Analyzer, and about the only ... Enterprise Manager is to deal with jobs. ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (comp.databases.ms-sqlserver)
  • Re: Interpreting the execution plan results
    ... > On Query Analyzer.. ... > I can figure out a little what the information on the execution plan means ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (microsoft.public.sqlserver.tools)
  • Re: SQL Server needs help from MS Access (or something)
    ... unlike the query analyzer, which allows you to run code, and then just ... is a tool for writing applications, EM and QA are developer/admin tools. ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (comp.databases.ms-sqlserver)
  • Re: Debugging Stored Procedures with Query Analyzer
    ... When trying to debug a stored procedure with query analyzer it does not ... SQL Server is on the same machine. ... First check in Help->About in Query Analyzer which version of QA you have. ... Books Online that may give further tips. ...
    (microsoft.public.sqlserver.tools)
  • Re: Format a datetime columns output?
    ... To add to David's reply, if you are using Query Analyzer for output, ... so that the user's regional settings can be ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (comp.databases.ms-sqlserver)