I have Microsoft SQL Server 2008 which we host some databases on. We currently use Windows Integration for authentication.
We are starting to need the support of authenticating scripts from ASP.NET and other applications. These applications need to use "script credentials" as they run without a user logged in. We are not really wanting to do this with intergrated Login as we do the adminstrators, we are looking at SQL authentication. Does doing this lower our security?