Viewing 15 posts - 241 through 255 (of 8,731 total)
Today I learned that you can execute UDFs. When I saw the code, I was wondering how they were able to execute a stored procedure inside a function,...
January 31, 2019 at 2:51 pm
January 31, 2019 at 11:09 am
January 31, 2019 at 10:58 am
January 31, 2019 at 9:19 am
January 31, 2019 at 9:16 am
January 31, 2019 at 8:04 am
January 30, 2019 at 11:41 am
HappyGeek - Wednesday, January 30, 2019 11:06 AMDid it work?
It was a success, he found a way not to do what he...
January 30, 2019 at 11:23 am
This could be a faster alternative if we consider the measurements used on the performance testings for [DelimitedSplit8K] and [DelimitedSplit8K_Lead].
CREATE FUNCTION [dbo].[SortDelimitedStringN4K]
--===== Define I/O parameters
...
January 30, 2019 at 11:18 am
January 30, 2019 at 9:56 am
From...
January 30, 2019 at 9:24 am
January 30, 2019 at 9:21 am
January 29, 2019 at 6:34 am
SELECT
January 28, 2019 at 2:35 pm
You might need to unpivot and pivot again your data if you want to call the descriptions table just once and keep the structure in your results. Here's an example:
January 28, 2019 at 2:33 pm
Viewing 15 posts - 241 through 255 (of 8,731 total)