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
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 server

Author  Topic 

little83
Starting Member

3 Posts

Posted - 2009-03-11 : 09:11:44
Dear all

I use sql as database server for my c# application and what I trying to do at the moment to all different users to register to the sql server and each one may has his password and username, how can I do that

how can browse the available database for each user..or the username and password for each user allow him to access all databse available on the server?

dengar
Starting Member

4 Posts

Posted - 2009-03-11 : 10:38:02
It's very simple:

1. Open MS SQL Server Management Studio
2. In the Object Explorer connect to your Server
3. Under the folder Security you will find Logins

And you can easily administer users, logins and rights there...

Feel free to let me know if you have any other questions
Go to Top of Page

little83
Starting Member

3 Posts

Posted - 2009-03-11 : 14:44:01

But I want to display the database available for each user when he login with his user name and password
Go to Top of Page
   

- Advertisement -