Commit Graph
1310 Commits
Author SHA1 Message Date
Barbara Kess b7efa5444a fix readme link 2018-03-08 11:45:28 -07:00
Barbara Kess b398f432b6 New 2017 SQL Server and SQL DB permissions infographic. 2018-03-08 11:42:46 -07:00
Umachandar Jayachandran ffe1dec7f7 Merge pull request #370 from clayton006/master
Modified mssql_conf.py for SQL on Linux HA Ansible playbook
2018-02-22 21:44:58 -08:00
clayton006 98f8b00f13 Altered detection logic for the /var/opt/mssql/mssql.conf file as this file is now created by default in SQL Server 2017 CU4 on Linux. Before CU4 this file was created after "/opt/mssql/bin/mssql-conf setup" was executed. 2018-02-22 17:27:04 -05:00
Jovan Popovic (MSFT) c42e02daef Merge pull request #364 from JocaPC/master
Upgrades nodejs samples to v0.3 data access
2018-02-04 18:14:06 +01:00
Jovan Popovic 48e250190a Upgrades nodejs samples to v0.3 data access 2018-02-04 18:04:02 +01:00
Jovan Popovic (MSFT) 8d231e17bc Merge pull request #363 from JocaPC/master
Changed data access component in JSON/NodeJS products app
2018-02-03 19:50:35 +01:00
Jovan Popovic 302afeeb8c Changed data access to Express4 tedious v0.2 2018-02-03 19:41:45 +01:00
Sergio Govoni 96f947b085 SQL Server 2017, Thanks to Graph Database, can express certain kinds of queries more easily than a relational database by transforming complex relationships into graphs (#354)
* Added some media for incoming demos on SQL Graph database

* Added the file README.md and the first demo of the session SQL Server 2017 Graph Database that I have done at SQL Saturday Parma 2017 #sqlsat675

* Fixed a bug in SQL text visualization

* Deleted some Unicode characters

* Update file README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md added the demo "Build a sample recommendation system using SQL Graph"

* Added the file sqlsat675 40 Recommendation system.sql that contains source code of the demo "Build a sample recommendation system using SQL Graph"

* Update README.md

* Added the file sqlsat675 30 Many-to-many relationships.sql

* Delete folder sql-saturday-675-parma-italy

* Add folder recommendation-system

* Rename files

* Update README.md

* Update README.md

* Update media file related to SQL Graph demos

* Used function JSON_VALUE instead of OPENJSON to extract the first language of a Person

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-01-29 14:44:32 -08:00
Jovan Popovic d9f2c7125f Upgraded to express4-tedious DAC
Changed data access layer in nodejs product catalog to express4 tedious.
2018-01-27 14:32:13 +01:00
Jovan Popovic 75fdf72de9 Updating query() to sql() in nodejs rest examples 2018-01-27 11:11:26 +01:00
Barbara Kess af5b694a66 Merge pull request #356 from douglaslMS/sync-fix-script
Fixed the Azure login command in the script.
2018-01-09 15:51:13 -07:00
Douglas Laudenschlager ee4cc35ce5 Fixed the Azure login command in the script. 2018-01-09 14:48:56 -08:00
Barbara Kess 717113ba72 Merge pull request #355 from douglaslMS/datasync-add-script
Added new PS script from PM to accompany new article.
2018-01-08 12:47:35 -07:00
Douglas Laudenschlager 3361659b6b Added new PS script from PM to accompany new article. 2018-01-08 11:02:21 -08:00
Jos de Bruijn 2aebc774fc Merge pull request #353 from Microsoft/wwi-update
adding pattern to generated sales data
2018-01-05 11:05:32 -08:00
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 cc1d1a6b29 Merge pull request #352 from Microsoft/wwi-update
adding Power BI reports for wwi
2018-01-02 14:27:06 -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
Jos de Bruijn 8f9caeefeb Merge branch 'master' into wwi-update 2018-01-02 12:31:22 -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) 5dca06b633 Merge pull request #349 from JocaPC/master
Adding CLR transitive closure sample
2017-12-22 23:14:52 +01:00
Jovan Popovic 20a1e56cc2 Merge pull request #3 from yorek/master
updated documentation
2017-12-22 22:17:53 +01:00
yorek b0b6e74501 updated documentation 2017-12-22 10:02:37 -08:00
Jos de Bruijn dc0494caaf updated formatting 2017-12-20 13:56:24 -08:00
Jovan Popovic cba3faa417 Update README 2017-12-20 15:33:48 +01:00
Jovan Popovic d8aebaf6a2 Updated README 2017-12-20 14:49:22 +01:00
Jovan Popovic d37ec2b7b7 Added README to TCC sample 2017-12-20 14:42:38 +01:00
Jovan Popovic a70c6a5ece Renamed schema to TC 2017-12-20 13:01:16 +01:00
Jovan Popovic 6e0cd92dc3 Initial version of transitive closure library 2017-12-20 12:29:11 +01:00
Jovan Popovic (MSFT) 7278971bc4 Merge pull request #347 from JocaPC/master
Added sparse-checkout instruction to AngularJS sample
2017-12-18 11:17:08 +01:00
Jovan Popovic c4d63e1a39 Added sparse-checkout instruction to AngularJS sample 2017-12-18 11:15:06 +01:00
Jovan Popovic (MSFT) 088a8791a6 Merge pull request #346 from JocaPC/master
AngularJS samples updated to Visual Studio 2017
2017-12-17 23:35:30 +01:00
Jovan Popovic ba124d5667 AngularJS samples updated to Visual Studio 2017 2017-12-17 23:32:47 +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
Barbara Kess 9978262d76 Merge pull request #342 from douglaslMS/sync-delete-pdf
Removed old documentation PDF from repo per CraigG.
2017-12-12 12:24:00 -05:00
Douglas Laudenschlager 305f52c4e7 Removed old documentation PDF from repo per CraigG. 2017-12-11 13:12:03 -08:00
Jovan Popovic 41256f7cb0 Corrected error in FLGP Xevent samples 2017-12-09 14:44:32 +01:00
Perry Skountrianos bde882ffad Update setup-or-reset-demo.sql 2017-12-04 12:58:00 -08:00
Perry Skountrianos - MSFT 81367f8af3 README update for aspnet-session-state 2017-11-29 15:18:09 -08: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
Perry Skountrianos - MSFT a8ce04d5a2 Cleaning up Windows Forms client (removing ResetDB and Start) 2017-11-15 13:56:44 -08:00
Perry Skountrianos 97c8e727aa Update InsertMeterMeasurementHistory.sql 2017-11-13 16:01:49 -08:00