Deny login from certain hosts if logging in with specific sql credentials
- by Dave
I want to stop some of our developers from connecting to the production sql server using a specific sql account. They have rights to connect through windows authentication with lower rights. They claim that changing the password will affect too many other processes running on our processing machine. So I want to deny access if they're connecting from there dev machines for now.
Another way this would work is if I could just allow connections from one specific host.