what is the differences between sql server authentication and windows authentication..?

前端 未结 10 686
深忆病人
深忆病人 2020-12-08 09:52

what is the difference between sql server authentication and windows authentication...Is there any specific situation of using each authentication?

10条回答
  •  既然无缘
    2020-12-08 10:25

    Ideally, Windows authentication must be used when working in an Intranet type of an environment.

    Whereas, SQL Server authentication can be used in all the other type of cases.

    Here is a link which might help.

    Windows Authentication vs. SQL Server Authentication

提交回复
热议问题