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 hotfixes and patches in sql server?
Can sql servers link to other servers like oracle?
What is the filtered index?
explain declarative management framework (dmf) in sql server 2008?
what is a join? : Sql server database administration
How to find index size for each index on table?
What is a constant or literal in ms sql server?
what are database files and filegroups? : Sql server database administration
What is the main purpose of having conversation group?
What is the difference between createstatement and preparedstatement?
What do you mean by data integrity?
what are the different ways to return the rowcount of a table?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
How to get a list of columns using the "sp_help" stored procedure in ms sql server?
How to loop through result set objects using mssql_fetch_array()?