今日、特定のテーブルの冗長性をチェックするジョブを起動しようとしました。
私は1つのテーブルを持っていますEmpDetails
Please find the screenshot to find the records in the table
ジョブは 2 分ごとに SQL から実行され、テーブルから冗長性を削除します。
Result of the job:
:
But my expectations from the job are some bit higher, I want from the job to check the the redudancy from the whole database not from the single table.
誰でも私に提案してもらえますか、それは本当に可能かどうかです。可能であれば、正しいアプローチは何ですか。前もって感謝します。