I have a column called updated_at which has datetime zone in varchar.
I would like to alter and convert the column into datetime zone in SQL Server. I referred to other posts but with no success
This is a sample row:
2022-09-23T11:35:21.469+01:00
Can anyone advise the SQL script for the above to convert the column into datetime zone in the table?
