I have a data type mismatch problem and I was using SSIS data conversion to convert the data type.
But recently I find out I get the permission to alter the table so I don't want to do the data conversion.
I went back the package and tried to delete the data conversion. Then I found out the data conversion left the "copy of column" name on it. and seems like the original column name is disappeared.
Now when I query my source table in ssms. It shows "Invalid column name".
First I was wondering how I can make it right.(Besides to roll back to the previous version. )
Second I would like to know why this is happening (delete the data conversion but left the altered column name here),
Third I would like to know why I "select top 1000 rows" but shows "Invalid column name". That is very funny to me.
I tried to put "Copy of " in front of the column. That didn't work.
We don't have enough information to address all your questions but I'll take a swipe.