I have a SSIS that copies data from one database to the other. The tables are created using identical script and contain a number of float columns with default precision.
Is it possible for an overflow error to occur while copying data because data in the source column (float) is larger than space available in target column (also float with same default precision)?