Hi I have procedure that has a few joins and at the end of the statement after the where clause i have for xml auto. In QA (sql2k) i ran the proc and returned only part of the xml:
<TestDB.dbo.polls><Question>Do you smoke?</Question><TestDB.dbo.Prev><Points>5</Points><PrevalenceValue>2.2222</Pre><TestDB.dbo.Answers><Label>I used to smoke cigarettes, but I quit </Label></TestDB.dbo.An
it seems to format only 1 record of the many and dies on trying the second record, any thoughts, obviously i am using xml auto incorrectly, as this is my first time
Thanks
<TestDB.dbo.polls><Question>Do you smoke?</Question><TestDB.dbo.Prev><Points>5</Points><PrevalenceValue>2.2222</Pre><TestDB.dbo.Answers><Label>I used to smoke cigarettes, but I quit </Label></TestDB.dbo.An
it seems to format only 1 record of the many and dies on trying the second record, any thoughts, obviously i am using xml auto incorrectly, as this is my first time
Thanks