Database Protection

Who is online?  0 guests and 0 members
Home  »  Forums   »  microsoft business intelligence   »  sql server   » Database Protection

Database Protection

Topic RSS Feed

Posts under the topic: Database Protection

Posted: 7/27/2011

Jedi Youngling 67  points  Jedi Youngling
  • Joined on: 3/23/2011
  • Posts: 30

Hi,

   I have come accross a situation where i want to know the ways of deploying a .net application depending on sql database and ensure

   data protection after it has been deployed to the clients.what are the possible ways of carrying this out?

Any help will be appreciated


Posted: 7/27/2011

Jedi Knight 2338  points  Jedi Knight
  • Joined on: 2/22/2010
  • Posts: 209

Can you please clarify a bit more on what you're asking for? Are you talking about security for databases? If so, check out K. Brian Kelley's posts at SQL University about security: http://sqluniversity.org


tags Security

Posted: 7/28/2011

Jedi Youngling 67  points  Jedi Youngling
  • Joined on: 3/23/2011
  • Posts: 30

Yes, I am looking out for ways to secure my database after its deployed.

I do not want the database objects to be accessible to the clients. They

should not be able to see the schema, tables or SP or any other such info.


Posted: 7/28/2011

Jedi Knight 2338  points  Jedi Knight
  • Joined on: 2/22/2010
  • Posts: 209

That's an extremely large topic and solutions can be done in numerous ways. You could segregate items by schema and apply permissions against schema, you could use database roles, application roles, (if you're using Active Directory authentication) use AD groups to help organize users, etc. Just remember that explicit deny permissions override other permissions so if you're playing in that realm be careful.

EDIT: I recommend you check out this book to help your design choices - 

Pro SQL Server 2008 Relational Database Design and Implementation (Expert's Voice in SQL Server)

 

And this book for securing SQL Server - 

Securing SQL Server: Protecting Your Database from Attackers


Posted: 8/8/2011

Jedi Youngling 67  points  Jedi Youngling
  • Joined on: 3/23/2011
  • Posts: 30

Thank you very much. Will Go through it


Page 1 of 1 (5 items)