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

explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration

1150


How to concatenate two binary strings together?

1171


Why use stored procedures in sql server?

1057


How do you run a trace?

941


What is the difference between the 2 operating modes of database mirroring?

1160


What are temporal tables in sql server 2016?

927


What are the key configuration files for sql server reporting services ?

171


How to drop an existing table?

1049


What is ddl and dml commands?

956


What is the full form of ddl?

965


How to invoke a trigger on demand?

1146


Is sql server free?

969


can a database be shrunk to 0 bytes, if not, why? : Sql server administration

1303


What happens if null values are involved in string operations?

1026


What is the maximum size of sql server database?

1052