I'm really a noob with msql and I need help for this:
I have a table with only 3 columns:
devicename, status, timeticks
timeticks
is a 18 digit bigint
value (for example 635924050579957219) and I need to produce a report where timeticks
is displayed as a datetime value.
I use Microsoft SQL Server 2008 R2
thanks in advance for your help.