Integrated Security = False

后端 未结 4 1969
轻奢々
轻奢々 2021-01-19 16:47

If I use in a connection string:

integrated security=false;username=aduffy;password=blah

I assume this equates to

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-19 17:04

    If Integrated Security=True then it means the program will be using the current user's login to connect to SQL Server. And If Integrated Security=False then it means the program/ software needs User ID=*****;Password=*****; in order to connect to SQL Server from the application.

提交回复
热议问题