I am a software developer
-
Oceanscan Ltd
- Nairobi Kenya
- https://www.oceanscan.co.ke
Pinned Loading
-
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 12--This query enables ole automation procedures. set 0 to disable
3exec master.dbo.sp_configure 'Ole Automation Procedures', 1
4RECONFIGURE
5 -
Truecaller-Login
Truecaller-Login PublicAn android sample application that uses the Truecaller SDK for Phone number authentication.
-
C# SQL Server CLR example.
C# SQL Server CLR example. 1using Microsoft.SqlServer.Server;
2//------------------------------------------------------------------------------
3// <copyright file="CSSqlClassFile.cs" company="Microsoft">
4// Copyright (c) Microsoft Corporation. All rights reserved.
5// </copyright>
-
How to create a CLR procedure that i...
How to create a CLR procedure that invokes the clrExample.cs method. 1CREATE PROCEDURE [dbo].[postData]
2@postData NVARCHAR(4000),
3@returnval NVARCHAR(2000) OUTPUT
45WITH EXECUTE AS CALLER
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.