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
How do I find the sql server instance name?
What are the properties and different types of sub-queries?
What is a heap?
Is it safe to delete log files?
Explain the difference between delete,drop and truncate in SQL Server?
What are built in functions?
What to check if a User database is locked?
Differentiate between truncate vs delete in mssql?
What is a trigger and types of a trigger?
If no size is defined while creating the database, what size will the database have?
What do you understand by recursive stored procedures?
What are the types of subscriptions in SQL Server replication?
Explain nested stored procedure. Syntax and an example for create nested stored procedure?
What is the return type of executeupdate ()?
What is the index requirement in SQL Azure?