Hello Everyone
I am updating one column with the data from another column, and I want to suppress the warning message about "data could be truncated"
The column that will be updated is varchar(50), that column used as the source is varchar(100). When I preform an update, I am getting the warming message. How may I suppress the warning message and let the update complete?
Thanks
Andrew SQLDBA