Commit Graph
796 Commits
Author SHA1 Message Date
Sergio Fonseca 0854c9261a Add EPM version 5.0 that works with SQL 2016, and new SQLServer Powershell module.
https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-ps-module

Fix for error: Microsoft.SqlServer.Management.Dmf.PolicyEvaluationException: Exception encountered while executing policy Table Name Pattern.  ---> Microsoft.SqlServer.Management.Sdk.Sfc.EnumeratorException: Failed to retrieve data for this request. ---> Microsoft.SqlServer.Management.Common.ExecutionFailureException: An exception occurred while executing a Transact-SQL statement or batch. ---> System.Data.SqlClient.SqlException: Arithmetic overflow error for data type tinyint, value = -1.<?char 13?> The statement has been terminated.<?char 13?>
2017-10-04 15:21:25 +01:00
Jovan Popovic 501a7338c8 Updated automatic plan corection demo 2017-09-19 12:31:36 +02:00
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
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
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
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 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
Jovan Popovic 03a96aa7b9 Automatic tuning updated for RC1 version 2017-07-28 17:27:11 +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
Estienne Granet 0ff1ae74a4 Adding graph examples (#258)
* Adding graph examples

* Updating README.md
2017-07-14 13:11:16 -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
Bob Ward ee01508b0b Delete readme.md 2017-06-24 21:55:20 -05:00
Pedro Lopes 9ad9066087 Update readme with changelog 2017-06-24 17:00:52 -07:00
Pedro Lopes 739d62f5f9 Readme for 4.1.2.2 2017-06-24 16:57:57 -07:00
Pedro Lopes 79ec8e363c Merge pull request #254 from badersur/patch-1
Fixed a link
2017-06-24 16:52:52 -07:00
Pedro Lopes bbccb224fc Merge pull request #243 from datashinobi/master
MLS Sample contribution
2017-06-24 16:52:11 -07:00
Pedro Lopes 9f601949e3 Update README.md 2017-06-24 16:50:33 -07:00
Pedro Lopes 17110cbc9f Update README.md 2017-06-24 16:49:57 -07:00
Pedro Lopes 3127958f12 moving epm framework from codeplex 2017-06-24 16:48:48 -07:00
Bader Nasser 4c83f93443 Fixed a link 2017-06-16 23:16:40 +04: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
Yasuhiro Matsumoto 9fd334d1f3 golint 2017-06-09 09:09:20 +09:00
Yasuhiro Matsumoto 43c3cc6f4e check errors 2017-06-09 09:05:58 +09:00
Yasuhiro Matsumoto 61210d3bf1 fix godoc 2017-06-09 09:03:17 +09:00
Yasuhiro Matsumoto 5d10070d3f gofmt 2017-06-09 08:59:49 +09:00
Yasuhiro Matsumoto 0da307f15d gofmt 2017-06-09 08:59:02 +09:00
Brett Cannon b586643c47 Touch up Python code 2017-06-05 15:18:12 -07:00
Brett Cannon b1c26888f1 Collect import statements
Along the way, switch to importing modules instead of classes
2017-06-05 14:51:42 -07:00
Perry Skountrianos - MSFT ca20da39ba Adding .sln 2017-06-02 18:14:45 -07:00
Mihaela Blendea dd5d9091af Merge pull request #247 from mihaelablendea/master
Added STONITH sample
2017-06-02 09:24:47 -07:00
Mihaela Blendea 3aadfa5b38 Update readme 2017-06-01 13:40:26 -07:00
Mihaela Blendea 1081ecc0ba Added readme placeholders 2017-06-01 13:36:28 -07:00