Commit Graph
145 Commits
Author SHA1 Message Date
Jos de Bruijn 6629ed9066 updating sqlproj with new file 2018-01-03 15:13:00 -08:00
Jos de Bruijn 0ee360c7f4 adding variation to sales order counts 2018-01-03 15:03:12 -08:00
Jos de Bruijn 0a64c9aa45 typo 2018-01-02 14:25:42 -08:00
Jos de Bruijn 4b5bf1141a updating structure 2018-01-02 14:24:23 -08:00
Jos de Bruijn 5dceddfca7 adding data for last day 2018-01-02 14:18:01 -08:00
Jos de Bruijn adc4fc2156 adding initial power BI dashboards 2018-01-02 13:57:14 -08:00
Jovan Popovic (MSFT) 80080aa6d0 Merge pull request #350 from JocaPC/master
Updated WWI Website views
2017-12-30 19:49:29 +01:00
Jovan Popovic 0f2549927e Updated WWI Website views 2017-12-30 19:47:04 +01:00
Jovan Popovic (MSFT) fb82385f53 Merge pull request #341 from JocaPC/master
Corrected error in FLGP Xevent samples
2017-12-14 22:35:42 +01:00
Jovan Popovic 9242ae326a Added new view in WebSite schema 2017-12-14 22:34:17 +01:00
Jovan Popovic (MSFT) 0c303e11f0 Merge pull request #335 from JocaPC/master
Integrated FLGP demo into WWI database
2017-11-22 22:56:44 +01:00
Jovan Popovic a52d12d049 Integrated FLGP demo into WWI database
Added changes required to run Automatic tuning FLGP demo in WWI database.
1. Added new package type "Unknown" for one order line
2. Added one order line in the "Unknown" package
3. Updated AT demo script to work with WWI database.
4. Included PackageTypeID column in NCCI on OrderLines table.

Minor
1. Added .gitignore file for the local folder
2. Updated UI page for AT demo.
2017-11-22 13:13:44 +01:00
Barbara Kess bfdb1a4d9f Install notes 2017-11-07 12:22:25 -07:00
Barbara Kess 078b12f887 Updates from Jos 2017-11-07 12:08:14 -07:00
Barbara Kess 228cc448f9 updates 2017-11-06 19:45:31 -07:00
Barbara Kess 8262683e03 updates 2017-11-06 17:37:35 -07:00
Jos de Bruijn 5c5adbc1b1 comment about differences between AdventureWorks versions. 2017-11-06 14:02:25 -08:00
Umachandar Jayachandran ab944915ae Revert "Revert "Merge branch 'master' of https://github.com/Microsoft/sql-server-samples""
This reverts commit e2a931b529.
2017-10-31 14:46:40 -07:00
Umachandar Jayachandran e2a931b529 Revert "Merge branch 'master' of https://github.com/Microsoft/sql-server-samples"
This reverts commit 3f46586c05, reversing
changes made to 1ac5b86724.
2017-10-30 21:34:14 -07:00
Barbara Kess 9a5a5dddc3 update readme 2017-10-27 11:51:55 -07:00
Barbara Kess 5a8205bfad remove unnecessary files 2017-10-27 11:19:13 -07:00
Barbara Kess 1e7f65e1ab script fixes 2017-10-27 11:01:17 -07:00
Barbara Kess 93af6aca57 AdventureWorks install script 2017-10-26 19:49:32 -07:00
Barbara Kess 7ae229779f data warehouse install script 2017-10-26 15:25:57 -07:00
Barbara Kess 912fdaf999 Update version in script, remove build csv file 2017-10-20 11:46:00 -07:00
Barbara Kess 62b20497b4 Script for installing AdventureWorksDW2016 2017-10-19 18:02:09 -07:00
Barbara Kess e64e3441ca 2016 OLTP Script 2017-10-19 17:29:04 -07:00
Barbara Kess 9ef4e956d2 fix adventureworks link 2017-10-19 14:30:30 -07:00
Barbara Kess d11d1af019 add AdventureWorks2016 2017-10-19 14:26:03 -07:00
Barbara Kess b7011bd8d6 fix cr-lf in phonenumbertype 2017-10-05 11:49:42 -07:00
Barbara Kess 1df4bc3fcd fix typo 2017-09-29 18:32:50 -07:00
Barbara Kess 3ea582931c Add link for AS 2017-09-29 18:28:05 -07:00
Barbara Kess 90e0fcfd44 Install instructions 2017-09-29 18:23:54 -07:00
Barbara Kess c77b462607 adventure-works source files 2017-09-29 15:59:48 -07:00
Barbara Kess 1d8d87ebdf add link to AW downloads 2017-08-02 17:38:28 -07:00
Barbara Kess d783cf8a02 install instructions 2017-07-31 20:01:45 -07:00
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
Jos de Bruijn 58bd2e8d2c Wwi update (#255)
Awesome update!
2017-06-28 14:48:06 -07:00
Jos de Bruijn 2f16c0a50d removing reference to removed .bacpac 2017-06-15 14:48:14 -07:00
Jos de Bruijn 2f31f965bf removing erroneously added .bacpac file 2017-06-15 14:47:43 -07:00
Carl Rabeler 9a586ba69d adventureWorkslt 2017-03-22 12:10:27 -07:00
Hiroki a37b0675aa misspelling of data warehouse 2017-02-02 16:20:29 -08:00
Jos de Bruijn 0995ff8e60 note about SP1 2016-11-16 13:51:29 -08:00
Jos de Bruijn 1261b8117c updates to reflect increased feature support in standard and express 2016-11-16 13:49:20 -08:00
Jos de Bruijn 8a7fdb4253 adding sample script for data masking
submitting on behalf of Rick Davis
2016-10-20 10:45:02 -07:00
Jos de Bruijn fceb9611d2 correction in warning message 2016-09-27 11:22:52 -07:00
Jos de Bruijn f99d93293d rolling back to last known good state 2016-09-13 11:16:34 -07:00
Jos de Bruijn 6c367b26dc added stats updates for perf of schema queries 2016-08-15 10:25:02 -07:00
Jos de Bruijn 1e7be48f4f adding stats updates for system tables 2016-08-12 16:33:55 -07:00
Jos de Bruijn 4ac7430c54 loosened security requirements to allow running in more environments 2016-08-12 15:34:34 -07:00