Forum Replies Created

Viewing 15 posts - 136 through 150 (of 209 total)

  • RE: Question of the Day for 26 Jan 2005

    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...

  • RE: GROUP BY vs DISTINCT -- SQL SERVER BUG ?

    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....

  • RE: GROUP BY vs DISTINCT -- SQL SERVER BUG ?

    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...

  • RE: GROUP BY vs DISTINCT -- SQL SERVER BUG ?

    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...

  • RE: Question of the Day for 05 Jan 2005

    So why did our recorded answers change and now show as incorrect?

  • RE: GROUP BY vs DISTINCT -- SQL SERVER BUG ?

    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...

  • RE: Question of the Day for 05 Jan 2005

    My answer has been changed for me too and I have it wrong AGAIN!

  • RE: Question of the Day for 05 Jan 2005

    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...

  • RE: Hector Silva Carmona

    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...

  • RE: Question of the Day for 14 Dec 2004

    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...

  • RE: Question of the Day for 09 Dec 2004

    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...

  • RE: Its not a good idea to have metadata in the name!

    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...

  • RE: Its not a good idea to have metadata in the name!

    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...

  • RE: Functions

    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"....

  • RE: Question of the Day for 15 Nov 2004

    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...

Viewing 15 posts - 136 through 150 (of 209 total)