1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/databases/wide-world-importers/wwi-sample.sln
Jos de Bruijn efa54273da 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
2017-06-29 14:47:18 -07:00

59 lines
3.9 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "WideWorldImportersDW", "wwi-dw-ssdt\wwi-dw-ssdt\WideWorldImportersDW.sqlproj", "{79C14C29-3A96-4B59-BC92-0290AF92F05B}"
EndProject
Project("{D2ABAB84-BF74-430A-B69E-9DC6D40DDA17}") = "WideWorldImportersMultidimensionalCube", "wwi-ssasmd\WWI-SSASMD\WideWorldImportersMultidimensionalCube.dwproj", "{AE481845-1E4D-4C1C-80DB-184CE847150F}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "WideWorldImporters", "wwi-ssdt\wwi-ssdt\WideWorldImporters.sqlproj", "{9E972C93-0716-4442-97FC-72C52C2C5AAA}"
EndProject
Project("{159641D6-6404-4A2A-AE62-294DE0FE8301}") = "Daily ETL", "wwi-ssis\WWI-SSIS\Daily ETL.dtproj", "{925A4107-F621-4697-955C-1EB222C4AB3C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Development|Any CPU = Development|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79C14C29-3A96-4B59-BC92-0290AF92F05B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79C14C29-3A96-4B59-BC92-0290AF92F05B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79C14C29-3A96-4B59-BC92-0290AF92F05B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{79C14C29-3A96-4B59-BC92-0290AF92F05B}.Development|Any CPU.ActiveCfg = Debug|Any CPU
{79C14C29-3A96-4B59-BC92-0290AF92F05B}.Development|Any CPU.Build.0 = Debug|Any CPU
{79C14C29-3A96-4B59-BC92-0290AF92F05B}.Development|Any CPU.Deploy.0 = Debug|Any CPU
{79C14C29-3A96-4B59-BC92-0290AF92F05B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79C14C29-3A96-4B59-BC92-0290AF92F05B}.Release|Any CPU.Build.0 = Release|Any CPU
{79C14C29-3A96-4B59-BC92-0290AF92F05B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{AE481845-1E4D-4C1C-80DB-184CE847150F}.Debug|Any CPU.ActiveCfg = Development
{AE481845-1E4D-4C1C-80DB-184CE847150F}.Debug|Any CPU.Build.0 = Development
{AE481845-1E4D-4C1C-80DB-184CE847150F}.Debug|Any CPU.Deploy.0 = Development
{AE481845-1E4D-4C1C-80DB-184CE847150F}.Development|Any CPU.ActiveCfg = Development
{AE481845-1E4D-4C1C-80DB-184CE847150F}.Development|Any CPU.Build.0 = Development
{AE481845-1E4D-4C1C-80DB-184CE847150F}.Development|Any CPU.Deploy.0 = Development
{AE481845-1E4D-4C1C-80DB-184CE847150F}.Release|Any CPU.ActiveCfg = Development
{AE481845-1E4D-4C1C-80DB-184CE847150F}.Release|Any CPU.Build.0 = Development
{AE481845-1E4D-4C1C-80DB-184CE847150F}.Release|Any CPU.Deploy.0 = Development
{9E972C93-0716-4442-97FC-72C52C2C5AAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E972C93-0716-4442-97FC-72C52C2C5AAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E972C93-0716-4442-97FC-72C52C2C5AAA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{9E972C93-0716-4442-97FC-72C52C2C5AAA}.Development|Any CPU.ActiveCfg = Debug|Any CPU
{9E972C93-0716-4442-97FC-72C52C2C5AAA}.Development|Any CPU.Build.0 = Debug|Any CPU
{9E972C93-0716-4442-97FC-72C52C2C5AAA}.Development|Any CPU.Deploy.0 = Debug|Any CPU
{9E972C93-0716-4442-97FC-72C52C2C5AAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E972C93-0716-4442-97FC-72C52C2C5AAA}.Release|Any CPU.Build.0 = Release|Any CPU
{9E972C93-0716-4442-97FC-72C52C2C5AAA}.Release|Any CPU.Deploy.0 = Release|Any CPU
{925A4107-F621-4697-955C-1EB222C4AB3C}.Debug|Any CPU.ActiveCfg = Development
{925A4107-F621-4697-955C-1EB222C4AB3C}.Debug|Any CPU.Build.0 = Development
{925A4107-F621-4697-955C-1EB222C4AB3C}.Development|Any CPU.ActiveCfg = Development
{925A4107-F621-4697-955C-1EB222C4AB3C}.Development|Any CPU.Build.0 = Development
{925A4107-F621-4697-955C-1EB222C4AB3C}.Release|Any CPU.ActiveCfg = Development
{925A4107-F621-4697-955C-1EB222C4AB3C}.Release|Any CPU.Build.0 = Development
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal