Reputation: 4997
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
Reputation: 450
Take a look at this MSDN article about SQL Server login creation.
Upvotes: 1