![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, I have a database that is bulk loaded via BCP scripts (via talend, actually). This is to migrate data from a legacy system to our new system. There are dozens of tables and millions of rows in some of them. During the load we have referential integrity turned off. I have discovered today that a small amount of the data violates the referential integrity constraints, which are restored once the migration has completed. How can I find out what data violates the constraints please? Is there some general purpose tool that can do this? Obviously it would have to be specific to sybase since it would have to use the sybase data dictionary. Regards, Andrew Marlow http://www.andrewpetermarlow.co.uk |
#3
| |||
| |||
|
|
"Andrew" <marlow.and... (AT) googlemail (DOT) com> wrote in message *I have written an ISUG article (2005 Q4) on this and included code for determining FK errors that includes nullable columns (but the code can run like a dog if you have nullable FK columns). *You can also specify the degree of ANSI checking (full, partial or "normal" match checking). *I have put the source codefor a lot of utility procs at CodeXchange |
![]() |
| Thread Tools | |
| Display Modes | |
| |