Commit Graph
1344 Commits
Author SHA1 Message Date
Barbara Kess 0a8e088d1e update from Rick Byham 2017-09-07 14:19:45 -07:00
Pedro Lopes 3fe4d08b89 Moved project files 2017-09-05 08:34:43 -07:00
Jos de Bruijn 5ff9e07c1c Merge pull request #273 from sabotta/carlasabDMASamples2
Added two samples and readmes
2017-08-31 15:41:29 -07:00
sabotta 34b37afb4c root readme 2017-08-31 14:19:11 -07:00
sabotta f158baf6a8 Added two samples and readmes 2017-08-31 12:05:42 -07:00
Jos de Bruijn dc0b30d96f added references to benchmark results 2017-08-28 11:34:54 -07:00
NelGson dc463b0e72 Updated broken link to tutorials 2017-08-23 11:24:07 -07:00
Umachandar Jayachandran 7171589b8d Merge pull request #271 from NelGson/master
New Python clustering tutorial
2017-08-17 22:17:00 -07:00
nelgson 21a56019b3 Removed .vs folder and updated python sql file 2017-08-17 22:10:49 -07:00
nelgson 68991ca3de Updated clustering python .py and .sql files 2017-08-17 21:46:35 -07:00
nelgson 104c56a2a9 Updated customer clustering .py and .sql files 2017-08-17 21:44:46 -07:00
NelGson 310fedbdf8 added empty line at end of file 2017-08-17 21:10:40 -07:00
NelGson dc7df49a29 added empty line at end of file 2017-08-17 21:10:10 -07:00
NelGson 646e7c7178 Updated Feature readme
added ML Services Python
2017-08-17 20:49:52 -07:00
nelgson 53d62012db Added new Python tutorial 2017-08-17 20:47:48 -07:00
o9o9 2d4789010a Update README.md
The file extensions described in the text have been updated (.sql -> .py)
2017-08-15 16:45:29 +09:00
Umachandar Jayachandran 95a6346266 Merge pull request #268 from NelGson/master
Updates to ski rental python sample for SQL Server 2017 RC2.
2017-08-14 12:07:41 -07:00
NelGson 2dda902ab4 update to python imports to reflect revoscalepy updates 2017-08-14 12:02:31 -07:00
Umachandar Jayachandran 4b6a04d589 Merge pull request #226 from Taharez/patch-1
Fixed deletion of old database copies in Storage
2017-08-13 15:16:29 -07:00
Barbara Kess 673d47482c Merge pull request #264 from barbkess/blk
add link to AW downloads
2017-08-02 17:40:09 -07:00
Barbara Kess 1d8d87ebdf add link to AW downloads 2017-08-02 17:38:28 -07:00
Barbara Kess f43b156203 Merge pull request #263 from barbkess/blk
install instructions
2017-07-31 20:03:12 -07:00
Barbara Kess d783cf8a02 install instructions 2017-07-31 20:01:45 -07:00
Jovan Popovic fe96972cc9 Merge remote-tracking branch 'refs/remotes/Microsoft/master' 2017-07-28 17:30:16 +02:00
Jovan Popovic (MSFT) 7d9913ae37 Merge pull request #261 from JocaPC/master
Updated automatic tuning demo
2017-07-28 17:29:19 +02:00
Jovan Popovic 03a96aa7b9 Automatic tuning updated for RC1 version 2017-07-28 17:27:11 +02:00
Jovan Popovic 2d269d4b6c Merge remote-tracking branch 'refs/remotes/Microsoft/master' 2017-07-28 17:23:58 +02:00
Jovan Popovic 1189a89099 Merge remote-tracking branch 'refs/remotes/Microsoft/master' 2017-07-28 12:33:12 +02:00
Jos de Bruijn 89d00e3d0c Merge pull request #209 from grillazz/master
SQL Server & Django on Docker containers POC
2017-07-24 10:41:39 -07:00
Mihaela Blendea 2d95461893 Merge pull request #260 from mihaelablendea/master
Add VMware stonith sample
2017-07-21 12:17:23 -07:00
Mihaela Blendea 76afdc13b8 Merge remote-tracking branch 'refs/remotes/Microsoft/master' 2017-07-21 12:03:36 -07:00
Mihaela Blendea 473a7ca741 Add VMware fencing agent to HA samples 2017-07-21 11:59:58 -07:00
NelGson 153f028622 Merge pull request #1 from brettcannon/python-tweaks
Python tweaks
2017-07-17 10:08:27 -07:00
Estienne Granet 0ff1ae74a4 Adding graph examples (#258)
* Adding graph examples

* Updating README.md
2017-07-14 13:11:16 -07:00
Jos de Bruijn 4f5acd8862 Merge remote-tracking branch 'refs/remotes/origin/master' into wwi-update 2017-07-11 15:35:09 -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 94988c1b35 aligning project structure with best practice - aligning SSAS DB name with others 2017-06-29 13:17:46 -07:00
Jos de Bruijn 5396eec997 Merge remote-tracking branch 'refs/remotes/origin/master' into wwi-update 2017-06-29 08:26:03 -07:00
Jovan Popovic 8ff13f0493 Merge remote-tracking branch 'refs/remotes/Microsoft/master' 2017-06-29 09:21:23 +02:00
Jos de Bruijn 58bd2e8d2c Wwi update (#255)
Awesome update!
2017-06-28 14:48:06 -07:00
Jos de Bruijn aaaab0eae4 renaming to avoid confusion 2017-06-28 14:38:59 -07:00
Jos de Bruijn fc29b1a0c5 fixes for enabling/disabling In-Memory OLTP 2017-06-28 14:32:49 -07:00
Jos de Bruijn 9f0b31ce0e fixes for migration Azure SQL Premium->Standard 2017-06-28 14:15:09 -07:00
Jos de Bruijn 9c94ad92b5 adding DB option to post-deployment scripts for Azure SQL DB purposes 2017-06-28 11:04:41 -07:00
Jos de Bruijn 11c3023dd2 removing stale folder 2017-06-28 10:51:54 -07:00
Jos de Bruijn ae367ff14a removing stale file reference 2017-06-28 10:51:54 -07:00
Jos de Bruijn 2d5c217fb1 caveat for VS2017 2017-06-28 10:46:02 -07:00
Jos de Bruijn bf62e4e7ba adding caveat for VS2017 2017-06-28 10:45:10 -07:00
Jos de Bruijn b09279a137 clarifying VS2017 caveats 2017-06-28 10:43:54 -07:00
Jos de Bruijn bf58b62251 Update README.md 2017-06-26 11:06:52 -07:00