Forum Replies Created

Viewing 15 posts - 526 through 540 (of 4,085 total)

  • Reply To: Merge all rows to one row in results

    Y.B. wrote:

    There isn't a lot of info here and it seems like someone was already helping you on a previous thread.  However, if you are just looking for a method...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • Reply To: Using a third table in small left outer join

    You're getting that error message, because the scope of the alias c is the sub-query, and you are trying to use that alias outside of its scope.

    Also, it looks like...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • Reply To: Using a third table in small left outer join

    Simply saying It's not working isn't very descriptive.  I assume that you mean that you're not getting the data that you expect.  Since you haven't provided sample data and expected...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • Reply To: Creating 1 record in 1 table from multiple records in another table

    Darrell Woodard wrote:

    You are correct that the distinct is not needed. The USE CCAP was in there twice because i was testing code in SSMS and needed it in the second...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • Reply To: Creating 1 record in 1 table from multiple records in another table

    There are several issues with this.  The primary one is that you have a large number of reads of the same tables.  I think that it can be done with...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • Reply To: Concatting in variable

    Peter Kruis wrote:

    I found this problem in multiple versions. The customer which it is made for is on an older version, however with the same syntax it also gave the strange...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • Viewing 15 posts - 526 through 540 (of 4,085 total)