I found this posthttp://www.sql-server-performance.com/forum/topic.asp?TOPIC_ID=4176 on google but I don't understand the directions. Sorry Im new to this but a little clarification would help alot.
The concept is to read from table and write it into the text file. exec xp_cmdshell 'bcp "select * from databaseName..TableName" queryout "D:fileName.txt" -c' Madhivanan