Hi,
I need to safeguard the behaviour of SQL codes that inserting into SQL tables with some date columns. For this purpose, I need to change the date format for the SQL instance and not using CONVERT and CAST.
I've seen the SET DATE FORMAT statement, but if I use it, could I solve my problem?
Thanks