1
hi,
if you using the sqlserver 2005 or above you can use following query for generating xml from database
select Dno,DName,Location,Employess from Tbl for xml auto;
this query will automatically create the xml formated output
0
Nice sharing
Thank you
0
Hey fine with that its working properly
& is we need to copy & paste the content to another file
or else
Where we will get the output XML file
can you tell me the path