- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我一直在尝试在 SELECT 参数中设置 - slicestart 时间来收集最近更改的记录:
WHERE pv.CreatedAt >= \\'{0:yyyyMMdd-HH}\\'', Time.AddHours(SliceStart, 0))"
我得到了错误:
Database operation failed. Error message from database execution : ErrorCode=FailedDbOperation,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=A database operation failed with the following error: 'Conversion failed when converting date and/or time from character string.',Source=,''Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=A database operation failed with the following error: 'Conversion failed when converting date and/or time from character string.',Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.Data.SqlClient.SqlException,Message=Conversion failed when converting date and/or time from character string.,Source=.Net SqlClient Data Provider,SqlErrorNumber=241,'.
最佳答案
我看到您正在使用 Time.AddHours() 函数,但传递 0 作为参数,这会将零小时添加到 SliceStart 值。如果您不打算增加 SliceStart 时间,请尝试以下操作:
"sqlReaderQuery": "$$Text.Format('select ... where pv.CreatedAt >=\'{0:yyyy-MM-dd}\', SliceStart)"
干杯,路易斯
关于Azure数据工厂slicestart格式错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29747604/
我正在使用 Azure 数据工厂的复制事件从日常文件夹中提取 Blob 存储中的分隔文本文件。这些列被映射并复制到表存储实体。这一切都很好。 我希望每组实体都使用正确的数据切片 (SliceStart
我是一名优秀的程序员,十分优秀!