In Mssql you can get select result as XML by using following TSQL statement SELECT * FROM TableName FOR XML path, root;
No comments:
Post a Comment