Hello,
Can you tell me if I'm with the following correct:
When you create a clustered index,then is the data page
equal to the physical data pages.So if you create a
clustered index with the fill factor 80 % the physical
data pages are 80 % full.
When you create a non clustered index,the data pages
from the non clustered index exist of the fields that
you have defined in the index and it use the clustered
index to go to the physical data page.
But what's the content of the data pages from a non
clustered index an when there is no clustered index ?
When you insert a record in de table, is this record
inserted in all the index data pages ?
I hope you can help me, my biggest problem is that I
don't know exactly what's the content of the index data
pages.
Thanks for your time and answer
Devriendt Nico
Informat CV
informat@unicall.be
Can you tell me if I'm with the following correct:
When you create a clustered index,then is the data page
equal to the physical data pages.So if you create a
clustered index with the fill factor 80 % the physical
data pages are 80 % full.
When you create a non clustered index,the data pages
from the non clustered index exist of the fields that
you have defined in the index and it use the clustered
index to go to the physical data page.
But what's the content of the data pages from a non
clustered index an when there is no clustered index ?
When you insert a record in de table, is this record
inserted in all the index data pages ?
I hope you can help me, my biggest problem is that I
don't know exactly what's the content of the index data
pages.
Thanks for your time and answer
Devriendt Nico
Informat CV
informat@unicall.be