How to find the list of fixed hard drive and free space on server?
Answer Posted / Roshi Gupta
{"windows command prompt": "To find the list of fixed drives and their available space in Windows, open the Command Prompt and run the following command: wmic logicaldisk get caption, freespace".}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I check that whether automatic statistic update is enabled or not?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
How to remove duplicate rows from table except one?
What is the difference between upgrade and migration in sql server?
What is subquery? Explain the properties of a subquery?
Can sql servers link to other servers like oracle?
What is self contained sub query?
How to enter binary string literals in ms sql server?
Why should you use or avoid select * statements?
Can we do dml on views?
When should you use an instead of trigger?
What are different types of constraints?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
What is a coalesce function?
do you know how to configure db2 side of the application? : Sql server database administration