Viewing 15 posts - 46 through 60 (of 303 total)
Do you think there is a performance benefit to using the Tally table?
January 25, 2010 at 2:42 pm
This was absolutely perfect!
Thanks for the help. You really saved my project!
October 15, 2009 at 11:50 am
Very cool! This looks really awesome -- I'm still playing with integrating it into my code.
Thanks so much for your help 🙂
October 14, 2009 at 8:46 am
Basically the key thing here is the sequencing.
Every child node, whether it is a department or employee, is given a sequence within its parent .
An employee can come before...
October 14, 2009 at 7:50 am
And yes, the real data has nothing to do with employees or departments.
It is just an analogy since I can not post the real data.
October 13, 2009 at 3:01 pm
This is NOT a homework assignment.
It is a multi-million dollar project on an extremely tight deadline.:w00t:
I have written many recursive CTEs in the past.
The reason I am having difficulty with...
October 13, 2009 at 3:00 pm
Thanks so much to both of you for your help.
In the end I neded to create a GUID field on my Sections table for other reasons, so I can use...
August 10, 2009 at 3:01 pm
Paul White (8/8/2009)
Jeff Moden (8/6/2009)
You would think that Microsoft would allow you to return data from the "from_table_name" on an insert...
August 8, 2009 at 7:05 pm
That will give me the IDs of the newly inserted records.
But how do I know which one of the original records they are a copy of?
August 6, 2009 at 8:34 pm
Why bother with the database at all then? Just store the XML directly on the disk? 😀
Seriously though, in today's day and age physical space is not usually an issue.
And,...
August 5, 2009 at 7:41 am
Eralper (7/10/2009)
Hi,You know this discussion is originally started on an article which is describing this method. Because of that I had given an example on splitting by XML.
Eralper
My objection is...
July 10, 2009 at 11:57 am
Eralper (7/10/2009)
Do you mean using the XML logic or placing it into a udf causes the performance decrease?
Using the XML inline is a little bit difficult for whom do...
July 10, 2009 at 7:46 am
Viewing 15 posts - 46 through 60 (of 303 total)