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

    Jul 22, 2024 · 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. Log files contain the information that is required to recover all transactions in …

    Missing:

    • Icons

    Must include:

  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 startup information for the database and points to other files in the database.

    Missing:

    • Icons

    Must include:

  3. How SQL Server Stores Data on Disk in the Data and Log Files

    Feb 20, 2013 · Microsoft SQL Server databases are stored on disk in two files: a data file and a log file. Let’s start with a simple table. If you want to follow along with my code, this will work on SQL Server 2005 & newer, but please do it in a brand new database rather than reusing one of your existing ones.

    Missing:

    • Icons

    Must include:

  4. SQL Server Transaction Log Architecture - SQL Shack

    Jan 31, 2019 · A SQL Server database consists mainly of three files, the primary data file (.mdf), the secondary data file (.ndf) and the transaction log file (.ldf). As the name indicates, the data files are used to store the tables data within the data page.

    Missing:

    • Icons

    Must include:

  5. Log File Viewer F1 Help - SQL Server | Microsoft Learn

    Feb 28, 2023 · Log File Viewer displays log information from many different components. When Log File Viewer is open, use the Select logs pane to select the logs you want to display. Each log displays columns appropriate to that kind of log.

    Missing:

    • Icons

    Must include:

  6. SQL Server Log Files - ITPro Today

    Dec 17, 2006 · SQL Server logs can make troubleshooting problems simpler—if you know where to look. Here are 5 SQL Server 2005 log files that might come in handy.

  7. Table of Contents - SQL Server Management Studio Icon Reference

    The samples chosen for this reference guide were done so as a part of Sample Data for Change, which strives to leverage technical examples to increase awareness, diversification, and change within technical fields.

  8. windows - How to Return the SQL_DB log files (.ldf) to ... - Server Fault

    Nov 16, 2023 · I have tried to open a "log" file of SQL DB with Windows Notepad application. Unfortunately, I forgot to remove the tick from the checkbox of “Always use the selected program to open this kind of file”. Therefore, all log files of my SQL DBs have been changed to …

  9. SQL Server log files - USAVPS.COM

    Dec 15, 2024 · SQL Server log files are a critical component of Microsoft SQL Server, serving as a repository for all transactions and database modifications. These log files play a vital role in ensuring data integrity, recovery, and performance optimization.

    Missing:

    • Icons

    Must include:

  10. Database Files - Sql Server Backup Academy

    Nov 10, 2015 · Every database of SQL Server at least has a log file and data file. Log files contain all information that is necessary to restore transactions in the database. Data files contain data and objects (indexes, tables, etc.). There are three types of database files in …

    Missing:

    • Icons

    Must include: