Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is a table called, if it does not have neither Cluster
nor Non-cluster Index?

Answer Posted / debasish nanda

Unindexed table or Heap. Microsoft Press Books and Book on
Line (BOL) refers it as Heap. A heap is a table that does
not have a clustered index and, therefore, the pages are not
linked by pointers. The IAM pages are the only structures
that link the pages in a table together. Unindexed tables
are good for fast storing of data. Many times it is better
to drop all indexes from table and then do bulk of inserts
and to restore those indexes after that.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create a ddl trigger using "create trigger" statements?

1187


What is the use of attributehierarchyvisible ? : sql server analysis services, ssas

1121


what are defaults? Is there a column to which a default can't be bound? : Sql server database administration

1183


What are parameterized reports?

204


What is code near application topology?

283


How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?

1074


What is difference between count (*) and count column?

950


Explain filtered indexes?

1043


Explain about the command-line tool SQLCMD?

1146


Explain error handling in ssis?

1078


What is after dml trigger?

1063


What are the advantages of using stored procedures in sql server?

1056


How can you ensure that the database and sql server based application perform well?

1126


What is the difference between writing data to mirrored drives versus raid5 drives

990


What is the difference between push and pull subscription? : sql server replication

1279