About 3,020,000 results
Open links in new tab
  1. Database files and filegroups - SQL Server | Microsoft Learn

    At a minimum, every SQL Server database has two operating system files: a data file and a log file. Data files contain data and objects such as tables, indexes, stored procedures, and views. …

  2. 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 …

  3. 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 …

  4. SQL Server Transaction Log Architecture

    Jan 31, 2019 · In this article we’ll review the architecture of the transaction log file. The transaction log is a critical component of a SQL Server database for ACID (Atomicity, Consistency, …

  5. SQL Server Architecture (Explained) - Guru99

    Dec 30, 2024 · MS SQL Server is a client-server architecture. MS SQL Server process starts with the client application sending a request. The SQL Server accepts, processes and replies to the …

  6. Data File Storage Architecture in SQL Server - LinkedIn

    Oct 15, 2024 · Today, we will examine the internal storage of data in data files during the creation of a table in MS SQL Server. Additionally, we will investigate whether any modifications to the...

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

    Oct 21, 2023 · SQL server architecture consists of the following: 1. Page Architecture. 2. Database Architecture. 3. Network Architecture. 4. SQL query execution Architecture. Now, …

  8. SQL Server Storage Engine: Database Files and Filegroups

    Sep 24, 2013 · Every database has one primary data file, which, by default, has .mdf extension. In addition, every database can have secondary database files. Those files, by default, have .ndf …

  9. SQL Server Architecture - GeeksforGeeks

    Sep 2, 2024 · SQL Server operates on a client-server architecture, where the database server (SQL Server) processes requests from clients. The clients can be applications, services or …

  10. Understanding SQL Server Internals: Database Files & Pages …

    Apr 22, 2021 · Before jumping into the finer details of files and pages, let’s have an overview of the SQL Server database storage architecture. SQL Server databases have two primary file …

  11. Some results have been removed
Refresh