Wednesday, October 22, 2014

Time on Task

These columns here:


[DateStarted] [int] NULL,

[TimeStarted] [int] NULL,

[DateEnded] [int] NULL,

[TimeEnded] [int] NULL,

[UpdateDateTime] [int] NULL,


I would have expected datetime, not int data types. Is this seconds since midnight or was this a type as your sample data shows dates?


Thanks


Carl


No comments:

Post a Comment