SQL Server: Script to find Heap Table without having an Index

In this post, I am sharing a script for a Database Administrator to find SQL Server Heap Tables which are not having a clustered index. A Table without a clustered index is called as Heap Table and Data is stored in the Heap without specifying an order. I have also published one article on, What … Continue reading SQL Server: Script to find Heap Table without having an Index