Hello,
I am having a challenge creating a MSSQL Database Login that can ONLY create, delete, execute some few Stored Procedures Only. I dont want that user to be able to view table or perform any other SQL query.
There are 13 stored procedures under the database named "OFFICEDB" and i want the login to be created to only have access to create, delete, execute or alter just 4 selected stored procedures only.
Kindly guide me on this.
I am having a challenge creating a MSSQL Database Login that can ONLY create, delete, execute some few Stored Procedures Only. I dont want that user to be able to view table or perform any other SQL query.
There are 13 stored procedures under the database named "OFFICEDB" and i want the login to be created to only have access to create, delete, execute or alter just 4 selected stored procedures only.
Kindly guide me on this.