Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Get date last modified for file

    If you want to store the date of vidhya sagar query into a variable you would run this code.

    DECLARE @DateInserted DATETIME

    SET @DateInserted = CONVERT(DATETIME, (SELECT TOP(1) SUBSTRING(mdate,1,20) FROM ##tmp))

    Thanks...

Viewing post 1 (of 1 total)