Forum Discussion
GavSol
Jun 24, 2022Copper Contributor
Trouble converting a column of digits from string to integer .
I have tried all the suggested solutions but no success.
Does anyone have any ideas.
To date I have tried:
Convert
Cast
Alter
- gamedayCopper ContributorTRY_CAST(COLUMN AS INT)
- olafhelperBronze Contributor
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