4 Salient Differences between Heap Tables and Clustered Tables in SQL Server

The following article explains the key differences between Heap tables and Clustered tables. While working with tables in SQL Server, users often face the dilemma to use clustered tables or heap tables. Tables which don’t have clustered indexes are called Heap Tables and those having clustered indexes are called Clustered Tables. A Clustered index basically reorders the way in which records are stored physically in a table. The data pages are contained in the leaf nodes of a clustered...

Read more »

How to Design an Access Application that Can Sustain 100 Simultaneous Users

While theoretically Access can support 255 simultaneous connections, in reality, bottlenecks arise at even 20 to 25 simultaneous users. In this article, we plan the deployment in a manner than 100 users can be simultaneously supported. Many small businesses tend to grow over time both in business size and employee count. With Access being the preferred database for small business users, there are numerous cases where people using Access in their company suddenly found that their line of...

Read more »

Outlook Rule “Clear Categories on Mail” will Block All Incoming Emails

In the lastest update of Outlook, a new rule "clear categories on mail" will be added to Outook automatically. This rule will block all incoming emails by mistake. In this article, we will provide the solution. Yesterday, my Windows 7 laptop receive a couple of updates again. I notice this because the screen displays update message when the laptop is shut down and restarted. I do not pay much attention on that since Windows makes updates from time to time. However, this morning, I...

Read more »