I have a read only database (product) that recides on its own Sql Server 2008. I already optimized queries by looking at most expensive queries in activity monitor - report. I ordered the report by C
Just like in the main question, is there a way to do this? (Other than inducing a high io load) Maybe some facility deep down in the kernel that controls this?
In OS\'s like WS2008R2 and its compliment 7, I need to hibernate one (of two) hard drives. The hard drive in question gets hot (cos its old) and is only used to write images of the main HD too once a
I need to make my website faster on the client side. I wonder if my excessive Javascript cook开发者_运维百科ie manipulation could slow down the browser. It uses the harddrive, which is the slowest com
In my application (Delphi), I need to list all the USB storage devices. These can be either flash memory sticks or external storage drives.
We\'re creating a web service where we\'re writing files to disk. Sometimes these files will be read at the same time as they are written.
I want to access the whole hard disk directly from a C program. There\'s no FS on it and never\'s gonna be one.
How can I find hard disk speed? I can not use 开发者_JAVA百科System.IO.File.Copy and use timer to get hard disk speed, because after caching file, the speed will be really higher than real time.
I want to get the hardwire开发者_如何学JAVAd serial number from the hard disk but NOT using WMI. I tried using WMI code, and it doesn\'t work on my machine for sure. So is there any alternative in .NE
I am currently using Diskpart to accomplish these functions, but i would like to be able to use P-Invoke and not have to shell out to a开发者_如何转开发n external process in my C# app.