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 2000 Forums
 Transact-SQL (2000)
 Create text file in SQL server not using bcp

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.
Go to Top of Page

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.
Go to Top of Page
   

- Advertisement -