• I want to do the Equivalent of the following SQL Select and return the result listed below:

    SELECT CONVERT(DATE,GETDATE()) AS CurrentDate;

    CurrentDate

    2014-08-29

    Thank you.

    For better, quicker answers on T-SQL questions, click on the following...
    http://www.sqlservercentral.com/articles/Best+Practices/61537/

    For better answers on performance questions, click on the following...
    http://www.sqlservercentral.com/articles/SQLServerCentral/66909/