Forum Replies Created

Viewing 15 posts - 271 through 285 (of 536 total)

  • RE: Server Class SSD SAS Disks

    My understanding is that for most current SQL applications, SSD is used for the TEMP DB (for performance). If the drive dies, swap another one in and forget about...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: null vs IS NOT NULL

    You're welcome, I'm happy I could help.

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: null vs IS NOT NULL

    gissah (3/16/2011)


    WHERE (Type NOT IN ('Siu-ai', 'Subrogation', 'Siu-fi', 'SIU', 'Siu-mi')) AND (Company = 'xxx') AND ([Compliant Status] = 'xxxxx') AND

    ...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: NoSQL is Not the Answer

    One reason for using NoSQL is when there is no need to be careful about how safe the data is. NosSQL can be the "down and dirty," or "git...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Stored procedure question

    Jeff Moden (3/11/2011)


    mtillman-921105 (3/11/2011)


    Also, you should rewrite the query to use an INNER JOIN rather than the older way its using more than one table.

    There's no performance gain in it....

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Stored procedure question

    Also, you should rewrite the query to use an INNER JOIN rather than the older way its using more than one table.

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Stored procedure question

    I'm not sure you need the dynamic SQL there since your only variable is after the = sign in the query.

    To answer your question, yes, you could use it later...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (3/4/2011) Yeah, but that's the WordPress.com site. He should be fine as he'll host it himself.

    Ah, I should have caught that. Never mind.

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Are the posted questions getting worse?

    Alvin Ramard (3/4/2011)


    Speaking of WordPress, I think I may convert the Memphis PASS Chapter website to a WordPress site (my own host, not WordPress.com). Any WordPress users here have any...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Overused Procedure? Is that possible?

    Thank you for your answers, especially from two of you who are exceptionally knowledgeable, but I should have mentioned that this is on a warehouse which is not very often...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: why the avatar picture you use

    @mazz, that picture's hilarious - it must be a Border Collie. I have a Border Collie / Lab mix myself (in addition to a Husky). It's hard to...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Hide Row based on Multiple Blank Column Fields - SSRS

    vvignesh86 (3/3/2011)


    Hi,

    I have the same issue and when I try

    =IIF(Fields!Column1.Value + Fields!Column2.Value = " ",TRUE,FALSE)

    While previewing am getting

    "The Hidden expression for the tablix 'Tablix1' contains an error: Input...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: The Percent Sign in T-SQL

    OK, the next time I submit a question, I'll be sure that the fluke answer, if there is one included, can in no way be misconstrued as a possible right...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Hide Row based on Multiple Blank Column Fields - SSRS

    You're welcome - glad I could help.

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

  • RE: Hide Row based on Multiple Blank Column Fields - SSRS

    It looks like you may be trying to concatenate with the & sign, bit if so, you don't need the first [= " "]. I'm sort of guessing here,...

    The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge. - Stephen Hawking

Viewing 15 posts - 271 through 285 (of 536 total)