Download & Install Free Microsoft SQL Server & Install AdventureWorks Database & Data Warehouse

&
Install AdventureWorks Database & Data Warehouse

 

Here we want to do the exercise of Downloading Free Version of Microsoft SQL Server on your Local Machine . Thereafter we will install the Default Database like Adventure Works / Wide World Importers ( WWI ) database in the SQL Server and then we also install the Default Sql Server Management Studio to work on the Data in our Database and also run Query on our Data

How To Download & Install Microsoft SQL Server Free on your Local Machine

Go to the Microsoft SQL Server Download Link

https://www.microsoft.com/en-in/sql-server/sql-server-downloads

Download the Free – Express edition

Once the exe is downloaded . Double click to start the installation and select Basic

Accept the default and start the installation

First all the packages get downloaded and once it is successfully done the installation starts.

The installation will continue and will take a while before you get the confirmation of Successful installation

Click on Connect Now

Install AdventureWorks Database & Data Warehouse

IN order to download AdventureWorks Databases & Data Warehouse

https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works

Go to Install from a Backup

https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks

Download the OLTP & OLAP database & Datawarehouse full backup. And keep it in the below location

C:\Program Files\Microsoft SQL Server\MSSQL14.SQLEXPRESS\MSSQL\Backup

If you are not able to see these folders many time these are hidden . Just copy and paste these in the browser

Go to Microsoft SQL Server Management studio and restore these backup

Select And Restore .

This completes the Installation of Microsoft SQL Server on your Local Machine and Installing AdventureWorks Database & Data Warehouse onto the Microsoft SQL Server. If you want to perform some analytics and Visualization on the top of AdventureWorks DW data you can visit the below blogs

  1. How to Connect Python with Microsoft SQL Server and Query AdventureWorks DW – https://instrovate.com/2019/04/12/how-to-connect-python-with-sql-server/
  2. AdventureWorksDW – Python Series#1 – Computing & Plot Yearly Sales for a Territory – https://instrovate.com/2019/05/02/adventureworksdw-python-series1-computing-plot-yearly-sales-for-a-territory/
  3. AdventureWorks Data Warehouse Series#2 : How to Create Bar Chart Visualization Using Python – https://instrovate.com/2019/05/08/adventureworksdw-python-series2-create-bar-chart-using-python/
  4. AdventureWorks DW Series 3 : How to Create Pie Chart Visualization Using Python – https://instrovate.com/2019/05/17/adventureworks-dw-series-3-how-to-create-pie-chart-visualization-using-python/
  5. AdventureWorks DW Series 4 : How to Create Histogram Visualization Using Python – https://instrovate.com/2019/05/20/adventureworks-dw-series-4-how-to-create-histogram-visualization-using-python/