Hi,
I have created a package that transfers transfers data from MS Excel file to the SQL Server 2000 database. I would like to add some data validation before the data is pumped into the database. How can I do that?
I would like to check the name of the file, column names (are there are spaces in column names), columns data types, the size of the file?
Thanks.
I have created a package that transfers transfers data from MS Excel file to the SQL Server 2000 database. I would like to add some data validation before the data is pumped into the database. How can I do that?
I would like to check the name of the file, column names (are there are spaces in column names), columns data types, the size of the file?
Thanks.
Comment