I'm a bit of an SQL n00b, and i'm trying to convert a database from an abandoned app.There is a column with timestamps that all look like this:CreationTime633305477909216940This is not a Unix Epoch time or a c# ticks... anyone know what kind of timestamp this could be? nothing makes sense on http://www.epochconverter.com
6/6/2014 9:36:29 AM
nm figured it out, it was DateTime ticks...
6/6/2014 9:45:57 AM