Microsoft SQL Server 2005 cast date/time to string

Posted by Kevin on Stack Overflow See other posts from Stack Overflow or by Kevin
Published on 2010-04-14T20:31:19Z Indexed on 2010/04/14 20:33 UTC
Read the original article Hit count: 310

Filed under:
|

How can I convert @lastEndTime to a string formated YYYY-MM-DD HH:MM:SS.MS?

DECLARE @lastEndTime datetime

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about casting