且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

SQL Server中的登录验证问题

更新时间:2023-02-15 15:49:18

在客户端你不必以任何方式启用身份验证。

您的客户必须选择登录sql:

a)Sql身份验证(然后他们必须提供sql用户和密码)

b)Windows身份验证(然后提供windows用户登录sql)
In the clients you dont have to enable authentication in any way.
Your clients have to options to login in the sql:
a) Sql authentication (and then they have to provide an sql user and a password)
b) Windows authentication (and then the windows user is provided to login in the sql)