Jun 23 2022 09:46 PM
I have tried all the suggested solutions but no success.
Does anyone have any ideas.
To date I have tried:
Convert
Cast
Alter
Jun 23 2022 10:27 PM
Does anyone have any ideas.
@GavSol , idea on what?
You didn't provide any usefull information, exactly close to no information.
Which SQL Server version are you using? What do you want to convert where? How does the source data look like? If you get errors, which one?
Olaf
Jun 30 2022 05:48 AM
@GavSol I would advise TRY_CAST ex
TRY_CAST(COLUMN AS VARCHAR(MAX))
It will NULL values it can't convert
Jun 30 2022 05:49 AM