Commit Graph
498 Commits
Author SHA1 Message Date
Meet Bhagdev 47a16cfe04 Added pyodbc samples 2016-07-25 00:48:25 -07:00
Jovan Popovic c7c705cad5 Merge remote-tracking branch 'refs/remotes/Microsoft/master' 2016-07-22 12:00:58 +02:00
Jovan Popovic 5afedd3176 Merge remote-tracking branch 'refs/remotes/Microsoft/master' 2016-07-19 14:33:48 +02:00
Meet Bhagdev 226908823c Updated connection strings 2016-07-18 17:09:13 -07:00
Meet Bhagdev 74f3838a54 Added connectivity samples 2016-07-18 16:08:26 -07:00
Perry Skountrianos - MSFT 3f7ca24c27 Merge pull request #70 from ShiyangQiu/master
Resubmit: Moving the batch commit to Stored Proc DailyProcssToCreateHistory
2016-07-15 09:27:35 -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 2f06a8d85f Merge pull request #65 from ZhouFang928/patch-1
edit readme file
2016-07-05 08:48:00 -07:00
Jos de Bruijn 9c826b5336 fix to link 2016-07-05 08:47:34 -07:00
Zhou Fang 7157c21934 edit readme file 2016-07-03 15:49:33 +08:00
Jovan Popovic c6ac11a6e1 Merge remote-tracking branch 'refs/remotes/Microsoft/master' 2016-06-23 10:43:58 +02:00
Perry Skountrianos - MSFT 618e150da3 Merge pull request #63 from knom/master
Attach external databases - parts missing at first merge
2016-06-22 10:30:42 -07:00
Jos de Bruijn 2a36f9a9af Merge pull request #64 from JocaPC/master
NodeJS/JSON sample with documentation updates
2016-06-22 08:21:47 -07:00
Jovan Popovic 6d29a5c074 Updated readme.md file 2016-06-22 15:31:30 +02:00
Jovan Popovic f73d1d1bd0 Revert "Formatting of nodejs readme.md"
This reverts commit 92b619fd9b.
2016-06-22 15:29:48 +02:00
Jovan Popovic 92b619fd9b Formatting of nodejs readme.md 2016-06-22 15:27:57 +02:00
Jovan Popovic b07d18d311 Updated links in readme.md file
Updated links to features in readme.md file in features folder.
2016-06-22 15:22:20 +02:00
Jovan Popovic d364e87105 Merge pull request #2 from JocaPC/json
Minor fixes
2016-06-22 15:17:20 +02:00
Jovan Popovic 29cdb0d2c0 Updated setup file
Updated setup.sql file in node.js rest api example.
2016-06-22 15:15:25 +02:00
Jovan Popovic 5569b694a6 Added readme file in json folder
Added missing readme.md file in features/json folder
2016-06-22 15:14:52 +02:00
Jovan Popovic 0e46c20b24 Minor fixes in readme.md
Added minor corrections in readme.md files
2016-06-22 14:51:09 +02:00
Jovan Popovic 5831dccebd Merge remote-tracking branch 'refs/remotes/Microsoft/master' into json 2016-06-22 13:31:33 +02:00
Jovan Popovic 09786217ee Added missing www file
bin/www file was ignored in .gitignore. Added missing file.
2016-06-22 13:31:31 +02:00
Jovan Popovic 3843c4e122 Merge pull request #1 from JocaPC/json
Adding JSON Examples
2016-06-22 13:24:40 +02:00
Jovan Popovic 62f1c65969 Added setup script
Added setup.sql script that creates table and stored procedures.
2016-06-22 13:19:47 +02:00
Jovan Popovic e5b78ee6c0 Node.js REST APi
Draft version of NodeJS REST API that uses SQL/JSON functions
2016-06-22 13:14:40 +02:00
knom f26d1934eb Fixed bugs 2016-06-22 11:00:43 +02:00
knom 301a5aa14a Updated 2016-06-22 10:37:13 +02:00
Perry Skountrianos - MSFT f93e4bc5eb Merge branch 'knom-master' 2016-06-21 18:26:53 -07:00
Perry Skountrianos - MSFT cd6f701005 merge 2016-06-21 18:26:27 -07:00
Jos de Bruijn 338cf90f52 Added Code of Conduct 2016-06-21 12:47:36 -07:00
Jovan Popovic 86ce80b464 Merge remote-tracking branch 'refs/remotes/Microsoft/master' into json 2016-06-21 21:17:29 +02:00
Max Knor d987685746 Merge branch 'master' of https://github.com/knom/sql-server-samples 2016-06-21 16:49:47 +02:00
Max Knor 390b476f40 Update start.ps1 2016-06-21 16:48:52 +02:00
Max K 7acd16b67c Updated readme.md 2016-06-21 15:32:17 +02:00
Max Knor 919362cf60 Added additional comments to readme.md 2016-06-21 15:30:12 +02:00
Max Knor 2188003b5f Added custom DB ATTACH support to the start.ps1 as well as dockerfile.
Changes to be committed:
	modified:   dockerfile
	modified:   start.ps1
2016-06-21 15:12:52 +02:00
Jos de Bruijn 6db7961498 Merge pull request #59 from JocaPC/json
Added .Net Todo REST API sample
2016-06-20 08:21:11 -07:00
Jovan Popovic 53a2b02b16 Minor changes 2016-06-20 14:37:04 +02:00
Jovan Popovic 079ab6537e Linking files
Added links on Setup.sql and Startup.cs
2016-06-20 11:17:55 +02:00
Jovan Popovic 7c53e84582 minor text update 2016-06-19 22:21:16 +02:00
Jovan Popovic d6a75241fa Updated readme 2016-06-19 20:54:41 +02:00
Jovan Popovic ee0ec356e9 Updated .gitignore and Project_Readme 2016-06-19 15:20:24 +02:00
Jovan Popovic cfee412e3b Renamed xproj file
Changed name to TodoRestWebAPI
2016-06-18 23:46:20 +02:00
Jovan Popovic 2d03bc8550 Ignore .sln files
Added *.sln in .gitignore file
2016-06-18 23:13:11 +02:00
Jovan Popovic 45c1308e38 Added setup and refactoring 2016-06-18 23:09:56 +02:00
Jovan Popovic 3aa76a3a21 Updated Project_Readme file
Added better description.
2016-06-18 16:24:22 +02:00