Commit Graph
176 Commits
Author SHA1 Message Date
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
Jos de Bruijn 6cf6ae6d62 clarified FTS requirement for step #7 2016-08-01 09:02:50 -07:00
ShiyangQiu a58056f6fd Resubmit: Moving the batch commit to Stored Proc DailyProcssToCreateHistory
Reason: There are pre-looping data initialization and post-looping
reintialization in Stored Proc DailyProcssToCreateHistory. If the batch
commit is in 6-wwi-data-simulation.sql, there will be duplicated
pre-loop initialization, security setting and wrong post-loop data
initialization.

Solution: Move the batch commit into DailyProcssToCreateHistory's WHILE
loop.

Known behavior: the day after 20151220 will trigger
RecordColdRoomTemperatures, which is slow and it's my next work item.
2016-07-15 11:27:45 +08:00
Jos de Bruijn 0741c712b8 removing erroneous GO statements 2016-07-14 08:29:41 -07:00
Perry Skountrianos - MSFT 0a3bef4825 Updating Style & Merging PR:#68 2016-07-13 09:56:34 -07:00
Perry Skountrianos - MSFT 23ac591bcb Adding explicit transaction (per ShiyangQiu) 2016-07-11 10:35:36 -07:00
Jos de Bruijn 9c826b5336 fix to link 2016-07-05 08:47:34 -07:00
Jos de Bruijn c864803831 removing unnecessary insert logic 2016-06-16 11:11:16 -07:00
Jos de Bruijn ff79feb469 cleanup up name 2016-06-14 08:28:56 -07:00
Jos de Bruijn 53f134ed41 Update README.md
clarification under #6
2016-06-08 16:20:03 -07:00
Jos de Bruijn dfe1b64d2f Merge pull request #55 from Microsoft/jodebrui
Jodebrui - fixes for Azure in DB scripts
2016-06-08 12:07:40 -07:00
Jos de Bruijn c572a40475 Update README.md 2016-06-08 10:53:58 -07:00
Jos de Bruijn acc71d0e27 Update README.md 2016-06-08 10:53:14 -07:00
Jos de Bruijn 9578f98183 Update README.md 2016-06-08 10:52:34 -07:00
Jos de Bruijn 6f66636468 fix for Azure 2016-06-08 09:59:14 -07:00
Jos de Bruijn b272a0fa35 fixes for Azure DB 2016-06-08 08:57:55 -07:00
Jos de Bruijn 5c700232d9 documentation is moved to MSDN 2016-06-07 16:48:19 -07:00
Jos de Bruijn f0de5ce0a7 update 2016-06-07 15:45:49 -07:00
Jos de Bruijn c68b297c3a adding conditions for Azure DB 2016-06-07 12:11:16 -07:00
Jos de Bruijn fa57ef7701 fixes to account for best practices 2016-06-06 12:33:59 -07:00