7 Reasons & Solutions when Hard Drive Keeps Losing Space Mysteriously

If you find that some space of your hard drive gets lost somehow, you can refer to this article to find out the actual reasons and apply the correct solutions. As we all know, all your computer data is being stored in the internal hard drive. Thus, if you find that storage capacity of the hard drive is reducing or isn’t same as what manufacturer promises, you’d better figure out the real causes to get rid of this issue as soon as possible. Here are 7 common reasons and corresponding...

Read more »

How to Quickly Export the Total Count of Items in Each Outlook Folder to Excel

If you want to get a report about the count of items in each Outlook folder, you can use the method introduced in this article. It will quickly do the counting and export the results into an Excel file. In my previous article – “How to Quickly Get the Total Count of Items in a Folder and All Its Subfolders via Outlook VBA”, you can learn a method using VBA to get the count of items in a folder. However, by that means, if you want to count the items in all folders, you have to select each...

Read more »

How to Find the Reason Why TempDB is Full in Your SQL Server

If the temp DB database of your SQL Server runs out of space, it can cause major disruptions in your production environment and can interrupt user applications from successful completion. If you are using a script to track temp DB size, append the script from this article to identify the root cause for the temp DB filling. Tempdb full – a common scenario Poorly written queries might create several temporary objects resulting in a growing tempdb database. This will end in disk space alerts and...

Read more »