Moved Builtin-UDOs example up one folder level
This commit is contained in:
Родитель
5290050efe
Коммит
8fcc146d35
|
@ -5,7 +5,7 @@
|
|||
@SampleRows =
|
||||
SELECT *
|
||||
FROM (VALUES
|
||||
("This is a string with the chosen delimiter \"%\"", (double?) 164.45234565, DateTime.Parse("2016/05/04"))
|
||||
("This is a string with the chosen delimiter \"&\"", (double?) 164.45234565, DateTime.Parse("2016/05/04"))
|
||||
, ("This row contains null value", (double?) null, DateTime.Parse("2016-04-05T12:12:12.918"))
|
||||
, ("This row contains CR LF \r\n", (double?) 2342, DateTime.Parse("2016-04-05T12:12:12.918"))
|
||||
) AS T(s_col, d_col, dt_col);
|
|
@ -2,7 +2,6 @@
|
|||
//
|
||||
// 1. Shows 2 ways on how to deal with header/comment rows with built-in Extractors
|
||||
//
|
||||
// Currently needs local data.
|
||||
|
||||
@r1 =
|
||||
EXTRACT id string,
|
|
@ -41,10 +41,13 @@
|
|||
<LocalSchema>dbo</LocalSchema>
|
||||
</Script>
|
||||
<Script Include="4-Output-Options.usql">
|
||||
<UseLocalComputeAccount>true</UseLocalComputeAccount>
|
||||
<UseLocalComputeAccount>false</UseLocalComputeAccount>
|
||||
<LocalComputeAccount>localcomputeaccount</LocalComputeAccount>
|
||||
<LocalDatabase>master</LocalDatabase>
|
||||
<LocalSchema>dbo</LocalSchema>
|
||||
<ClusterComputeAccount>mryskona</ClusterComputeAccount>
|
||||
<ClusterDatabase>master</ClusterDatabase>
|
||||
<ClusterSchema>dbo</ClusterSchema>
|
||||
</Script>
|
||||
<Script Include="5-Extract-Options.usql">
|
||||
<UseLocalComputeAccount>true</UseLocalComputeAccount>
|
Загрузка…
Ссылка в новой задаче