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 is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
Can I disable or restrict ssrs export formats (rendering formats)?
How to send a ssrs report from ssis?
What triggers long term care?
How do I completely remove sql server instance?
How to list all objects in a given schema?
Define normalisation?
when you create a database how is it stored? : Sql server database administration
What are the types of subquery?
Mention what are the core components of ssrs?
What is the maximum size of sql server database?
What is sql server replication? : sql server replication
Differentiate between a local and a global temporary table?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
Is oracle faster than sql server?