Furqan Sehgal
Furqan Sehgal

Reputation: 4997

SQL Server Database protection

I want to secure my SQL Server Database so that no one could open it or access programatically without a password. How can I do it? I tried the security section of SQL Server Management Express but it is too complicated for me.

Please help. Thanks

Upvotes: 0

Views: 82

Answers (1)

Federico González
Federico González

Reputation: 450

Take a look at this MSDN article about SQL Server login creation.

Upvotes: 1

Related Questions