About 1,880,000 results
Open links in new tab
  1. Pages and Extents Architecture Guide - SQL Server

    Jun 13, 2024 · Understanding the architecture of pages and extents is important for designing and developing databases that perform efficiently. The fundamental unit of data storage in SQL Server is the page. The disk space allocated to a data file (.mdf or .ndf) in a database is logically divided into pages numbered contiguously from 0 to n.

  2. Database files and filegroups - SQL Server | Microsoft Learn

    Learn about database files and how to create filegroups in SQL Server for allocation and administrative purposes. View examples, rules, and recommendations.

  3. SQL Server Architecture (Explained) - Guru99

    Dec 30, 2024 · Data File, physically stores data in the form of data pages, with each data page having a size of 8KB, forming the smallest storage unit in SQL Server. These data pages are logically grouped to form extents.

  4. Understanding how SQL Server stores data in data files

    Jul 6, 2016 · Every SQL Server database has at least two operating system files: a data file and a log file. Data files can be of two types: Primary or Secondary. The Primary data file contains startup information for the database and points to other files in the database.

  5. MS SQL Server Architecture - Online Tutorials Library

    Explore the architecture of MS SQL Server, including its components, data storage, and processing systems to understand how it manages data efficiently.

  6. SQL Server Architecture Overview - MSSQLTips.com

    Aug 23, 2019 · Each SQL Server instance contains 4 or more databases which are, at a high level, simply a logical collection of objects. These objects can include tables, indexes, views, users, etc. The initial databases that exist are the system …

  7. SQL Server Architecture — Explained | by Avani Jhala - Medium

    Oct 21, 2023 · Let’s explore the architecture of SQL database files: A. Data Files: Data files contain actual data of the database, including tables, indexes, store procedures, views, and other database objects.

  8. Understanding SQL Server Data Files, Pages & Extents

    Jul 21, 2017 · SQL Server databases have three types of files to handle data and log separately. Every database has only one primary data file but none to multiple secondary data files whereas same database has minimum one log file and can have …

  9. Deep Dive into SQL Server Architecture - Devart Blog

    Apr 7, 2022 · Microsoft SQL Server has a client-server database architecture, where the process typically begins with the client app sending a request to the server—and continues as the SQL Server receives and processes the request, and then returns the required result. Let’s explain the main components of SQL database architecture with a diagram.

  10. SQL Server: What You Should Know About How It's Built - upGrad

    Mar 5, 2025 · MS SQL Server is a relational database management system (RDBMS) developed by Microsoft, designed for efficient data storage, management, and security. Its robust SQL server architecture enables applications ranging from small businesses to enterprise solutions to manage large datasets with high performance.

Refresh