Posts
Sort by recent activity
Implicit conversions
Here is the scenario. We have the same table in different databases. There is one column in database A that is an int. The same column in database B is a varchar. I want to move data from datab...