1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Multiple changes due to SqlClient update

This commit is contained in:
Jovan Popovic
2017-03-20 21:49:19 +01:00
parent 568626f447
commit b67a2e1ffb
11 changed files with 195 additions and 38 deletions

View File

@ -0,0 +1,8 @@
<#@ output extension=".sql" #>
<#@ template language="C#" hostspecific="True" #>
SELECT *
FROM OPENROWSET(BULK '<#=this.Host.ResolvePath("..\\logs") #>\log-20170203.ndjson',
FORMATFILE = '<#=this.Host.ResolvePath("..\\logs") #>\linedelimited.fmt' );