Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to get file date using xp_cmdshell?

    I don't know if its too late to answer or not . here is the way to get date .

    CREATE TABLE #mytable ( Line VARCHAR(512))

    SET @PathName = '\\uncpath\foldername\flodername\foldername\' ...

Viewing post 1 (of 1 total)