question

nileshamruskarsqlserver avatar image
nileshamruskarsqlserver asked

dirty data cleaning!! urgent

Hello, I have to implement a project for identifying and cleaning orphaned data/foreign key violated data and dupicate data. I want to automate this instead of writing manual scripts for all this. Is there are any way we can achieve this or any tool in market which can fulfill my requirement. Please suggest .
ssissql server 2012sql server 2014
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
erlokeshsharma08 avatar image
erlokeshsharma08 answered
Hi I think you would have to write customized queries for your tables and use that as a sql job which would run daily, weekly or as when you require. Orphand data or foreign key violated data - You can always write a query to find it out by querying those foreign key records that dont exist in parent table. Similarly you could write a query to find out duplicate data or may be delete that. If you want help in writing queries, you could post the ddl statements of suspected tables. Hope this helps
2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

nileshamruskarsqlserver avatar image nileshamruskarsqlserver commented ·
I know how we can achieve it by writing custom queries. But are there any tool in market which can fulfill the request.
0 Likes 0 ·
erlokeshsharma08 avatar image erlokeshsharma08 commented ·
not sure about that.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.