I have field in the table which I have set to max size. I need to know how many records have crossed over 400 char in length.
I need to transfer this data into another table where the size is set to 400. I need to know how many records could get truncated.
How I can achieve this?
Note differences in LEN and DATALENGTH about trailing spaces etc