...Depth2 decimal(8,2)
.
.
Name85 varchar(30), Day85 decimal(8,2), Depth85 decimal(8,2)
If I try and run:
INSERT INTO dest_table
SELECT * FROM source_table
I get:
Server: Msg 213, Level 16, State 4, Line 1
Insert Error: Column name or number of supplied values does not match table...