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 |
minal
Starting Member
1 Post |
Posted - 2008-06-30 : 16:26:26
|
I'm totally new to SQL server. I want to try and create a text file querying certain columns in a table. No formatting required, just dump of one single text column.How can I do this without using bcp? Are there any other such utilities or do I create a DTS package and if so how? |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-06-30 : 16:33:07
|
Are you Importing text file into SQL Server? You can use OPENROWSET. |
 |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-06-30 : 22:29:47
|
>> Are there any other such utilities or do I create a DTS package and if so how?Use data export wizard. |
 |
|
|
|
|