Viewing 15 posts - 1 through 15 (of 15 total)
Aside from the psuedo Code, I have nothing yet. I will reuse this function over and over again. So I think the table valued function is the way...
February 27, 2003 at 3:21 pm
Oops, I copy and pasted it myself, and I thought something looked odd.
Slooowww dowwwnnn!
Have a great day guys!
February 27, 2003 at 7:54 am
Thanks guys for your input.
I must try the COALSCE, I'm sure in the past I have been making things more difficult for myself than need be.
Thanks again!
February 27, 2003 at 6:41 am
Thanks jpipes,
I agree, after my post I tried the ISNULL function which WOULD be more efficient in this case. It gives me back what I expect.
Thanks again,
Chris
February 26, 2003 at 1:02 pm
Ahh. Now that makes sense. Sometimes I'm out of touch with the app side.
That is exactly what is happening. Thanks!
Christine Aurora
February 19, 2003 at 6:34 am
I agree, which is why I asked. The powers that be, just passed down this schema change which required me to add a few columns to a table. ...
February 18, 2003 at 1:31 pm
the key field data type is smallint, and I am migrating it (inserting) into a smallint field.
Here's the error message:
%ls statement conflicted with %ls %ls constraint '%.*ls'. The...
February 7, 2003 at 7:34 am
Thanks jpipes, yes I left off the where and from clauses for these purposes. I'm only interested in the eror I'm getting from the CAE statement.
It really doesn't make...
February 4, 2003 at 9:09 am
Thanks for all your help and responses. I'll keep you posted on the progress.
January 16, 2003 at 7:50 am
Thanks for all your help and responses. I'l keep you posted on the progress.
January 16, 2003 at 7:50 am
The sproc performs an INSERT into a dbo.table if the @variable is NOT NULL. However, its not performing the insert (the value being passed is NULL. So it...
January 14, 2003 at 12:05 pm
I am checking to see IF @variable IS NULL.
=============================================
Thanks for the article, it explained why it behaved differently when I turned ON/OFF ANSI_NULL.
=============================================
Is there anyway I can improve the performance...
January 14, 2003 at 8:21 am
Yes, IF the column is NOT NULL THEN an INSERT BEGINS.
However, my test case is passing a null, so no insert should take place but it takes an extra 7...
January 14, 2003 at 7:50 am
Viewing 15 posts - 1 through 15 (of 15 total)