0

I have an application in c#.net with Sqlserver database.I want to secure database and stored procedures in it .Is there any way that stored procedures no to be open with any body who logged in to sql server to see certificate and master key in it or modify them. please help me

1 Answer 1

0

If I understood well your question , you can make role and assign each user to these role, and then grant kind of permission to the users such as Execute, following link can help you

Grant execute permission for a user on all stored procedures in database?

https://learn.microsoft.com/en-us/dotnet/framework/data/adonet/sql/managing-permissions-with-stored-procedures-in-sql-server

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.