Skip to content

Commit 84cbf11

Browse files
authored
Merge pull request #3738 from jodebrui/patch-29
minor fixes
2 parents ec72869 + 4726b19 commit 84cbf11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sample/world-wide-importers/database-catalog-wwi-olap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ These procedures are used to configure the sample. They are used to apply enterp
8282
|Configuration_ConfigureForEnterpriseEdition|Applies partitioning, columnstore indexing and in-memory.|
8383
|Configuration_EnableInMemory|Replaces the integration staging tables with SCHEMA_ONLY memory-optimized tables to improve ETL performance.|
8484
|Configuration_ApplyPolybase|Configures an external data source, file format, and table.|
85-
|Configuration_PopulateLargeSaleTable|Applied enterprise edition changes, then populates a larger amount of data for the 2012 calendar year as additional history.|
85+
|Configuration_PopulateLargeSaleTable|Applies enterprise edition changes, then populates a larger amount of data for the 2012 calendar year as additional history.|
8686
|Configuration_ReseedETL|Removes existing data and restarts the ETL seeds. This allows for repopulating the OLAP database to match updated rows in the OLTP database.|
8787

8888
### Integration Schema
@@ -99,4 +99,4 @@ Procedures to configure the sequences in the database.
9999
|Procedure|Purpose|
100100
|-----------------------------|---------------------|
101101
|ReseedAllSequences|Calls the procedure `ReseedSequenceBeyondTableValue` for all sequences.|
102-
|ReseedSequenceBeyondTableValue|Used to reposition the next sequence value beyond the value in any table that uses the same sequence. (Like a `DBCC CHECKIDENT` for identity columns equivalent for sequences but across potentially multiple tables).|
102+
|ReseedSequenceBeyondTableValue|Used to reposition the next sequence value beyond the value in any table that uses the same sequence. (Like a `DBCC CHECKIDENT` for identity columns equivalent for sequences but across potentially multiple tables.)|

0 commit comments

Comments
 (0)