Forum Replies Created

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

  • RE: comma delimited list problem

    I'm just using the snippet that is posted, the only difference is that I declared the table instead.

    declare @Address table

    (systemID int, Locations varchar(16))

    insert into @Address select 1001, 'CA'...

  • RE: comma delimited list problem

    Hi Lynn,

    Thanks for your help on this I really appreciate it. I'm using SQL2005. Any ideas?

  • RE: comma delimited list problem

    Hmm, interesting I have never used "FOR xml path" before. However, It return this uggly error. Thanks for your respond.

    Msg 170, Level 15, State 1, Line 9

    Line 9: Incorrect syntax...

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