- 8 GB RAM
- 128 GB Storage (SSD would be preferrable)
- 2 Core CPU
- Windows 10, 64 bit
Mac or Linux users can install MS-SQL server using Docker. Instead of Management Studio, Azure Portal Application can be used but without the diagrammatic capabilities. Power BI is NOT supported. Windows in a virtual machine can be an option, or dual boot.
You will need the MS-SQL Server database (RDBMS), the MS-SQL Server management interface and the Power BI desktop application. In detail you have to download:
-
Latest Version of SQL Server Developer
- Download the Developer edition (SQL20XX-SSEI-Dev.exe)
- Execute the SQL2019-SSEI-Dev.exe and perform a default installation.
-
Latest version of SQL Server Management Studio
- Download and install the SSMS-Setup-ENU.exe file.
-
Latest version of Power BI
- Download the Power BI Desktop and install the PBIDesktopSetup_x64.exe.
OLTP version of AdventureWorks 2012
DW version of AdventureWorks 2012
Follow the below steps to restore a backup of your database using SQL Server Management Studio.
- Open SQL Server Management Studio and connect to the target SQL Server instance.
- Right-click on the Databases node, and select Restore Database.
- Select Device and click the ellipses (...)
- In the dialog Select backup devices, click Add, navigate to the database backup in the filesystem of the server, and select the backup. Click OK.
- If needed, change the target location for the data and log files, in the Files pane. Note that it is best practice to place data and log files on different drives.
- Click OK. This will initiate the database restore. After it completes, you will have the AdventureWorks database installed on your SQL Server instance.