Hi,
I have a task to import data from non relational database to relational database.
I need to check the constraints conditions of all the columns and check whether it satisfies with new relational database and then only data need to be inserted.
For example validations like foriegn keys, datatype match, no of charcters,etc
Can u anyone give me small example how to do with ssis or any other method.
Thanks In Advance.