Skip to content
View JahsonKim's full-sized avatar
Block or Report

Block or report JahsonKim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. How to send http POST request from s... How to send http POST request from sql server stored procedure. Important! For some reason sp_OAGetProperty is returning null. Am not sure why and if anyone has an idea can update the gists. In case you need to try another option SQL CLR would help. Check here https://gist.github.com/JahsonKim/05e6af7744f2d7ef814e5ed331419db5
    1
    
                  
    2
    --This query enables ole automation procedures.  set 0 to disable
    3
    exec master.dbo.sp_configure 'Ole Automation Procedures', 1
    4
    RECONFIGURE
    5
    
                  
  2. Truecaller-Login Truecaller-Login Public

    An android sample application that uses the Truecaller SDK for Phone number authentication.

    Java 9 5

  3. C# SQL Server CLR example. C# SQL Server CLR example.
    1
    using Microsoft.SqlServer.Server;
    2
    //------------------------------------------------------------------------------
    3
    // <copyright file="CSSqlClassFile.cs" company="Microsoft">
    4
    //     Copyright (c) Microsoft Corporation.  All rights reserved.
    5
    // </copyright>
  4. How to create a CLR procedure that i... How to create a CLR procedure that invokes the clrExample.cs method.
    1
    CREATE PROCEDURE [dbo].[postData]
    2
    	  @postData NVARCHAR(4000),
    3
          @returnval NVARCHAR(2000) OUTPUT
    4
    	 
    5
    WITH EXECUTE AS CALLER
  5. DevbyBit-Flutter-Tutorials DevbyBit-Flutter-Tutorials Public

    Dart 1

  6. Fifa21-Data-Cleaning Fifa21-Data-Cleaning Public

    TSQL