Viewing 15 posts - 31 through 45 (of 137 total)
Why is this question about IIF broken because of the case sensitivity issue?
What real code would ever use varchar(1)?
Was the extra space in the varchar(4) field supposed to be...
June 6, 2013 at 7:54 am
Given that some of us might consider this a problem to be solved...
Can you index a computed column that is: left( [varcharmaxfield], 900 )
I understand there could be an...
May 29, 2013 at 7:57 am
We shouldn't use English as a reference for language implementation. Almost nothing is self-evident.
"Between Baltimore and Boston, which is your favorite city?"
- you have two enumerated options, select one...
May 18, 2013 at 9:26 am
This is another interesting language ambiguity.[1]
Of course it makes sense when you rewrite the between operator as: val >= p1 AND val <= p2
I would have expected "between" to have...
May 14, 2013 at 8:06 am
Good article.
The comments always find little details about your "generic" solution to make it a little more "generic" and flexible. 🙂
As far as sharing your use-case (telling a story) and...
May 14, 2013 at 7:41 am
Why should identity column promotion ever happen?
Ok, I understand that creating a table on-the-fly with an identity column might be pretty useful for further query against its clustered index, etc....
May 13, 2013 at 10:56 am
jay-h (5/10/2013)
May 10, 2013 at 9:40 am
However given that so much of the airline industry relies on systems that were developed decades ago, perhaps I shouldn't be surprised.
Are you implying that old code is inherently inferior...
May 9, 2013 at 8:11 am
tskelley (5/7/2013)
Let me be the first to say, "You are da man!"
Let me be the first to say... ^^ what he said. 🙂
May 7, 2013 at 7:30 am
Paul Randal (5/6/2013)
May 6, 2013 at 7:31 am
"a table which has one column with identity property"
I read the question incorrectly as "a table with one column additional to the identity column"
it's not an excuse; just a possible...
May 3, 2013 at 8:39 am
Please tell me you are using a local/desktop instance of SQL server to run this code and that you're not doing this on a production server.
I might try to convince...
May 2, 2013 at 7:11 am
Steve Jones - SSC Editor (5/1/2013)
May 1, 2013 at 6:53 am
L' Eomot Inversé (5/1/2013)
Sergiy (4/30/2013)
antony-688446 (4/30/2013)
I saw extremely powerful servers brought down by improper...
May 1, 2013 at 6:46 am
Steve Jones - SSC Editor (4/29/2013)
Is this a way to note how many shares of...
April 29, 2013 at 6:14 pm
Viewing 15 posts - 31 through 45 (of 137 total)