What do u mean by Extents and types of Extends

An Extent is a collection of 8 sequential pages to hold database from becoming fregmented. Fragment means these pages relates to same table of database these also holds in indexing. To avoid for fragmentation Sql Server assign space to table in extents. So that the Sql Server keep upto date data in extents. Because these pages are continously one after another. There are usually two types of extends:-Uniform and Mixed. Uniform means when extent is own by
a single object means all collection of 8 ages hold by a single extend is called uniform. Mixed mean when more then one object is comes in extents is known as mixed extents.