I can't use xp_cmdshell due to security reason. Is there another way to get the time stamp of files in a folder without using xp_cmdshell?
Thanks!
I can't use xp_cmdshell due to security reason. Is there another way to get the time stamp of files in a folder without using xp_cmdshell?
Thanks!
These guys created a CLR to replace the old xp_getfiledetails. http://consultingblogs.emc.com/jamiethomson/archive/2006/08/24/4400.aspx
I haven't installed it but it should be a place for you to start from.