Viewing 15 posts - 1,741 through 1,755 (of 3,348 total)
Mike Dougherty-384281 (5/13/2013)
Ok, I understand that creating a table on-the-fly with an identity column might be pretty useful for further query against its clustered...
May 13, 2013 at 11:29 am
marlon.seton (5/13/2013)
kapil_kk (4/17/2013)
New thing to learn... 🙂
Whilst I agree, I wonder if anyone has ever used this idea in a real piece of coding? The values are hard-coded and...
May 13, 2013 at 2:13 am
Dave62 (5/10/2013)
Not quite the expected length of 3?
Try using c.max_length instead of t.max_length.
The column t.max_length is the maximum for the type (varchar); c.max_length is the maximum for this specific column.
May 10, 2013 at 6:56 am
Danny Ocean (5/10/2013)
Good question, but Explanation is not completed or require more details.I think hugo can help us.
Unfortunately, I can't. This is not consistent at all. In many other cases,...
May 10, 2013 at 1:54 am
paul.knibbs (5/9/2013)
Hugo Kornelis (5/9/2013)
Actually, it does make more sense than you may think. It is the result of a combination of features that, in and of themselves, are rather innocent.
Thanks...
May 9, 2013 at 3:22 am
nenad-zivkovic (5/9/2013)
select * from address_oltp where...
May 9, 2013 at 3:12 am
paul.knibbs (5/9/2013)
May 9, 2013 at 3:09 am
Client_id vs Clientid - I am glad I noticed this in the last minute.
The question pretends to be about subqueries, but I am pretty sure that the 38% people that...
May 9, 2013 at 2:00 am
Mighty (5/8/2013)
The view definition is such that...
. What is it exactly why it works? The...
May 8, 2013 at 2:15 am
binod.soft (5/8/2013)
statement #7 runs succesfully and returns 0 rows
Not if you execute the entire code block as a single batch (as instructed in the question). The error in statement #6...
May 8, 2013 at 2:04 am
Thanks! Good question.
In addition to the explanation given: the restriction actually makes sense. Remember that, logically, the ORDER BY is performed *after* the SELECT. In the official ANSI standard, columns...
May 7, 2013 at 6:49 am
SQLRNNR (5/6/2013)
May 6, 2013 at 11:24 am
wolfkillj (5/6/2013)
It bears mention that Microsoft has slated the "timestamp" syntax for deprecation in favor of "rowversion" as of...
May 6, 2013 at 9:20 am
demonfox (5/6/2013)
What do you mean ?? posting in the Qotd forum doesn't give any points .. it's only when you reply in the blog forums ..
If that is the case,...
May 6, 2013 at 5:28 am
demonfox (5/6/2013)
May 6, 2013 at 5:05 am
Viewing 15 posts - 1,741 through 1,755 (of 3,348 total)