Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SQL Server やその他のデータベースで Oracle Enterprise User Security に代わるものはありますか?
ありがとう。
私の知る限り、SQLServerはOracleEnterpriseUserSecurityについて何も知りません。
SQL Serverは、次の2種類のログインをサポートしています。
従来のログイン/パスワードタイプのセキュリティ、
「WindowsTrusted」セキュリティ。これは、Oracleの「ExternallyIdentified」セキュリティに似ています。つまり、WindowsがユーザーのIDを検証したことを信頼し、Windowsがユーザーと見なすもの(つまり、ウィンドウログイン)を使用します。