Viewing 15 posts - 4,906 through 4,920 (of 5,504 total)
duplicate post.
discussion already started here .
September 24, 2009 at 12:53 pm
Please read and follow the instructions given in the link in my signature.
This will help you to get answers and help us to understand what you're struggling with.
The format you...
September 24, 2009 at 12:51 pm
Would you mind doing some research before simply starting a new post?
Just by using "dates between" as search criteria I found more than one solution that will answer your question.
September 24, 2009 at 12:45 pm
If the following code doesn't resolve your issue you should read and follow the article referenced in my signature. This would help us to better understand your requirement.
SELECT max(ID),Name
FROM Table1
GROUP...
September 23, 2009 at 3:34 pm
You might want to look into to sample code attached to Jeff Modens Running Totals article . Please make sure you read the discussion related to the article.
If you...
September 23, 2009 at 3:26 pm
halifaxdal (9/23/2009)
Don't know what you are talking about.
We're obviously having some misunderstanding because I cannot figure out what your real question is:
In your first post you provided a non-well-formed...
September 23, 2009 at 2:30 pm
As stated in my previous post: xml is case sensitive.
If you change your query syntax to EXACTLY match the node names, it'll return 14.
Edit: Hint: CamelCase vs. lowercase.
September 23, 2009 at 1:45 pm
halifaxdal (9/23/2009)
For question c: this function is only used by me, so I wouldnot query a non-existing node.
That doesn't answer what the function should return if you'd enter a wrong...
September 23, 2009 at 1:29 pm
Please note that nobody modified your data. The display being different from what you posted is caused by the forum software and because you may have not used the XML...
September 23, 2009 at 1:10 pm
A few questions:
a) What have you tried so far and where did you get stuck?
b) What should be the data type returned by the function?
c) What would you expect if...
September 23, 2009 at 12:51 pm
It looks like the number of attributes causes the long import time.
Would there be any benefit to change those attributes to elements for testing purpose, meaning: would you have a...
September 22, 2009 at 4:36 pm
You might want to have a look at this article [/url]. It should help you finding the method you're looking for.
If not, please provide sample data as described in...
September 22, 2009 at 2:02 pm
One thing to start with:
Thank you for the effort crating the test data!!
It made it really easy to work on and to have something to compare to! 🙂
I've tried three...
September 22, 2009 at 1:27 pm
I'm still not sure what your query looks like.
The way you posted your sample data it appears to be a query against just one level.
If you're staying within one node...
September 21, 2009 at 1:09 pm
Viewing 15 posts - 4,906 through 4,920 (of 5,504 total)