Re: create table permission denied



got it ... database role 'public' had DENY on creating tables. So even if my test login had GRANT, the DENY on public denied for test as well because test is public and db_owner.



laimis wrote:
Hello,

I hope this is something simple to fix, but so far I had no luck...

Situation:

I created sql login, let's say 'test' and allowed access to database db1. Actually, I made the account as the db_owner of db1. The test account was not added to any of the server roles. Now, everything is working fine until I try to create table or view or proc, etc. in the db1 while logged in as the test user.

When creating table I get that CREATE TABLE permission denied in database 'db1'. I tried executing GRANT CREATE TABLE after logging on as sysadmin to that test account. That didn't help. IS there some DENY somewhere that I don't see? How can I check what is preventing me from creating table using that account?

Any comments?

Thanks
.



Relevant Pages

  • Re: Users can import
    ... "Joan Wild" wrote: ... The ADH book has a function called adhSetDbCreate that will deny specified users/groups to create ... distributed workgroup file they will not be able to create a new database and link/import to the BE ... I do, however, also deny all permissions to the tables as Joan mentioned. ...
    (microsoft.public.access.security)
  • Re: Deny Create Database in SQL Server 2000
    ... Users do not have CREATE DATABASE permission unless you GRANT that permission, either explicitly or by role membership. ... Be mindful that DENY and REVOKE are different things. ... SQL Server MVP ...
    (microsoft.public.sqlserver.security)
  • Re: Keep it alive
    ... Sub OpenPasswordProtectedDB() ... TSI SOON database add-in ... another db (let's call it db1), display the application window to the ... Because the database object is closed as soon as the memory used by db1 ...
    (microsoft.public.access.formscoding)
  • Re: Are all records retrieved
    ... the last record in DB1 and navigated to the same last record in Db2 I ... the last record in Db2 which is being displayed from memory. ... Find methods or the Seek method, when the underlying Recordset contains ... last record it is retrieving this from the database thus showing me ...
    (comp.databases.ms-access)
  • Re: Link table from a secured database to another secured database
    ... but my boss didn't agree on it, coz the first database has been distributed ... >> user in the secured DB1. ... >> and I could open DB1 without asking for permissions! ... >Say user Tom exists in WG1 and has permissions to DB1. ...
    (microsoft.public.access.security)