Hi.
Here's my scenario:
I have a native Windows service running on a machine. The service is installed under Administrator privileges.
Once per day, the service fires, creates a login to SQL (using the administrator account), queries a specific database (read only). The database is stored locally (same machine) and is a non-system DB.
Is there any way I can prevent this service from accessing the data records in the target database? Encryption? Any other preventives?
Thoughts?
Thanks!