Forum Replies Created

Viewing 15 posts - 166 through 180 (of 233 total)

  • RE: Clustered Index Internals

    My page 311 paragaph 1 says something different than your page 311 paragraph 1.

    Mine says: "...This order is maintained through a doubly linked list called a page...

    "Beliefs" get in the way of learning.

  • RE: Searched Case execution

    I checked the data and with the business source and was able to determine that the value will never be null. I removed the ISNULL and the problem went...

    "Beliefs" get in the way of learning.

  • RE: Searched Case execution

    ISNULL(Patient_Primary_Policy_Carrier_ID,-1) AS Primary_Policy_Carrier_ID,

    Now that I look at it more closely, I'm not surprised that this is the line. It appears to be an order of execution thing as this...

    "Beliefs" get in the way of learning.

  • RE: Searched Case execution

    I'll do that and let you know what happens.

    "Beliefs" get in the way of learning.

  • RE: Searched Case execution

    That works fine so you're right, there's something subtle but I can't pinpoint it.

    I tried moving the searched case to the top of the SELECT just to see if that...

    "Beliefs" get in the way of learning.

  • RE: Searched Case execution

    In every case, the query properly branched to 'Branch 1' when Patient_Primary_Policy_carrier_id = -1. Here's the entire query where the searched case is NOT working properly. Maybe you'll...

    "Beliefs" get in the way of learning.

  • RE: Searched Case execution

    Thanks. I've got the query working but I'm out of time to do the analysis. I will get back to it either later tonight or in the morning...

    "Beliefs" get in the way of learning.

  • RE: Searched Case execution

    I didn't code this but I'm trying to maintain it. The field is an integer so I got rid of the quotes around the '-1' on the off chance...

    "Beliefs" get in the way of learning.

  • RE: Find "lock pages in memory" option

    Eddie Hendrix (11/20/2009)


    if your on a 64 bit system, and 64-bit SQL, you don't need to worry about any of this AWE, "lock pages in memory" stuff. 64-bit is...

    "Beliefs" get in the way of learning.

  • RE: Find "lock pages in memory" option

    Just to clarify. If you're using 64-bit SQL Server it is recommend that Lock Pages in Memory be enabled and that the AWE enabled switch be set. This...

    "Beliefs" get in the way of learning.

  • RE: I vant your blud!

    I was a "double red" donor for several years and a blood donor for 15 years. Unfortunately, I had a little encounter with Mr. Cancer so I'm not allowed...

    "Beliefs" get in the way of learning.

  • RE: XML

    Thanks for the explanation. I understand it now. (I'm also glad that I don't have to do this. :-D)

    "Beliefs" get in the way of learning.

  • RE: XML

    James Rochez (10/23/2009)


    Seth Lynch (10/23/2009)


    Robert Frasca (10/23/2009)


    I don't understand the "Book[Price < 4 ]"component. Shouldn't that mean that "<Name>book4</Name> " should NOT have been returned since the price of...

    "Beliefs" get in the way of learning.

  • RE: XML

    I don't understand the "Book[Price < 4 ]"component. Shouldn't that mean that "<Name>book4</Name> " should NOT have been returned since the price of book 4 = 4?

    "Beliefs" get in the way of learning.

  • RE: The Value of Experience

    I think it depends on your definition of DBA. (We can debate this endlessly.) You don't need any previous technical experience to perform backups, monitor servers and jobs...

    "Beliefs" get in the way of learning.

Viewing 15 posts - 166 through 180 (of 233 total)