データベースのデッドロックが疑われます。 Microsoft SQL Serverエラーログ内のどの2つのトレースフラグを見つける必要がありますか。それぞれの正しい答えは解決策の一部を表しています。 注:それぞれ正しい選択は1ポイントの価値があります。
正解:A,C
Explanation Trace flag 1204 returns the resources and types of locks participating in a deadlock and also the current command affected. Trace flag 1222 returns the resources and types of locks that are participating in a deadlock and also the current command affected, in an XML format that does not comply with any XSD schema. References: https://docs.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql?view