How to export the table data (this table having 18 million
records) to .csv file. Please tell me is there any faster
way to export the data.
Answer Posted / aryasen vaikom
Hi Kiran,
pls go through the below link.
http://www.simple-talk.com/sql/database-administration/creating-csv-files-using-bcp-and-stored-procedures/
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What's the procedure?
Which is faster joins or subqueries?
Can we create table inside stored procedure?
What is difference between rank () row_number () and dense_rank () in sql?
What is crud sql?
What is the purpose of design view?
What is the difference between an inner join and an outer join?
Why stored procedure is faster than query?
Is id a reserved word in sql?
What does seeding a database mean?
What is before trigger?
What is the primary use of normalization?
Can instead of triggers be used to fire once for each statement on a view?
How do we accept inputs from user during runtime?
what are the differences among rownum, rank and dense_rank? : Sql dba