You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sample/world-wide-importers/database-catalog-wwi-olap.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ These procedures are used to configure the sample. They are used to apply enterp
82
82
|Configuration_ConfigureForEnterpriseEdition|Applies partitioning, columnstore indexing and in-memory.|
83
83
|Configuration_EnableInMemory|Replaces the integration staging tables with SCHEMA_ONLY memory-optimized tables to improve ETL performance.|
84
84
|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.|
86
86
|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.|
87
87
88
88
### Integration Schema
@@ -99,4 +99,4 @@ Procedures to configure the sequences in the database.
|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