Viewing 2 posts - 1 through 2 (of 2 total)
I had the same problem on SQL Server 2008 running on Window server 2008 R2. There are 3 instances on this server and each had been assigned 3GB, 4GB &...
March 17, 2016 at 9:04 am
#1865894
Please correct above script as below. I just added desc
insert into @myTable4
select FileNames, FileCreationDate
from @myTable3
order by FileCreationDate desc
May 30, 2013 at 9:51 am
#1619769