Sunday, April 27, 2014
Subscribe to:
Post Comments (Atom)
Screen Record
Windows Screen Record WindowsKey+ Alt + R Recording Starts.
-
https://jwt.io/ J SON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
-
ALTER FUNCTION [pksf].[fn_SplitString] ( @Input NVARCHAR(MAX), @Character CHAR(1) ) RETURNS @Output TABLE ( Item NVA...
-
Create a function : CREATE FUNCTION split_string ( @in_string VARCHAR(MAX), @delimeter VARCHAR(1) ) RETURNS @list TABLE(tuple VARCH...
No comments:
Post a Comment