Viewing 3 posts - 1 through 3 (of 3 total)
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'...
March 4, 2009 at 12:03 pm
#953486
Hi Lynn,
Thanks for your help on this I really appreciate it. I'm using SQL2005. Any ideas?
March 4, 2009 at 11:48 am
#953474
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...
March 4, 2009 at 11:22 am
#953453