You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/sql-clr/Curl/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,11 @@ One of the most popular tool for calling API on `http:` endpoints is [curl](http
28
28
## Build the CLR/CURL functions
29
29
30
30
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:
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.
0 commit comments