Hi,
I have few excel sheets which i need to export to sql and then run sql queries/commands and output the final result.
But now the problem i am facing is one of the columns in sql excepts no null values but some of the sheets have some rows in that column as null. because of which the dts packages fails so right now i have manually look for those columns and delete the rows having null in that column.
All i want to do is to make it automatic deletion and going to next record in the package itself.
Dont know how to go for it.
Any help or routing to help would be appreciated.
thanks
I have few excel sheets which i need to export to sql and then run sql queries/commands and output the final result.
But now the problem i am facing is one of the columns in sql excepts no null values but some of the sheets have some rows in that column as null. because of which the dts packages fails so right now i have manually look for those columns and delete the rows having null in that column.
All i want to do is to make it automatic deletion and going to next record in the package itself.
Dont know how to go for it.
Any help or routing to help would be appreciated.
thanks