Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to improve the excel file import from opendatasource
Message
From
24/05/2006 13:27:56
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
23/05/2006 02:52:44
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01124195
Message ID:
01124591
Views:
9
>Hi,
>
>If my application is using the SQL Server 2000 opendatasource import function to import excel file into our DB table for processing. However, it is taking up lot of resources and CPU usage. Any other way to improve on this area and resource. Thank you

V,

Try the BULK INSERT command. With it you can disable constraint checking and transaction logging. The only other thing that I can think of is to increase the file growth settings on the database.

Also, it may be useful to drop indexes before importing then re-create them afterwards.
Previous
Reply
Map
View

Click here to load this message in the networking platform