Click here to Skip to main content
15,910,234 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm make Enterprise .NET Application I want to know what is the best techniques to secure database on Server from user to take it or open in SQLSVR 2008 or knows table and procedures....
Posted

This is a very large question and depends on different factors, like the location of the server (in local intranet, DMZ etc), user authentication model, design of the database, ability to restrict access on row level basis, securing backups etc etc

I suggest that you start from for example: Securing SQL Server[^].

Also have a look at these for restricting user access:
- http://msdn.microsoft.com/en-us/library/ms187936.aspx[^]
- http://msdn.microsoft.com/en-us/library/ms187965.aspx[^]
 
Share this answer
 
Comments
thatraja 8-Dec-11 2:20am    
Right, 5!
BTW you may find all those MSDN links(related) in a single page, see Ravi's or my answer.
Wendelius 12-Dec-11 16:00pm    
Thanks :)
 
Share this answer
 
Comments
thatraja 8-Dec-11 2:21am    
5!
 
Share this answer
 
Comments
RaviRanjanKr 8-Dec-11 3:46am    
Nice Collection! Bookmarked also.. My 5+
Wendelius 12-Dec-11 16:01pm    
Very good collection, 5.
 
Share this answer
 
Comments
thatraja 8-Dec-11 2:20am    
3rd link is my favorite one, 5!
RaviRanjanKr 8-Dec-11 3:45am    
Thanks Raja :)
Wendelius 12-Dec-11 16:01pm    
Good links, 5's
RaviRanjanKr 13-Dec-11 2:08am    
Thanks Mika :)

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