Skip to content

Commit efa5427

Browse files
jodebruiperrysk-msft
authored andcommitted
Wwi update (#257)
* wwi revision from Robert Cain * added .sln files * adding publish.xml files for ssdt projects * correct DB names in publish.xml * renaming project names to align with DB names * removing redundant config procs from OLAP DB; adding version table * moving full-text indexing to post-deployment script * updated SampleVersion, and added version to post-deployment script * aligning start date with v1 start date * reduce rowcount to accomodate low-end systems * fixing T-SQL syntax error * fixing T-SQL syntax issue * aligning naming of SSIS package with v1 * update RLS sample to work with v2 of wwi City IDs are no longer hard-coded * updating DB names for SSIS * aligning publish name with DB name * updating DB settings * aligning DB name * improved perf for coldroomtemperature Improved process, such that all data for a given day is generated as a single native proc execution, which accumulates the data in a non-durable table. this data is then bulk-moved to the archive table, before adding the most recent data to the current table. * aligning names of memory_optimized_data filegroups * updated filegroups in project files * commenting ApplyPolyBased from post-deployment deployment of the SSDT project should not fail if connection with the Azure storage account cannot be established. Therefore, applying the PolyBase piece to the sample DB is something the user needs to do after deploying the DB. * removing ApplyPolybase from post-deployment * aligning DB set options * cleaning up FTS artifacts * aligning data source name * facilitating publication to azure - removing explicit filegroup references from index definitions - adding snapshot hints to references for memory-optimized tables, to facilicate publication in DBs without the MEMORY_OPTIMIZED_ELEVATE_TO_SNAPSHOT hint * initial updated docs for OLTP DB * initial documentation for WideWorldsImportersDW * docs for SSIS package * initial documentation for SSASMD project * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * adding Azure SQL DB sections to docs * Update README.md * Update README.md * cleaning up local solution files - cleaning up bad references in local solution files - calling out SSAS and SSIS dependencies more explicitly in the READMEs * replacing inner join to BuyingGroups with LEFT JOIN Fixing logical error in the integration proc. Not all customers are in buying groups. * removing redundant reference to release * correction around Azure deployment * corrections around Azure deployment * Update README.md * Update README.md * Update README.md * clarified how 2012 data is generates * Update README.md * minor updates * implementing PR comments * Update README.md * Update README.md * clarifying VS2017 caveats * adding caveat for VS2017 * caveat for VS2017 * removing stale file reference * removing stale folder * adding DB option to post-deployment scripts for Azure SQL DB purposes * fixes for migration Azure SQL Premium->Standard * fixes for enabling/disabling In-Memory OLTP * renaming to avoid confusion * aligning project structure with best practice - aligning SSAS DB name with others
1 parent 58bd2e8 commit efa5427

File tree

8 files changed

+17
-13
lines changed

8 files changed

+17
-13
lines changed

samples/databases/wide-world-importers/wwi-dw-ssdt/wwi-dw-ssdt/WideWorldImportersDW.sqlproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
<Folder Include="Security\" />
8181
<Folder Include="Sequences\Sequences\" />
8282
<Folder Include="PostDeploymentScripts" />
83+
<Folder Include="dbo" />
84+
<Folder Include="dbo\Tables" />
8385
</ItemGroup>
8486
<ItemGroup>
8587
<Build Include="Integration\Tables\ETL Cutoff.sql" />
@@ -153,7 +155,7 @@
153155
<Build Include="Sequences\Sequences\StockItemKey.sql" />
154156
<Build Include="Sequences\Sequences\SupplierKey.sql" />
155157
<Build Include="Sequences\Sequences\TransactionTypeKey.sql" />
156-
<Build Include="SampleVersion.sql" />
158+
<Build Include="dbo\Tables\SampleVersion.sql" />
157159
</ItemGroup>
158160
<ItemGroup>
159161
<PostDeploy Include="PostDeploymentScripts\Script.PostDeployment1.sql" />
File renamed without changes.

samples/databases/wide-world-importers/wwi-sample.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "WideWorldImportersDW", "wwi-dw-ssdt\wwi-dw-ssdt\WideWorldImportersDW.sqlproj", "{79C14C29-3A96-4B59-BC92-0290AF92F05B}"
77
EndProject
8-
Project("{D2ABAB84-BF74-430A-B69E-9DC6D40DDA17}") = "WWI-SSASMD", "wwi-ssasmd\WWI-SSASMD\WWI-SSASMD.dwproj", "{AE481845-1E4D-4C1C-80DB-184CE847150F}"
8+
Project("{D2ABAB84-BF74-430A-B69E-9DC6D40DDA17}") = "WideWorldImportersMultidimensionalCube", "wwi-ssasmd\WWI-SSASMD\WideWorldImportersMultidimensionalCube.dwproj", "{AE481845-1E4D-4C1C-80DB-184CE847150F}"
99
EndProject
1010
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "WideWorldImporters", "wwi-ssdt\wwi-ssdt\WideWorldImporters.sqlproj", "{9E972C93-0716-4442-97FC-72C52C2C5AAA}"
1111
EndProject

samples/databases/wide-world-importers/wwi-ssasmd/wwi-ssasmd.sln

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{D2ABAB84-BF74-430A-B69E-9DC6D40DDA17}") = "WWI-SSASMD", "WWI-SSASMD\WWI-SSASMD.dwproj", "{DED1F3FA-6D6A-4958-A0AC-97F8DA3B73B4}"
6+
Project("{D2ABAB84-BF74-430A-B69E-9DC6D40DDA17}") = "WideWorldImportersMultidimensionalCube", "wwi-ssasmd\WideWorldImportersMultidimensionalCube.dwproj", "{9A7C1971-1B25-4F3A-B4E3-844B34A1238A}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Development|Default = Development|Default
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{DED1F3FA-6D6A-4958-A0AC-97F8DA3B73B4}.Development|Default.ActiveCfg = Development
14-
{DED1F3FA-6D6A-4958-A0AC-97F8DA3B73B4}.Development|Default.Build.0 = Development
15-
{DED1F3FA-6D6A-4958-A0AC-97F8DA3B73B4}.Development|Default.Deploy.0 = Development
13+
{9A7C1971-1B25-4F3A-B4E3-844B34A1238A}.Development|Default.ActiveCfg = Development
14+
{9A7C1971-1B25-4F3A-B4E3-844B34A1238A}.Development|Default.Build.0 = Development
15+
{9A7C1971-1B25-4F3A-B4E3-844B34A1238A}.Development|Default.Deploy.0 = Development
1616
EndGlobalSection
1717
GlobalSection(SolutionProperties) = preSolution
1818
HideSolutionNode = FALSE

samples/databases/wide-world-importers/wwi-ssasmd/wwi-ssasmd/WWI-SSASMD.database

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Database xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200" xmlns:ddl300="http://schemas.microsoft.com/analysisservices/2011/engine/300" xmlns:ddl300_300="http://schemas.microsoft.com/analysisservices/2011/engine/300/300" xmlns:ddl400="http://schemas.microsoft.com/analysisservices/2012/engine/400" xmlns:ddl400_400="http://schemas.microsoft.com/analysisservices/2012/engine/400/400" xmlns:ddl500="http://schemas.microsoft.com/analysisservices/2013/engine/500" xmlns:ddl500_500="http://schemas.microsoft.com/analysisservices/2013/engine/500/500" xmlns:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0" dwd:design-time-name="b941f541-69bc-4244-859a-ba62c19ca689" xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
22
<ID>WWI-SSASMD</ID>
3-
<Name>wwi-ssasmd</Name>
4-
<CreatedTimestamp>0001-01-01T06:00:00Z</CreatedTimestamp>
5-
<LastSchemaUpdate>0001-01-01T06:00:00Z</LastSchemaUpdate>
6-
<LastProcessed>0001-01-01T06:00:00Z</LastProcessed>
3+
<Name>WideWorldImportersMultidimensionalCube</Name>
4+
<CreatedTimestamp>0001-01-01T08:00:00Z</CreatedTimestamp>
5+
<LastSchemaUpdate>0001-01-01T08:00:00Z</LastSchemaUpdate>
6+
<LastProcessed>0001-01-01T08:00:00Z</LastProcessed>
77
<State>Unprocessed</State>
8-
<LastUpdate>0001-01-01T06:00:00Z</LastUpdate>
8+
<LastUpdate>0001-01-01T08:00:00Z</LastUpdate>
99
<DataSourceImpersonationInfo>
1010
<ImpersonationMode>Default</ImpersonationMode>
1111
<ImpersonationInfoSecurity>Unchanged</ImpersonationInfoSecurity>
File renamed without changes.

samples/databases/wide-world-importers/wwi-ssdt/wwi-ssdt/WideWorldImporters.sqlproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@
146146
<Folder Include="PostDeploymentScripts" />
147147
<Folder Include="DataLoadSimulation\Functions\" />
148148
<Folder Include="DataLoadSimulation\Tables" />
149+
<Folder Include="dbo" />
150+
<Folder Include="dbo\Tables" />
149151
</ItemGroup>
150152
<ItemGroup>
151153
<Build Include="Warehouse\Tables\Colors.sql">
@@ -688,10 +690,10 @@
688690
<Build Include="DataLoadSimulation\Functions\GetBogativePhoneNumber.sql" />
689691
<Build Include="Application\Stored Procedures\Configuration_RemoveColumnstoreIndexing.sql" />
690692
<Build Include="Application\Stored Procedures\Configuration_DisableInMemory.sql" />
691-
<Build Include="Application\Stored Procedures\Configuration_PrepareForDowngradeToStandard.sql" />
692-
<Build Include="SampleVersion.sql" />
693693
<Build Include="DataLoadSimulation\Tables\ColdRoomTemperatures_temp.sql" />
694694
<Build Include="DataLoadSimulation\Stored Procedures\PopulateColdRoomTemperatures_temp.sql" />
695+
<Build Include="dbo\Tables\SampleVersion.sql" />
696+
<Build Include="Application\Stored Procedures\Configuration_PrepareForAzureStandard.sql" />
695697
</ItemGroup>
696698
<ItemGroup>
697699
<PostDeploy Include="PostDeploymentScripts\Script.PostDeployment1.sql" />
File renamed without changes.

0 commit comments

Comments
 (0)