I have a need to allow an application to access my SQL Server 2005 database - it is doing so using an application user (not an userid integrated with AD).
I would like to restrict this use (let's call it appuser with a password of AppUser1) to aaccessing the database only from specifc hosts (the app servers).
Is this possible in SQL Server 2005 as it is in most other dbms?
Thanks!
Start Free Trial