Commit Graph
551 Commits
Author SHA1 Message Date
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 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
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
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
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 b67a2e1ffb Multiple changes due to SqlClient update 2017-03-20 21:49:19 +01:00
Umachandar Jayachandran 1aa3791123 Moved data files, backups to BLOB store wth pointers. 2017-03-15 13:55:19 -07:00
MikeRayMSFT bf83233d5d Update to correct numbering. 2017-03-13 18:34:22 -07:00
MikeRayMSFT 61fdc25171 Correct formatting. 2017-03-13 18:24:37 -07:00
MikeRayMSFT 8a5085d46f Stage initial linux vdi sample 2017-03-13 18:18:45 -07:00
Jovan Popovic d1c5d9f5f1 Corrections in readme file 2017-03-13 23:06:51 +01:00
Jovan Popovic 8a86a7ff2d Added example with Azure Function REST API 2017-03-13 23:03:08 +01:00
Jovan Popovic 555b9eda29 Refactored node todo sample 2017-03-11 23:46:35 +01:00
Jovan Popovic 2c4eb51d43 Fixes in Azure Blob Storage load
Corrected cheka of the target table, skipped first row in CSV examplem
and added BULK INSERT from bcp file.
2017-02-23 11:45:17 +01:00