問題タブ [trusted-vs-untrusted]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
704 参照

sql-server - SQL Server の信頼できない外部キー

I have several SQL Server 2005 databases with untrusted foreign keys. These keys are marked as "Not for Replication" (is_not_for_replication=1) in the sys.foreign_keys object catalog view.

I have run a script that captures these untrusted keys and runs

against each key. For all but one the results say that these keys have been validated (re-trusted?), but the sys.foreign_keys view still has them marked as untrusted.

Why is this object catalog view not reflecting the "re-trusted" keys as is_not_trusted=0? Is a "Not for Replication" foreign_key always untrusted? If not, how do I get the catalog view to reflect the "trusted" state of the foreign key?

また、外部キーが「信頼されていない」とマークされている限り、SQL Server 実行計画に組み込まれないと仮定しても正しいでしょうか?

コメントや提案をありがとう。

0 投票する
0 に答える
74 参照

security - Hadoop の信頼できないコード

ボブとアリスは、組織の異なる部門で働いています。彼らは、Yarn と Kerbros の認証を使用して、マルチテナンシー モードで Hadoop クラスターを使用しています。Namenode と hdfs がパーミッションをチェックするため、Bob が Alice のデータを直接読み取ることができないことは明らかです。

Bob は Alice のファイルまたはデータのチャンクを彼のマッパーとレデューサーから読み取ることができますか? なぜだめですか?コード分​​離のしくみ