Click here to Skip to main content
15,887,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Experts !!

Am working on Asp.net , c#, SqlServer 2005

In My company I have a Server called(Hyd09), these server is Connected to Everyone, and Everyone will access it.

In these SERVER we have a SqlServer 2005 Database. Everyone will create Database in this server and connect to their Asp.net Projects.

I want to Give Password for my Database....so that No one can open my database. Only i should access my database.

Please suggest me How to do this ? Its very important to me. I need it urgently.

Thanks.
Posted
Comments
Ranjith Reddy CSE 6-Jun-12 5:57am    
I need Password for Particular Database in sqlserver 2005....So that no one can access it OR Open it.

1 solution

hi,


Connect to the server.
Create a Database
In the security -> Login -> Create New Login
General tab - Login Name, SQL SERVER Authentication , Select default database
User Mapping Tab -> Select Database, Give the security permission
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900