We are keeping images in Folder which can have images & sub folder & these sub folders can also have images & sub folders for example
c:myImageFolderimage1.png //'myImageFolder' have image
c:myImageFolderFolder1imagex.png // 'myImageFolder' have another folder inside which is 'Folder1'.
c:myImageFolderFolder1ChildFolder1imagen.png // 'myImageFolder' have 'Folder1' which have 'ChildFolder1' which have imagen.png
We need to know that how many images are in there over 1 MB, over 750KB and 500KB?
Some facts:
- We need to do it through SQL
- We are using SQL Server 2008
myImageFolder
contains more than thousands sub folders
myImageFolder
size is nearly 5 GB
Thanks in advance for your valuable time & help.
Note: I found the solution, you can find it here
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…