Browse Source

Merge branch 'master' of https://github.com/Microsoft/tigertoolbox

pmasl 6 years ago
parent
commit
92a52f1d74

+ 11 - 0
Sessions/PASS-Modern-Migration-Tour/LabFiles/Lab Scenario.md

@@ -0,0 +1,11 @@
+# PASS Modern Migration Tour - Modernization Scenario
+You are the lead Database Administrator for Contoso Inc. You and your team of SQL Server DBAs have been tasked with migrating the AdventureWorks application from SQL Server 2008 R2 to SQL Server 2017. Given that the end of support for SQL Server 2008 is rapidly approaching, you need to do this quickly and efficiently. As the AdventureWorks application is the primary revenue-generating application at the company, the business is counting on you to provide a reliable modernization strategy that will allow the application to be migrated in a timely fashion with minimal risk to application performance and stability.
+
+The AdventureWorks application currently includes one database residing on SQL Server 2008 R2 in 100 compatibility level. This database must be upgraded to SQL Server 2017 without any impact to the functionality of the application and at a performance level that is the same or better than SQL Server 2008 R2. Ideally, once the application is functional on SQL Server 2017, the compatibility level of the database should be upgraded to 140 to take advantage of improvements in the query optimizer. In order to achieve this goal, you have the following tools available to you:
+
+- Data Migration Assistant (DMA)
+- Database Experimentation Assistant (DEA)
+- Query Tuning Assistant (QTA), which is part of SQL Server Management Studio 18.0 (SSMS)
+- All the new features of SQL Server 2017 (Query Store, new DMVs, Intelligent Query Processing, new query hints etc.)
+
+The most successful team is the one who is able to migrate the database to SQL Server 2017 and database compatibility level 140 with the largest improvement to the workload as measured by the time to complete the ostress workload. The workload must complete with no errors.

+ 18 - 0
Sessions/PASS-Modern-Migration-Tour/LabFiles/Lab Setup Guide.md

@@ -0,0 +1,18 @@
+# PASS Modern Migration Tour 2019 Lab Setup Guide
+
+This lab can be executed on any machine that can support both SQL Server 2008 R2 and SQL Server 2017. It is designed to run on a client machine such as your laptop running Windows 10. The entire lab is based on software that can be downloaded for free from Microsoft.
+
+## Lab setup steps
+Please complete these steps on your machine prior to attending the workshop, this will help expedite the lab and give you more time to work through the scenario.
+
+1. Download and install [SQL Server 2008 R2 Express Advanced Services](https://www.microsoft.com/en-us/download/details.aspx?id=25174), database engine only:
+![SQL Server 2008 R2 installation screenshot](../media/SQL2008Install.png)
+2. Download and install [SQL Server 2017 Developer](https://www.microsoft.com/en-us/sql-server/sql-server-downloads) edition, database engine only:
+![Download Developer Edition](../media/DownloadDeveloperEdition.png)
+![Install SQL Server 2017](../media/SQL2017Install.png)
+3. Download and install [SQL Server Management Studio 18.0](https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017) (SSMS). If you have an earlier version, please upgrade if possible, this version will contain the latest Query Tuning Assistant (QTA) tool.
+4. Download and install [Data Migration Assistant v4.3](https://www.microsoft.com/en-us/download/details.aspx?id=53595) (DMA).
+5. Download and install [Database Experimentation Assistant 2.6](https://www.microsoft.com/en-us/download/details.aspx?id=54090) (DEA).
+6. See your trainer for the scenario supporting files at the start of the lab exercise.
+
+

BIN
Sessions/PASS-Modern-Migration-Tour/PPTs/Modernizing SQL Server The Right Way.pptx


BIN
Sessions/PASS-Modern-Migration-Tour/PPTs/Modernizing with SQL Server 2019 and Intel.pptx


BIN
Sessions/PASS-Modern-Migration-Tour/media/DownloadDeveloperEdition.png


BIN
Sessions/PASS-Modern-Migration-Tour/media/SQL2008Install.png


BIN
Sessions/PASS-Modern-Migration-Tour/media/SQL2017Install.png


+ 11 - 5
Sessions/PASS-Modern-Migration-Tour/readme.md

@@ -1,7 +1,13 @@
-# Lab Files for the PASS Modern Migration Tour 2019
+# Supporting Files for the PASS Modern Migration Tour 2019
 
-This folder contains the various lab artifacts required for the 1-day Modern Migration Tour session. The following exercises are included:
+This folder contains the various artifacts required for the 1-day Modern Migration Tour session. The following items are included:
+
+## Presentations
+- [Modernizing SQL Server The Right Way.pptx](./PPTs/Modernizing%20SQL%20Server%20The%20Right%20Way.pptx)
+- [Modernizing with SQL Server 2019 and Intel.pptx](./PPTs/Modernizing%20with%20SQL%20Server%202019%20and%20Intel.pptx)
+
+
+## Lab Files
+- [Lab Setup Guide.md](./LabFiles/Lab%20Setup%20Guide.md)
+- [Lab Scenario.md](./LabFiles/Lab%20Scenario.md)
 
-- DMA
-- DEA
-- QTA