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.
Author |
Topic |
moto2001
Starting Member
3 Posts |
Posted - 2008-08-03 : 07:10:19
|
HiI 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 fileand 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
|
Yes1)with Forxml2)Export/import wizard3) with openxml |
 |
|
|
|
|