Re: user's rights
From: Dan Guzman (danguzman_at_nospam-earthlink.net)
Date: 07/15/03
- Next message: Dan Guzman: "Re: Sql Server broadcasts on port 1434"
- Previous message: Dan Guzman: "Re: BCP and security"
- In reply to: Usman: "user's rights"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 15 Jul 2003 08:31:12 -0500
You can remove guest from the pubs and Northwind databases to prevent
them from being accessed. The guest user is required in the master and
tempdb system databases since these are needed for users to use SQL
Server. Guest and public permissions in those databases are quite
limited.
-- Hope this helps. Dan Guzman SQL Server MVP ----------------------- SQL FAQ links (courtesy Neil Pike): http://www.ntfaq.com/Articles/Index.cfm?DepartmentID=800 http://www.sqlserverfaq.com http://www.mssqlserver.com/faq ----------------------- "Usman" <jathol@hotmail.com> wrote in message news:%23b3EnKpSDHA.2276@TK2MSFTNGP10.phx.gbl... > hi ... > I have a database "mydatabase" and I create a user "mydayauser" > on the create user screen .. on access data.. I select that data and choose > .. first 2 options > > publinc > db_owner > > I want this user to access only this database... > but when this user creates DSN ,,, he can see all the default databases.. > like.. master, pub ets.. > how can disable such databases for this user > > thanks > Uman > >
- Next message: Dan Guzman: "Re: Sql Server broadcasts on port 1434"
- Previous message: Dan Guzman: "Re: BCP and security"
- In reply to: Usman: "user's rights"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|