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 are the types of indexes available with SQL Server?

Answer Posted / nagabhushan

Indexes are of two types,Clustered Index and non Clustered
Index,when you create Clustee index on tables all the rows
in the tables are stored in the order of the clustered
Index key,So there will one cluster index in the table.Non
Clustered Index have there own storage seperate from the
table data storage.Non Clustered Index is stored in the
form of B-trees.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the various tools available for performance tuning?

922


What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?

141


What are the advantages of user defined function?

1040


Describe in brief authentication modes in sql server.

1086


Can we perform backup restore operation on tempdb? : sql server database administration

1045


What is the difference between clustered and a non-clustered index?

1074


Can the “if update (colname)” statement be used in a delete trigger?

1032


what's the maximum size of a row? : Sql server database administration

1157


How to test subquery results with the exists operator?

1163


What is exclusive locks?

1011


how you can configure a running aggregate in SSRS?

199


What is indexing in sql server with example?

1039


How to change the data type of an existing column with "alter table" statements in ms sql server?

1035


When I run the sql server 2000 setup, it just hangs. What do I do?

1126


Explain unique key in sql server?

1049