Nieuws

Become familiar with server security settings in SQL Server. Learn about options that control server authentication, proxy accounts, and other features. Uses Windows Authentication to validate ...
Currently this package doesn't support windows authentication for MSSQL even though it's mentioned in the Readme. That is because the default driver the mssql package uses (Tedious) doesn't support it ...
Microsoft warned of brute-forcing attacks targeting Internet-exposed and poorly secured Microsoft SQL Server (MSSQL) database servers using weak passwords.
Use windows authentication for the application AND use it for the SQL Server.<BR>-Pros: Not much to do, just check the windows user name and do all my security that way.