From b7011bd8d6d3da1117b2595b63c827d1ad296d2e Mon Sep 17 00:00:00 2001 From: Barbara Kess Date: Thu, 5 Oct 2017 11:49:42 -0700 Subject: [PATCH] fix cr-lf in phonenumbertype --- .../2014-oltp/PhoneNumberType.csv | Bin 250 -> 254 bytes samples/databases/adventure-works/README.md | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/samples/databases/adventure-works/2014-oltp/PhoneNumberType.csv b/samples/databases/adventure-works/2014-oltp/PhoneNumberType.csv index 718b6c722e8e87dc427da363042026829d48ed9f..120351371a830d9bc71bd25aad5533a925541259 100644 GIT binary patch delta 11 Scmeyx_>XbIFBV<~E(QP{@dKa$ delta 6 Ncmeyz_=|DEF8~Y#1BCzp diff --git a/samples/databases/adventure-works/README.md b/samples/databases/adventure-works/README.md index 9a3f5394..28e31a13 100644 --- a/samples/databases/adventure-works/README.md +++ b/samples/databases/adventure-works/README.md @@ -12,7 +12,10 @@ For the complete set of downloads and install options, see these releases: ## 2014 install instructions -These versions of AdventureWorks install on SQL Server 2014 or later. +These versions of AdventureWorks install on SQL Server 2014 or later. + +### Prerequisites +The installs require that full-text search is enabled. If this is not installed, you can re-run setup and add the feature. ### Determine path variables @@ -34,7 +37,7 @@ This is the OLTP version. 1. Create the folder {SQL Server Path}\Tools\Samples\AdventureWorks2014. 2. Copy the files from the [2014-oltp](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/adventure-works/2014-oltp) git folder to {SQL Server Path}\Tools\Samples\AdventureWorks2014. 3. Open SQL Server Management Studio (SSMS). -4. In SSMS, open the file {SQL Server Path}\Tools\Samples\AdventureWorksDW2014\instawdb.sql. +4. In SSMS, open the file {SQL Server Path}\Tools\Samples\AdventureWorks2014\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\AdventureWorks2014. 5. On the Query menu, click SQLCMD Mode.