Viewing 15 posts - 166 through 180 (of 231 total)
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...
December 3, 2009 at 12:24 pm
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...
December 3, 2009 at 9:41 am
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...
December 3, 2009 at 9:00 am
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...
December 3, 2009 at 7:23 am
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...
December 2, 2009 at 2:56 pm
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...
December 2, 2009 at 2:36 pm
Eddie Hendrix (11/20/2009)
November 20, 2009 at 1:33 pm
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...
October 30, 2009 at 1:33 pm
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...
October 30, 2009 at 7:01 am
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...
October 23, 2009 at 8:39 am
So it just ignores the FG2 reference? The fact that it essentially corrects the developer's mistake is great, I guess, but shouldn't the engine inform the developer that it's...
October 19, 2009 at 7:39 am
Viewing 15 posts - 166 through 180 (of 231 total)