How to convert LastModifiedTime value of MssCrawlUrl table ?
I tried below query,
Select CAST(LastModifiedTime as datetime)
From MssCrawlUrl Where DisplayURL like '<DisplayURL>'
But it is giving an error
'Arithmetic overflow error converting expression to data type datetime.'