Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 write data to XML

Author  Topic 

moto2001
Starting Member

3 Posts

Posted - 2008-08-03 : 07:10:19
Hi

I used to work on mysql, it generates data to any kind of files.
Can SQL-Server 2005 generate data to a file rather than XML file
and How?

Also can I load data from a "parse-able" txt file? How?

I guess I can load data from XML file? how?

Thanks

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-08-03 : 09:34:02
Yes
1)with Forxml
2)Export/import wizard
3) with openxml
Go to Top of Page
   

- Advertisement -