I have a visual basic application, with a sql back end, connecting via odbc.
The back end owner has defaulted to the user who created it (me)
which is fine.
Using windows authentication, which means that anyone can connect and read the data.
How can I make sure that other users(and I dont have any logins or group names yet) are limited to exec only on any stored procedures ?
Please keep it simple, I am not a dba, just a humble developer
The back end owner has defaulted to the user who created it (me)
which is fine.
Using windows authentication, which means that anyone can connect and read the data.
How can I make sure that other users(and I dont have any logins or group names yet) are limited to exec only on any stored procedures ?
Please keep it simple, I am not a dba, just a humble developer
Comment