Viewing 12 posts - 1 through 13 (of 13 total)
Sean,
Thank you for the response. I've looked at the articles and I'll clean up the With (NOLOCK) statements. As stated in the articles I was placing these here...
September 23, 2013 at 6:37 am
OK I was able to resolve this issue by creating a Scalar function to concatenate the values I was looking for based on the fields I was using in my...
May 21, 2012 at 7:28 am
OK I am slowly getting closer to an answer, I think :crazy:. I can use the query below to concat the information I need into a dataset but...
April 27, 2012 at 1:02 pm
slpgma (4/27/2012)
I'm wondering if I could nest the RunningValue Function to do this.
Nope, "The Value expression for the textrun ‘AttrValue.Paragraphs[0].TextRuns[0]’ uses a RunningValue function in an outer aggregate. RunningValue...
April 27, 2012 at 8:51 am
Just to update you a bit I have tried to use the following code but it looks like the Last function in RunningValue is stopping when the row group value...
April 27, 2012 at 8:47 am
Not so sure that's a good idea for anything other than practice. If you did that in Bristol, RI, you're code would really be a problem because half of...
April 11, 2012 at 5:14 am
I wish I could post the query but I am not sure I have the right since it is part of a corporate application. The query I am using...
April 11, 2012 at 5:09 am
Yes you are correct. The definition of being rehired is that the first and last names are equal. If there are two rows where the names equal and the...
April 10, 2012 at 4:17 pm
Yes you are correct, 11 are duplicated and a new record is created each time an employee is hired.
I was able to get the result set I wanted with the...
April 5, 2012 at 5:04 am
Sorry that doesn't work, the results set contains everything in my first query but it also contains all of the records from the DimEmployee table with Rehired set to 'N'...
April 4, 2012 at 7:29 am
Sorry that I confused you. My intent was to show my issue using a sample db since I am not able to send out information on my db. ...
April 4, 2012 at 5:10 am
Thanks for the suggestion but I am having trouble wrapping my head around the concepts. I used the AdventureWorks DB below to help illustrate my problem. But there...
April 3, 2012 at 12:48 pm
Viewing 12 posts - 1 through 13 (of 13 total)