什么是可信连接?

发布于 2024-08-01 22:51:44 字数 51 浏览 4 评论 0原文

SQL Server 2005 中的可信连接是什么(可信与 Windows 身份验证)?

What is a trusted connection in terms of SQL Server 2005 (Trusted vs Windows Auth)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不寐倦长更 2024-08-08 22:51:44

可信连接与在 SQL Server 2005 中使用 Windows 身份验证相同。身份验证由域完成,授权由 SQL Server 处理。

SQL Server 还可以使用自己的登录名,例如 sa 用户。 这些都经过 SQL Server 的身份验证和授权。 它们仅在 SQL Server 以混合身份验证模式运行时才可行。

MSDN 有一篇关于选择正确的身份验证模式的好文章。 这是一本很好的入门书。

A trusted connection is the same thing as using Windows Authentication in SQL Server 2005. Authentication is done by the domain, and authorization is handled by SQL Server.

SQL Server can also use its own logins, such as the sa user. These are both authenticated and authorized by SQL Server. They are only viable if SQL Server is run in Mixed Authentication Mode.

MSDN has a good article about choosing the right Authentication Mode. It's a good primer.

漫漫岁月 2024-08-08 22:51:44

可信连接意味着Windows 身份验证(即Windows 登录)。

SQL Server 有两种身份验证模式:混合身份验证模式和 Windows 身份验证模式。

混合可以选择 SQL Server 登录(用户名和密码)和 Windows 身份验证。

A Trusted connection means Windows Authentication (i.e. a Windows login).

SQL Server has two Authentication modes: Mixed and Windows Authentication Mode.

Mixed has the option of SQL server logins (username and password) and Windows Authentication.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文