TheBugSlayer
Programmer
Good morning all. I have a SELECT statement that includes a FOR XML clause. I copy the result from SSMS and save it in an XML file. However, I am not able to view the file in IE...it returns
How do I get the resultset to show in the proper format?
Thanks.
MCP SQL Server 2000, MCTS SQL Server 2005, MCTS SQL Server 2008 (DBD, DBA)
In any other XML editor the text is not formatted; it shows as one big block. Looking at the file, it' s missing the usual XML file header (ref to namespaces, etc).The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
Only one top level element is allowed in an XML document. Error processing resource 'file:///C:/Projects/...
<Pulse><AccountNumber>XYZ</AccountNumber><Client_Sub_Account_Number__c>ABC</Client_...
How do I get the resultset to show in the proper format?
Thanks.
MCP SQL Server 2000, MCTS SQL Server 2005, MCTS SQL Server 2008 (DBD, DBA)