今天我试图解雇检查特定表中冗余的工作。
我有一张桌子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.
任何人都可以建议我,这真的可能吗?如果有可能,那么正确的方法应该是什么。提前致谢。