Viewing 15 posts - 4,936 through 4,950 (of 5,504 total)
you might want to search for "split string function" on this site. There are many solutions available.
September 17, 2009 at 11:21 am
Now that's obviously an OP "who knows how to behave".... Calling Jeff a .... (my fingers actually refuse to retype the word and cut and paste won't work either).
Combined...
September 17, 2009 at 11:15 am
Would you mind sharing what you've tried so far and what you have trouble with?
Btw: strange requirement though.... what's the business reason behind it?
September 17, 2009 at 11:07 am
Hi, a couple things to notice:
XTLID, ServicerName, and LoanNumber are elements, no attributes. Therefore, you cannot use @XTLID.
You cannot jump right in the middle of an xml structure with...
September 17, 2009 at 10:53 am
What have you tried so far?
If have nothing to start with I'd like to recommend to search for "split string function" on this site. There are many solutions available.
If you...
September 17, 2009 at 10:20 am
Please read and follow the link in my signature on how to post sample data.
You could also check one of Jeff's articles regarding Cross Tabs[/url].
September 17, 2009 at 3:38 am
September 16, 2009 at 4:44 pm
The ROW_NUMBER () OVER (PARTITION BY ... ORDER BY) will simply number the rows for each activityid and day starting from 1 ordered by startdatetime.
By looking at your real life...
September 16, 2009 at 4:10 pm
We're using a VersionControlTable to verify if a proc or table has been altered / added or deleted.
From my point of view both concepts have their advantage and disadvantage.
With Lowells...
September 16, 2009 at 3:45 pm
Supporting GSquared's advice I'd like to add one more thing that may help you in addition:
Try to get a (small) test database you can play with and apply the concept...
September 16, 2009 at 3:15 pm
Glad you found a solution. 🙂
September 16, 2009 at 2:12 pm
Maybe this link will answer your question.
If not, please follow the link in my signature on how to post sample data.
September 16, 2009 at 1:46 pm
Since you hide any sample data I had to come up with a short example...
I used XQuery instead of OPENXML since I don't know what version you're using either...
As you...
September 16, 2009 at 1:37 pm
If there's anybody around loosing his/her faith in the existence of the "Perfect OP":
I guess I found her: http://www.sqlservercentral.com/Forums/FindPost789155.aspx
- Good description of the problem
- Ready to use data
- expected result...
September 16, 2009 at 1:25 pm
Good job, again!
It's great to see that there are still some people out there that aren't relying on a forum answer only. This makes it a lot more fun to...
September 16, 2009 at 1:12 pm
Viewing 15 posts - 4,936 through 4,950 (of 5,504 total)