When you execute a stored procedure from the object tree for a sql server that has parameters for datetime2, the generated command does not put ' single quotes around the values.
CREATE TABLE events ( id INT PRIMARY KEY, happened_at TIMESTAMP NULL DEFAULT NULL ); INSERT INTO events VALUES (1, '0000-00-00 00:00:00'), (2, '1000-01-01 05:10:42'); Configure a MySQL → MSSQL sync in ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする