When using df.to_sql() to upload data to a temporary table in Azure SQL Server, datetime millisecond precision is lost. When uploading to a normal (non-temporary) table it behaves as expected. The ...