Skip to content

Commit 3c29408

Browse files
committed
updated samples
1 parent d6c4d3b commit 3c29408

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

db/sql/11-orchestrate_request.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
SET ANSI_NULLS ON
2-
GO
3-
SET QUOTED_IDENTIFIER ON
4-
GO
5-
6-
71
create or alter procedure [web].[orchestrate_request]
82
@text nvarchar(max),
93
@result_type varchar(50) output,

db/sql/11-orchestrate_request_simple.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
SET ANSI_NULLS ON
2-
GO
3-
SET QUOTED_IDENTIFIER ON
4-
GO
5-
6-
71
create or alter procedure [web].[orchestrate_request]
82
@text nvarchar(max),
93
@result_type varchar(50) output,

0 commit comments

Comments
 (0)