How do you load large data to the SQL server database?
Answers were Sorted based on User's Feedback
Answer / uma lakshman
Quickest method to load large data into a table is to
use "BCP"(bulk copy).
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / rajendra prasad reddy penumall
YESit is possibl by using TEXT data type.
It cn handle data upto 2GB
Is This Answer Correct ? | 4 Yes | 0 No |
What is the difference between SSAS 2000 and SSAS 2005?
How do I start sql server?
What is page-level compression?
What are the new security features added in sql server 2012? : sql server security
What are commonly used odbc functions in php?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
What is after dml trigger?
What is change data capture (cdc) in sql server 2008?
Can you explain important index characteristics?
What is exporting and importing utility?
What is the difference between DTS and SSIS?
how to insert the values in 5 table at a time with triggers . if u have any solution then co-operate me ?