How do you load large data to the SQL server database?
Answer Posted / 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 |
Post New Answer View All Answers
What are the different methods available under sqlcommand class to access the data?
State the difference between union and union all?
Is it possible for a stored procedure to call itself or recursive stored procedure?
What is "scheduled jobs" or "scheduled tasks"?
define and explain the differences between clustered and non-clustered indexes.
What are the authentication modes in sql server? How can it be changed?
How to list all triggers in the database with sys.triggers in ms sql server?
What is partition, how will you implement it? : sql server analysis services, ssas
What is the default server name for sql server?
What are the tool windows in sql server management studio? : sql server management studio
How real and float literal values are rounded?
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
What are the different types of sub-queries?
What are the different sql server versions?
What is bulkcopy in sql?