sql data to xml file
From: snickerskid (snickerskid_at_discussions.microsoft.com)
Date: 01/15/05
- Next message: harout: "XML data reporting in services in SQL 2005"
- Previous message: Cristian: "RE: SQLXML Bulk Load - Datetime"
- Next in thread: Michael Rys [MSFT]: "Re: sql data to xml file"
- Reply: Michael Rys [MSFT]: "Re: sql data to xml file"
- Reply: avnrao: "Re: sql data to xml file"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 Jan 2005 16:29:01 -0800
i want to execute the following t-sql statement:
select * from customers for xml auto, elements
i want for the results of the above t-sql statement to be saved to a file.
can anyone tell me how to do that from SQL Server? is that possible. i
tried running it through sp_makewebtask but unfortunately that only works for
small amounts of data. i need to be able to export up to 100,000 rows. any
advice? and are there any solid examples out there?
- Next message: harout: "XML data reporting in services in SQL 2005"
- Previous message: Cristian: "RE: SQLXML Bulk Load - Datetime"
- Next in thread: Michael Rys [MSFT]: "Re: sql data to xml file"
- Reply: Michael Rys [MSFT]: "Re: sql data to xml file"
- Reply: avnrao: "Re: sql data to xml file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|