load large data in SQL Server

Published on by LakshmiSaahul,Dhana Royal

How you can load large data in SQL Server?
IMPORT and EXPORT Wizard, BULK INSERT and BCP are the possible options. We need to set the RECOVERY MODEL to BULKLOGGED before we perform such activities.

Advertising
To be informed of the latest articles, subscribe:
Comment on this post