I have a problem with conversion string to date. The thing is, I create the table, and I got database with a plenty of records, and I should load it to my table. I searched any solution but I found only with SELECT or CONVERT but singular record.
This is the error msg:
Conversion failed when converting date and/or time from character string.
How I should fix it for many records (SQL Server)?
Thanks for helping me.