• You just have to play with format codes 🙂

    SELECT TOP 100

    SUBSTRING( CONVERT(varchar,create_date,109), 13, 14) As CharTime

    FROM sys.objects

    REFERENCE: http://msdn.microsoft.com/en-us/library/ms187928.aspx

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2