About 2,230 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. SQL Server Backup: A Complete Guide [2026] - DataNumen

    Backup SQL Server database with our complete 2026 guide. Step-by-step instructions and best practices for all skill levels.

  5. 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.

  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

    The BACKUP DATABASE Statement The BACKUP DATABASE statement is used in SQL Server to create a full backup of an existing SQL database. Syntax BACKUP DATABASE databasename TO …

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

    Jan 30, 2026 · Know the most suitable methods to backup and restore Database in SQL Server and get an easy solution to backup Database in SQL Server.

  9. How To Backup and Restore a SQL Server Database | NinjaOne

    Mar 4, 2026 · Microsoft recommends using SQL Server Management Studio (SSMS) to back up and restore SQL Server databases. The quick and easy steps below take you through both the backup …

  10. 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.