Is 'FOR XML' (RAW, AUTO, PATH) supported in SQL Azure
问题 MS SQL Server supports extracting relational data using FOR XML (RAW, AUTO, PATH). Is this feature supported in SQL Azure? If not, has anyone tried workarounds. Thank you for your help in advance. 回答1: Yes. I use FOR XML PATH and FOR XML RAW in SQL Azure with no problems. Haven't needed to use the AUTO option yet. 来源: https://stackoverflow.com/questions/12851167/is-for-xml-raw-auto-path-supported-in-sql-azure