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 command would you use to add a column to a table in sql server?
Do you know what are the reporting services components?
How to find the second highest salary of an employee?
What is the sql case statement used for? Explain with an example?
What are horizontal and vertical scaling?
Why do we use stored procedures in sql server?
what are constraints? : Sql server database administration
Explain what stored procedure sp_replcounters is used for? : sql server replication
What are null values in ms sql server?
Explain primary key?
Can You Use A Stored Procedure To Provide Data To An Ssrs Report?
What is encryption key?
Explain steps of normalization?
how can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role? : Sql server administration
What are the advantages of using stored procedures in sql server?