SQL 服务器英国日期损坏?

SQL Server UK Date Corruption?

我在 SQL 服务器上查找一个较早的问题,但我遇到了一个句子,我找不到任何其他信息。

this post上,si_the_geek已经说过:

"Using a UK format will damage your data and/or give you the wrong query results at some point."

这个评论已经九年了,我很好奇在日期方面我们是否还需要担心数据库?

A​​ccess 仍然如此 SQL。

如果您想插入 6 月 3 日并执行

INSERT INTO myTable (datefield) 
VALUES (#03/06/2016#)

A​​ccess 很乐意为您插入 3 月 6 日。

ISO 格式'2016-06-03' 是最安全的。