Hi All,
I am using SSIS to check one table in SQL Server, what I want is:
1. How many rows in this table.
2. What's the data type for that table.
3. How much percentage is blank for each column's value.
Which component in SSIS can achieve it?
Thanks.