Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Help with select statment

    You can hard code as many joins as you like up to I think some maximum.

    Practically speaking, depending on the number of fields displayed per line item, you'll run...

  • RE: Help with select statment

    Here's some sample code that does what I was referring to earlier using full outer joins on the order id.

    This transforms the data similarly to what you've displayed. It generates...

  • RE: Help with select statment

    Quick way is to write a function that returns a string concatenating the line items and display as one column, whose header is "Line Item 1 , Line Item2, etc.".

    The...

  • RE: Migrating to SQL Server 2008 R2 prior to SP1 release

    It's been over 6 months since the poll.

    Anyone have the scoop on when 2008 R2 SP1 will be released?

Viewing 4 posts - 1 through 4 (of 4 total)