mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Default output in SqlClr/CURL POST
This commit is contained in:
@@ -33,7 +33,7 @@ public partial class Curl
|
||||
Uri.EscapeUriString(url.ToSqlString().Value),
|
||||
d.ToSqlString().Value
|
||||
);
|
||||
SqlContext.Pipe.Send(response);
|
||||
SqlContext.Pipe.Send("Request is executed. " + response);
|
||||
}
|
||||
|
||||
[SqlProcedure]
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user