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:
@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user