RODBC loses time values of datetime when result set is large

后端 未结 8 1935

So this is VERY strange. RODBC seems to drop the time portion of DateTime SQL columns if the result set is large enough. (The queries are running against an SQL S

8条回答
  •  悲哀的现实
    2020-12-14 21:32

    sqlQuery() has an option called as.is. Setting this to TRUE will pull everything as seen in for example Microsoft SQL Management Studio.

提交回复
热议问题