Viewing 15 posts - 31 through 45 (of 59 total)
SQL Server CTEs are not bad recursion, because they are not recursion at all.
Admitted, they are written as recursion, but they are a loop.
To get this clear, consider the following:
step...
February 4, 2015 at 1:49 am
Think STUFF is not a very clean way to convert XML dataype to varchar, so,
why not use cast( ... as varchar(max)), or, consistent with xml datatype, xml_thing.value ?
February 3, 2015 at 11:46 am
February 3, 2015 at 7:47 am
this article is a rare example for what i expect of a well-written article.
exposure at the beginning, conclusion, references, some reasonable reasoning in the main part.
congratulations.
January 29, 2015 at 1:44 am
What about using 2 factors,
one for conversion from source into days and the other for conversion from days to target ?
1 more multiply but shorter program
January 20, 2015 at 2:27 am
PLEASE, could you, just in one sentence, tell the essence of what you are doing ?
January 16, 2015 at 4:28 am
I use this approach :
MERGE statement and comparing columns with SET ANSI NULLS OFF.
Any objections against using SET ANSI NULLS OFF ?
January 9, 2015 at 8:15 am
Will a total scan of an index use anything but the lef level ?
November 24, 2014 at 1:43 am
Just understood:
a nonclustered index may be the same size but never larger than a clustered index, so, if it covers the data the nonclustered index will be first choice.
November 21, 2014 at 8:27 am
was not sure about the outcome, tried it out :
all five of them used the nonclustered index (SQl Server 2012).
This is a little bit of a surprise, but also...
November 21, 2014 at 4:06 am
it's
TRY_CONVERT ( data_type [ ( length ) ], expression [, style ] )
November 21, 2014 at 3:47 am
liked this one.
used most of the features since, should have used all but one.
by the way: is there a forum or platform keeping track of desirable new features in TSQL,
ons...
November 21, 2014 at 3:45 am
Viewing 15 posts - 31 through 45 (of 59 total)