Viewing 15 posts - 136 through 150 (of 209 total)
I have to agree with Milzs. I had to flip a coin before answering this question.
Redundant and duplicative are nearly synonyms without any other context.
IMHO, to be fair, both...
January 26, 2005 at 7:24 am
Also, it is never a good idea to make a design decision like this (allow only deterministic functions and assume that all similar invocations are the same) purely for performance....
January 6, 2005 at 2:53 pm
There are three knowledge base articles that deal with this assumption that the SQL processor makes. One of these indicates that the problem is an unfixed bug but maybe...
January 6, 2005 at 2:45 pm
I don't understand what you mean by "UDF OUTPUT" here, but I'm interested in your idea.
Function calls return different data depending on the input parameters. SQL doesn't recognize that...
January 6, 2005 at 2:15 pm
So why did our recorded answers change and now show as incorrect?
January 6, 2005 at 8:06 am
Razvan,
I really appreciate your bringing this to me attention. Thanks.
In one other case, I have found that if I place a call and explain it in a reasonable way, including...
January 6, 2005 at 7:32 am
My answer has been changed for me too and I have it wrong AGAIN!
January 5, 2005 at 1:45 pm
Yes. The 'false' flag should not be included to give the stated result.
However, Books Online is not clearly worded and could cause confusion. I had to read it several...
January 5, 2005 at 7:36 am
TextPad has good highlighting capabilities for SQL code. There is a free version with annoyances or you can pay for a licensed copy. I liked it so much...
December 22, 2004 at 9:20 am
A valuable way of looking at this is that any valid column expression is valid in the ORDER BY or GROUP BY clause. That can be very useful knowledge.
SQL...
December 14, 2004 at 7:43 am
Is that parameter spelled correctly? There is nearly identical code on MSDN with a different spelling. What is the correct spelling of the parameter? Is the indicated...
December 9, 2004 at 3:06 pm
The automatically generated code and most examples use things like TextBox1. So it is like expanded HN with the class name first and then the specific variable name as...
December 6, 2004 at 2:23 pm
I agree strongly with the statements here. Modern IDEs are starting to support SQL code and can assist with technical information while developing and debugging, reinforcing the idea that...
December 6, 2004 at 7:59 am
The main problem with encapsulating such logic within a function is that the query processing might not be able to optimize based on indexes and relationships that it "can't see"....
November 22, 2004 at 9:05 am
Yes. I suppose since you are probably a native speaker of english, you had no problem in understanding the question. For non-native speakers, it is difficult to interpret...
November 15, 2004 at 8:09 am
Viewing 15 posts - 136 through 150 (of 209 total)