What is Index Segmentation ?
A segment is a part of relational data base and consists of
one or more extents. Each extent is further divided into
blocks. Every segment has an index for holding all of its
data for quick data retrieval. Index segments can be created
explicitly by using the CREATE INDEX command. Storage
parameters for the extents of the index segment can be
specified along with this command.
Is This Answer Correct ? | 4 Yes | 1 No |
How do you create a clustered index?
What is the use of placing primary key and foreign key constrains on columns.
How do I run sql server 2014?
Explain error handling in ssis?
What is a field in a table?
What stored procedure can you use to display the current processes?
Is sql server implemented as a service or an application? : Sql server database administration
What is the difference between clustered and a non-clustered index?
What is the most common type of join?
Can a stored procedure call another stored procedure. If yes what level and can it be controlled?
What is forward - only cursors / read only cursor?
1)what is the difference between Reinitializing a Subscription and synchronization the subscription? 2)when to use reinitializing ? 3)when to use synchronization? 4)when adding table or deleting a table what to do?(reinz.. or syn) 5)when adding a column what to do?