Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Converting time from datime into INT

$
0
0
declare @dte datetime Select @dte = GETDATE()@dte = 2016-10-31 11:42:51.920Is it possible to convert Time (11:42:51.920) into an INT so that it looks like 114257 ?

Viewing all articles
Browse latest Browse all 3145

Trending Articles