













Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
An introduction to ms sql server, focusing on its features such as query analyzer, profiler, service manager, bulk copy program (bcp), and the architecture of sql server databases. Learn about instances, their advantages, and how to manage them using sql server tools.
Typology: Slides
1 / 21
This page cannot be seen from the preview
Don't miss anything!
Data Blocks, Extents, and Segments
Structure Oracle SQL Server 2008
Smallest unit of
logical storage
Block Page
Block size Variable 8 KB fixed
Storage allocation
Performed in multiple
blocks; are ‘extents’
Performed in multiple
pages; are ‘extents’
Extent size Variable 64 KB fixed
Segment
Any logical structure
that is allocated
storage
No equivalent structure
block
block
block
block
2K block
block
block
block 2K block
block
block
block 2K block
block
block
block 2K block
block
block
block 2K block
block
block
block 2K block
block
block
block 2K block
block
block
block
6 x 2K = 12K EXTENT
8 x 2K = 16K EXTENT
(Table/Index)
block
block
block
block
8K block
block
block
block 8K block
block
block
block 8K block
block
block
block 8K block
block
block
block 8K block
block
block
block 8K block
block
block
block 8K block
block
block
block
8 x 8K = 64K EXTENT
8 x 8K = 64K EXTENT
Mapping of Tablespaces
and Filegroups
System Tablespace
SysAux Tablespace
Temporary
Tablespace
BigFile Tablespace
User Data Tablespace
User Index
Tablespace
Undo Tablespace
Redo Log Files
Master DB
Resource DB
TempDB
Model DB
MSDB
User DB
Data FG
Index FG
Log File(s)
Oracle Database Instance SQL Server Instance
Data file
Data file Data file
Data file Data file
Tablespace Group
Data file Data file
Data file Data file
Data file Data file
Data file Data file
Data file Data file
Redo Log Redo Log Redo Log
Data file Log file
Data file Log file
Data file Log file
Data file Log file
User Database
Data file Data file
Data file Data file
Log file
Data file Log file