What is the difference between Integrated Security = True and Integrated Security = SSPI?

后端 未结 9 2182
独厮守ぢ
独厮守ぢ 2020-11-22 10:36

I have two apps that use Integrated Security. One assigns Integrated Security = true in the connection string, and the other sets Integrated Security = S

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-22 10:58

    In my point of view,

    If you dont use Integrated security=SSPI,then you need to hardcode the username and password in the connection string which means "relatively insecure" why because, all the employees have the access even ex-employee could use the information maliciously.

提交回复
热议问题