Henry
In addition to Tom's reply , don't grant to the Login unwanted database
access. On the database level, deny select/insert/update/delete permissions
on the table for this user
Hi all expert,
I have create a logins called dbadmin
in what way can i restrict the logins to be able to access to a certain
database, or even certain tables inside database?
i have checked the security grid for accessing only certain database, such
as I checked the checkbox northwinds only, but finally i can gain access
to all db.
how to set exactly? please advise. and thanks in advance
Re: Logging in irrespective of database access ... Try connecting using Query Analyzer with one of the problem logins and run ... the following in the context of your demodata and accounts databases:... This will return the security context used to access the database....SQL Server MVP... (microsoft.public.sqlserver.server)
Re: Logging in irrespective of database access ... Try connecting using Query Analyzer with one of the problem logins and run ... the following in the context of your demodata and accounts databases:... This will return the security context used to access the database....SQL Server MVP... (microsoft.public.sqlserver.programming)
Re: Changing security authentication type. ... i'm thinking that yes in time the sa account... A new DBA Admin User login would only be useful for SQL Login purposes.... if appropriate you can add users to the db_owner role in a database.... Create one or more logins for the applications. ... (microsoft.public.sqlserver.security)
Re: Help Ive been an idiot ... You need to make sure that you readd any logins that were mapped to database... Jasper Smith (SQL Server MVP)... > connectionString, CommandType commandType, String commandText, ... (microsoft.public.sqlserver.setup)
RE: Creating a DB User *not* on current Machine ... detach/attach the database to a new server. ...Server.When you move a database from one server that is running SQL Server... the security identification numbers of the logins in the master ... (microsoft.public.sqlserver.security)