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...

Difference b/w Clustered & non-clustered index? Not the
bookish definition, but how they internally works in SQL Server?

Answer Posted / anand vanam


•In clustered Index leaf node contains the actual data pages
where as in Non clustered index leaf node contains index
pages.

•You can have only one clustered index per table but you can
have 249 Non clustered indexes per table as per SQL 2005
(999 in SQL 2008)

•The row locator in clustered index is the Clustered Index
Key where as in Non clustered index row locator is a pointer
to the row.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we delete data from a view?

980


Can we write a distributed query and get some data which is located on other server and oracle database?

1280


Explain transaction server consistency?

1019


What are differences in between sql server 2012 and sql server 2016?

1097


How to convert numeric values to integers in ms sql server?

1162


What are the advantages of passing name-value pairs as parameters?

1219


How to find out the list schema name and table name for the database?

984


What is BCP? When does it used in sql server 2012?

1108


How you can move data or databases between servers and databases in sql server?

1101


How to create a local temporary stored procedure?

1047


Explain the difference between cross join and full outer join?

1034


What is order of B+tree?

1155


What is unpivot?

1077


How to use "begin ... End" statement structures in ms sql server?

1121


What is store procedure? How do they work? When do you use?

1000