SQL Server Database Restore in Mac M1 Apple Chip Tutorial: Step-by-Step Guide

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • You can find SQL installation in Mac M1 using below link. please go through once.
    • SQL Server Installatio...
    SQL Server Installation on Mac Apple Chip: Step-by-Step Tutorial for Beginners
    Welcome to our comprehensive SQL Server Database Restore tutorial! In this video, we'll take you through the process of restoring a SQL Server database. Whether you're a database administrator or a developer, mastering database restoration is crucial for data recovery and maintenance.
    In this tutorial, we are covering step-by-step demonstration of restoring a SQL Server database using SQL in Mac machine.
    Whether you're new to SQL Server or looking to enhance your skills, this tutorial will provide you with the knowledge and confidence to handle database restoration effectively. Don't forget to like, share, and subscribe for more SQL Server tutorials and database management tips!
    Step 1: Locate folder path where .bak file is stored
    cd downloads
    Step 2: To create new directory in container
    docker exec -it sql_server mkdir /var/opt/mssql/backup
    Step 3 Copy files from Mac to container
    docker cp order.bak sql_server:/var/opt/mssql/backup

КОМЕНТАРІ • 10

  • @giann411
    @giann411 2 місяці тому

    TYSFMMMMMMM!!!!

  • @JuanDiazRS
    @JuanDiazRS 24 дні тому

    it worked perfectly man, thanks!

  • @DavidJamgbadi
    @DavidJamgbadi 6 місяців тому +4

    i dont see the restore button

  • @andresdelacruzvela6544
    @andresdelacruzvela6544 5 місяців тому

    thanks!!!

  • @suryatayi6899
    @suryatayi6899 3 місяці тому

    The restore button is disabled while restoring the database

    • @techietutorial
      @techietutorial  3 місяці тому

      have you selected the data base back up file with file type .bak?

  • @lekhrajawasthi8272
    @lekhrajawasthi8272 7 місяців тому

    I am getting error while restoring database: Restore Database: Microsoft.Data.SqlClient.SqlError: The database was backed up on a server running database version 957. That version is incompatible with this server, which supports version 931. Either restore the database on a server that supports the backup, or use a backup that is compatible with this server.

    • @techietutorial
      @techietutorial  7 місяців тому

      which SQL server version you have taken the backup?