|
Home > Archive > MS SQL XML > October 2006 > XML Reporting
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| sctrl@hotmail.com 2006-10-25, 6:06 am |
| Hello
I think this question has been asked before but not answered. Anyways,
does anyone know of a way to write reports against SQL Server 2005 XML
data, especially ad-hoc reports. I checked out Reporting Services and
Report Builder but neither can handle XML data types. The only way I
see it right now is to create database views over XML data, but that's
my last resort.
I would appreciate any suggestions.
Sergey
| |
| Kent Tegels 2006-10-25, 6:06 am |
| Hello sctrl@hotmail.com,
Views are probably the best solution to the problem, actually, if you want
to use a tool like Reporting Services. Otherwise, its just XML, so XSLT is
your friend.
Thanks,
Kent Tegels
http://staff.develop.com/ktegels/
|
|
|
|
|