How can I create a plain-text flat file from SQL Server as
input to another application?
Answer Posted / skybeaver
Use the BCP utility
bcp out Database.dbo.TableName FileName.txt -T -c
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Difference between LEN() and DATALENGTH() in sql server ?
Why truncate is ddl?
What is the difference between NOROW and LOCKROW?
Mention what are the core components of ssrs?
What is the importance of a recovery model?
How to add additional conditions in SQL?
What is sql server query analyzer?
Does server sql treat char as a variable-length or fixed-length column?
Which is the best place or learning center for MS SQL?????In Bangladesh?????
Tell me when is the update_statistics command used?
How adventureworkslt tables are related?
Is it safe to delete log files?
What is the recovery model? List the types of recovery model available in sql server?
Why are sql functions used?
Explain primary key?