Skip to content

Commit edbe2f5

Browse files
committed
2 parents bb2cf8a + a9906c6 commit edbe2f5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

148 KB
Loading

samples/features/sql-clr/Curl/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ One of the most popular tool for calling API on `http:` endpoints is [curl](http
2828
## Build the CLR/CURL functions
2929

3030
1. Download the source code and open the solution using Visual Studio.
31-
2. Change the password in .pfk file (go to Project > Properties > Signing) and rebuild the solution in **Retail** mode.
32-
3. Open and save [SqlClrCurl.tt](SqlClrCurl.tt) to generate T-SQL file that will contain the script that inserts CLR assembly with the **CURL** functionalities, and exposes T-SQL/CLR functions.
31+
2. Create a .pfk file (go to Project > Properties > Signing) to sign te assembly:
32+
![Sign assembly](/media/features/sql-clr/sign-assembly.png)
33+
34+
3. Rebuild the solution in **Retail** mode.
35+
4. Open and save [SqlClrCurl.tt](SqlClrCurl.tt) to generate T-SQL file that will contain the script that inserts CLR assembly with the **CURL** functionalities, and exposes T-SQL/CLR functions.
3336

3437
<a name=add-functions></a>
3538
## Add CURL functions to your SQL database

0 commit comments

Comments
 (0)