I have a TimeStamp (varchar(50),null)
column in my SQL Server 2008 table which looks misleading by the name TimeStamp
. I mean it appears as if it's a datatype timestamp but it's varchar
.
But it has values like 201403240004
which looks like a date. Can I convert it into date and use?
Read online that timestamp
is only a sequence of numbers and has nothing to do with date and time.