Group: microsoft.public.sqlserver.xml · Group Profile · Search for For Xml Explicit Proc Returns int in microsoft.public.sqlserver.xml
Author: Javal
Date: Dec 3, 2007 15:49
... 1. Using CLR proc to create the XML docment Least likely to be your fried as you... the table data and returns an XML doc. Ick! :) I am ...go create table dbo.Products(productID int identity(1,1) primary key, ... from dbo.products p for xml path(''),root('basicExample'),elements xsinil,type ... that I needed FOR XML PATH instead of EXPLICIT (yes, I was on ...
|