• kyssling - Friday, February 24, 2017 1:16 PM

    I have two question about SQL user connection security ...
    Is standard (or necessary for small company) deploy for authentication using SQL - SSL for better security ?
    If I had understood correctly Kerberos is used only if used Windows Authentication ...

    Correct, Kerberos is only used under the context of a windows login.
    SQL Server authentication just requires the connection to have a valid username and password combination

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉