


bak file you recently moved to the backup location. Select Device and then select the ellipses (.) to choose a device. Right-click Databases in Object Explorer > Restore Database. Open SQL Server Management Studio (SSMS) and connect to your SQL Server. For example, the default location for a default instance of SQL Server 2019 is:Ĭ:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Backup. This varies depending on your installation location, instance name and version of SQL Server. bak file to your SQL Server backup location.
Microsoft sql studio 2012 download download#
bak file from one of links provided in the download backup files section. To restore your database in SQL Server Management Studio, follow these steps:ĭownload the appropriate. If you're not familiar using SQL Server Management Studio (SSMS), you can see connect & query to get started. You can do so using the RESTORE (Transact-SQL) command, or using the graphical interface (GUI) in SQL Server Management Studio or Azure Data Studio. bak file to restore your sample database to your SQL Server instance. OLTPĪdditional files can be found directly on GitHub: If you're not sure what you need, start with the OLTP version that matches your SQL Server version. Lightweight (LT) data is a lightweight and pared down version of the OLTP sample.Data Warehouse (DW) data is for data warehousing workloads.OLTP data is for most typical online transaction processing workloads.Use these links to download the appropriate sample database for your scenario. SQL Server Management Studio or Azure Data Studio.This article provides direct links to download AdventureWorks sample databases, as well as instructions for restoring them to SQL Server and Azure SQL Database.įor more information about samples, see the Samples GitHub repository. Applies to: SQL Server (all supported versions) Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics Analytics Platform System (PDW)
