Hi Guys,
I have column called code in source table which is of type varchar(40) and they changed it from varchar(40) to varchar(65). We created a ETL Package and which is creating 3 tables. In all 3 table's the column need's to be changed from varchar(40) to varchar(65).
Now I need to test this change. I know By looking into the table structure we can simply say that the column is changed from varchar(40) to varchar(65).
Is there any other way to Test this change?
Any Help is greatly appreciated !!!!