Viewing 15 posts - 1,051 through 1,065 (of 8,760 total)
I suggest that the calculated column is persisted since the function is deterministic.
😎
Example for both concatenation functions
-- SQL SERVER 2017...
September 25, 2018 at 12:24 am
Haha, this is the version I have on my Sandbox server at home,...
September 24, 2018 at 10:33 am
September 24, 2018 at 10:07 am
September 24, 2018 at 9:54 am
September 22, 2018 at 6:05 am
September 21, 2018 at 8:31 am
September 21, 2018 at 8:26 am
September 20, 2018 at 9:35 am
Suggest you declare the XMLNAMESPACES with a default namespace, makes the query more readable and less error prone.
😎
USE TEEST;
GO
SET...
September 20, 2018 at 12:15 am
Me trying to explain Cartesian produce to my young daughter (failed of course)
😎
How can I translate this to a 9YSpeak?
September 19, 2018 at 11:26 am
September 19, 2018 at 11:20 am
Just did a quick test and I'm certain that current identity value is the committed value and the current column value is the uncommitted.
😎
USE...
September 19, 2018 at 11:14 am
September 19, 2018 at 10:56 am
I've seen this kind of waits many times, most of the time, the cause is a combination of complex queries with DISTINCT and ORDER BY clauses which would reach half...
September 19, 2018 at 10:35 am
September 19, 2018 at 10:29 am
Viewing 15 posts - 1,051 through 1,065 (of 8,760 total)