From 1df4bc3fcd6b2b34bc4c69bb7d87f67627e2c2db Mon Sep 17 00:00:00 2001 From: Barbara Kess Date: Fri, 29 Sep 2017 18:32:50 -0700 Subject: [PATCH] fix typo --- samples/databases/adventure-works/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/databases/adventure-works/README.md b/samples/databases/adventure-works/README.md index b9e0cccf..9a3f5394 100644 --- a/samples/databases/adventure-works/README.md +++ b/samples/databases/adventure-works/README.md @@ -36,7 +36,7 @@ This is the OLTP version. 3. Open SQL Server Management Studio (SSMS). 4. In SSMS, open the file {SQL Server Path}\Tools\Samples\AdventureWorksDW2014\instawdb.sql. 4. In the script, change the :setvar SqlSamplesDatabasePath variable to your {DATA path}. -5. In the script, change the :setvar SqlSamplesSourceDataPath variable to {SQL Server Path}\Tools\Samples\AdventureWorksDW2014. +5. In the script, change the :setvar SqlSamplesSourceDataPath variable to {SQL Server Path}\Tools\Samples\AdventureWorks2014. 5. On the Query menu, click SQLCMD Mode. 6. On the Standard toolbar, click the Execute button to run the script.