Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL Server Management Studio

Author  Topic 

joriveek
Starting Member

33 Posts

Posted - 2007-01-09 : 08:30:50

Can I set a passport protection to a database (once I am connected to the SQL Server on my own machine) from not opening/browsing/stop even read access?

(I want something like log in authentication before I open/browse/double click on any database to expand basically)

Thanks for help
J.

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-01-09 : 08:41:33
what good would that do?
you could still access the db with a SQL script.



Go with the flow & have fun! Else fight the flow
blog thingie: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

joriveek
Starting Member

33 Posts

Posted - 2007-01-09 : 09:08:47
so Can I not separate the machine users from not accessing the database through SQL Management studio?
I feel that it is a greater security risk/loophole in terms of protecting the database within the same secure network
Go to Top of Page

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-01-09 : 09:36:11
If a user is able to log on to machine doesn't mean he can access SQL Server. If you don't give permissions to the user, he/she will not be able to access SQL server.

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -