How do you load large data to the SQL server database?

Answers were Sorted based on User's Feedback



How do you load large data to the SQL server database?..

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

How do you load large data to the SQL server database?..

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

Post New Answer

More SQL Server Interview Questions

Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?

0 Answers  


Where do we use trace frag?

0 Answers  


If the job running very slow what is the action you do

0 Answers  


How do I install sql server?

0 Answers  


what is the basic diffrence betn a col declared in char(1) and in varchar(1)

2 Answers  






Which database stores information about replication?

0 Answers  


what are the new features introduced in sql server 2000? : Sql server database administration

0 Answers  


Your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files?

0 Answers  


How many nested transaction can possible in sql server?

3 Answers   Bank Of America,


Show Practically Sql Server Views are updatable?

0 Answers   QuestPond,


How get current date in SQL server 2000

4 Answers   Cap Gemini, Polaris,


Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many

0 Answers  


Categories