Viewing 15 posts - 136 through 150 (of 190 total)
Jeffrey Williams (7/20/2009)
I would handle it using transactions. Whether that was in a try/catch block or not would depend on what was being done.
That sounds about right. I'm thinking...
--
:hehe:
July 20, 2009 at 3:43 pm
Jeffrey,
Thanks for the response.
After reading your comment, its true updating just inserted fresh data based on logic of the table its being inserted in would be a waste of system...
--
:hehe:
July 20, 2009 at 2:55 pm
Dude...out of context... but is that Zidane doing the head-butt on your avatar? :hehe:
--
:hehe:
July 20, 2009 at 10:16 am
I'm not exactly sure of what your requirements are, but it seems UNION would help you out in constructing your query.
--
:hehe:
July 20, 2009 at 10:15 am
Even though I still use my left and inner joins...
I think EXCEPT & Intersect are very nice. It's so much easier to explain data to some one who is not...
--
:hehe:
July 20, 2009 at 10:11 am
I'd like to thank Grant and everybody else that contributed to this topic.
However, I chose a different route from the various above mentioned solutions, OUTPUT clause being the definite...
--
:hehe:
July 17, 2009 at 7:49 pm
Grant,
I think i'm missing something here. OKAY I do have key values... and thats what I use to join..
but.....
the child table does not have the key values.. because it does...
--
:hehe:
July 16, 2009 at 10:04 pm
Okay, I actually got excited a little earlier than I should have gotten.
OUTPUT clause it seems will benefit only in a situation where there is a ONE-to-ONE relationship between the...
--
:hehe:
July 16, 2009 at 3:21 pm
Grant,
Just thought I'd update you and everyone else here that I was successful with the OUTPUT clause. It actually is easy to implement.
I have all the fintproductid's in my...
--
:hehe:
July 16, 2009 at 1:26 pm
Grant,
Thanks! I believe you're right. I guess I'm scared of using the OUTPUT clause because I have so much currently going on in my sproc, that i'd hate to delete...
--
:hehe:
July 16, 2009 at 8:15 am
Raj,
That definitely came to my mind as well. The use of triggers to do multiple inserts. However, as far as query performance and efficiency is concerned, would this be effected...
--
:hehe:
July 16, 2009 at 8:03 am
ifila,
I just recently used the MS KB you pointed out at the beginning of the your post. I would say it was a very straight forward process by just putting...
--
:hehe:
July 16, 2009 at 7:50 am
Mahesh,
The problem is that I have no connection between the tblproduct and tblproductsizewidthcolor tables. Now in order for me to do the insert, I have to verify again, because if...
--
:hehe:
July 16, 2009 at 7:19 am
Grant,
Thank you for the advice. I actually did take a look at the OUTPUT clause on BOL. I too think it is what I need but wasn't sure. I...
--
:hehe:
July 16, 2009 at 7:10 am
river (7/13/2009)
Hi,The command "LEFT OUTER JOIN" does not work in SQL Server 2005.
I can replace it for LEFT JOIN.
....:w00t::-):w00t::-):w00t::-):w00t:
--
:hehe:
July 15, 2009 at 6:58 am
Viewing 15 posts - 136 through 150 (of 190 total)