About 3,440,000 results
Open links in new tab
  1. Create a Full Database Backup - SQL Server | Microsoft Learn

    Aug 26, 2025 · Learn how to create a full database backup in SQL Server by using SQL Server Management Studio, Transact-SQL, or PowerShell.

  2. Backup Database in MS SQL Server - GeeksforGeeks

    Jul 15, 2025 · In Microsoft SQL Server, we can create full database backups using either SQL Server Management Studio (SSMS) or Transact-SQL (T-SQL). In this guide, we will learn an overview of the …

  3. How to Backup a SQL Server Database using SSMS

    Jan 11, 2024 · Backup a SQL Server Database Open SSMS. Expand the databases folder and select the database you want to back up. Right-click on the database name and select Tasks > Back up…

  4. Create a Full Backup of a SQL Server Database

    In this tutorial, you'll learn how to create a full backup of a SQL Server database using the BACKUP DATABASE statement and SSMS.

  5. Backup and Restore Database in SQL Server | Step-By-Step Guide

    Apr 8, 2025 · Know the most suitable methods to backup and restore Database in SQL Server and get an easy solution to backup Database in SQL Server.

  6. BACKUP (Transact-SQL) - SQL Server | Microsoft Learn

    SQL Server uses an online backup process to allow a database backup while the database is still in use. During a backup, most operations are possible; for example, INSERT, UPDATE, or DELETE …

  7. SQL BACKUP DATABASE Statement - W3Schools

    BACKUP DATABASE Example The following SQL statement creates a full back up of the existing database "testDB" to the D disk:

  8. Full Database Backup in SQL – Step-by-Step Guide - w3resource

    Sep 25, 2025 · Learn how to create a full database backup in SQL using the BACKUP DATABASE command. Ensure data safety with a reliable backup strategy.

  9. SQL Server BACKUP DATABASE command

    Apr 29, 2025 · Learn about different options that can be used when creating a full database backup with several examples.

  10. SQL BACKUP DATABASE Statement (With Examples) - Programiz

    In SQL, the BACKUP DATABASE statement is used to create database backups. In this tutorial, you will learn about the SQL BACKUP DATABASE statement with the help of examples.