1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

clarified FTS requirement for step #7

This commit is contained in:
Jos de Bruijn
2016-08-01 09:02:50 -07:00
committed by GitHub
parent 68986938a9
commit 6cf6ae6d62

View File

@ -66,6 +66,8 @@ You can configure the amount of data produced by modifying the number of orders
7. Execute the script **7-wwi-enable-full-features.sql**. This script enables features not available in standard edition. Skip this step when creating the sample database targeting standard edition.
- Note: Full-Text Indexing should be installed in order to configure the full-text options. If the feature is not installed, you will receive a warning message when running the script.
8. Execute the script **8-wwi-backup.sql**. This creates a backup of the database. Make sure to adjust the file path of the backup to match your folder structure. (A sample restore script **9-wwi-restore.sql** is also provided).
9. If required, remove the **WWI_Preparation** database.