davidbaxterbrowne
6487355865
Update LoadFromAzureBlobStorage.sql
...
Just ran through this and got the error
Cannot obtain the required interface ("IID_IColumnsInfo") from OLE DB provider "BULK" for linked server "(null)"
on the BULK INSERT. Had to add
ROWTERMINATOR = '0x0a',
Also make the CCI optional, as it requires premium, and a sample should not do that.
Also BULK INSERT to a temp table fails with:
Msg 12703, Level 16, State 1, Line 55
Referenced external data source "MyAzureBlobStorage" not found.
So added a note to the CREATE TABLE.
2017-05-08 17:05:27 -05:00
Jovan Popovic
1da6392f54
Removed deprecated nsproj file
2017-05-08 14:46:24 +02:00
Jovan Popovic
9eed023797
Removed setup.bat in nodejs app
2017-05-08 14:44:01 +02:00
Jovan Popovic
937951f294
Updated todo app readme.md file
2017-05-08 14:24:49 +02:00
Jovan Popovic
bb95b8b027
Merge remote-tracking branch 'refs/remotes/Microsoft/master'
2017-05-08 13:07:07 +02:00
Jovan Popovic
e486860a32
Updated Todo Node.Js app to use express4-tedious middleware
...
Node.js data access added as npm module express4-tedious.
2017-05-08 13:05:09 +02:00
Perry Skountrianos - MSFT
e1dda96ea4
Initial commit for iot-connected-car sample
2017-05-06 21:49:22 -07:00
Jovan Popovic
7104348294
Fixed bug in todo app
2017-05-03 18:00:03 +02:00
Jovan Popovic
6ea45bfc6e
Updated Readme file
2017-05-03 17:52:53 +02:00
Jovan Popovic
c7b205fcd3
Updated product catalog examples for Virtual App Pass demo
2017-05-03 17:39:13 +02:00
Jason Sturges
cbcc4ef7c7
Link markdown
...
Links appeared as: "[tutorials] (tutorials/)", changed to link markdown for functional hyperlinks.
2017-04-29 16:22:41 -05:00
Umachandar Jayachandran
a765fb624d
Merge pull request #217 from davidsalgado/patch-1
...
upddated readme.md
2017-04-26 21:11:24 -07:00
Umachandar Jayachandran
e223b01e18
Merge pull request #220 from ramnov/patch-2
...
updated setup.sql
2017-04-26 21:10:35 -07:00
Jovan Popovic
4e592c68c3
Minor fix
2017-04-25 11:43:27 +02:00
Jovan Popovic
cff905cb53
Minor fixes in FLGP readme file
2017-04-25 11:40:37 +02:00
Jovan Popovic
ded45f9632
Fixed spelling and formatting errors in FLGP readme file
2017-04-25 11:27:32 +02:00
Jovan Popovic
478b01ff6c
Updated FLGP Readme file
2017-04-25 11:13:48 +02:00
Jovan Popovic
e23f49d225
Updated FLGP demo
2017-04-25 10:27:48 +02:00
Jovan Popovic
4bace5674a
Added readme for FLGP demo
2017-04-25 10:19:16 +02:00
Jovan Popovic
fe16cee240
Adding Automatic tuning demo
2017-04-24 17:00:33 +02:00
Umachandar Jayachandran
64be80200e
Corrected variable name
...
Fixed typo.
2017-04-21 21:46:37 -07:00
Ramkumar Chandrasekaran
073fee6899
updated setup.sql
...
updated the folder path to point to SQL Server 2017 folder structure.
2017-04-21 17:01:12 -07:00
Jovan Popovic
323c42bfd8
Updated Azure Function examples
2017-04-21 16:41:55 +02:00
David Salgado
c9fe7c665a
upddated readme.md
...
minor copy changes and included links to SQL 017 CTP, SSMS and Python tools for vs
2017-04-21 00:09:04 -07:00
Andrea Lam
8d42e22e8b
Update mvnw.cmd
2017-04-20 16:42:03 -07:00
Andrea Lam
746ab5b373
Update mvnw
2017-04-20 16:41:44 -07:00
Andrea Lam
381d05d5a2
Merge pull request #198 from gregturn/springboot-and-springdata
...
Add Spring Data JPA-based sample
2017-04-20 16:40:55 -07:00
nelgson
003979dd8c
Readme update
2017-04-19 23:14:09 -07:00
nelgson
d31d56f4a0
Added Setup.sql file and updated Readme
2017-04-19 23:13:05 -07:00
nelgson
f1d18bfd39
Updated Readme, removed vNext and replaced with 2017
2017-04-19 22:20:57 -07:00
nelgson
679c861b0d
Readme update
2017-04-19 22:02:46 -07:00
nelgson
e436fedb9b
Update to Python tutorial Readme
2017-04-19 22:00:22 -07:00
nelgson
af56fcb6cd
Merge branch 'master' of https://github.com/NelGson/sql-server-samples
2017-04-19 21:58:16 -07:00
nelgson
f8c3849ecc
Update to Readme for new Python tutorial
2017-04-19 21:55:30 -07:00
Umachandar Jayachandran
c1209440af
Merge branch 'master' into master
2017-04-19 21:48:47 -07:00
nelgson
e5b3f41b0a
renamed folders, renamed python tutorial files, updated readme files
2017-04-19 21:36:44 -07:00
nelgson
56decfa7ac
Updated Readme Python
2017-04-19 21:18:28 -07:00
nelgson
3448c2a777
Added machine learning services folder and python tutorial
2017-04-19 21:05:57 -07:00
nelgson
91451d669d
Updated readme
2017-04-18 14:55:13 -07:00
nelgson
8676a8ac91
Updated readme
2017-04-18 14:52:09 -07:00
nelgson
d2df6d34e0
Updating scripts, ReadMe and adding app folder
2017-04-18 14:49:19 -07:00
Amit Banerjee
347964dd2a
Adding PowerBI files for visualization
2017-04-15 11:57:15 -07:00
Jovan Popovic
cbb98ce579
Fixed scripts in react/nodejs
2017-04-13 17:50:38 +02:00
Jovan Popovic
1630c3ad6e
NodeJS, RactJS, and SQL Server sample
...
New sample that implements ReactJS SPA with nodejs.
2017-04-08 22:54:30 +02:00
Jovan Popovic
1e8f76d5dd
Refactored IVS, React and Todo Apps
2017-04-08 22:34:26 +02:00
Jos de Bruijn
09a545113a
Update clustered_columnstore_sample_queries.sql
2017-03-31 11:35:49 -07:00
Jovan Popovic
ec65352509
Added logs in db.js
...
Added more logging information in /json/nodejs/todo-app/db.js
2017-03-29 23:24:33 +02:00
Jovan Popovic (MSFT)
596cec3057
Merge pull request #207 from JocaPC/master
...
Increased version of data access component in IVS Demo
2017-03-29 19:53:49 +02:00
Andrea Lam
057efb34d2
Update ruby readme for mac
2017-03-28 15:46:35 -07:00
Andrea Lam
f0f1cc269c
Update README.md
...
remove extra quotation mark in ruby readme
2017-03-28 15:44:42 -07:00