Improving performance while writing into database
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How can one improve performance while writing back into database? I am using standard tools and that's why I cant use in-db tools? Is there any way out to improve performance while writing back into my database?
Streaming in and then doing the write in db is also not effective! Any tips?
Solved! Go to Solution.
- Labels:
- Database Connection
- In Database
- Output
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @rajatjain1
What Database are you writing to? If there is a bulk loader for it, that will drastically improve the performance of writing to the database compared to using OleDB or ODBC drivers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
SQL Server...I don't see any option of bulk load!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Joe,
I was able to find the bulk loader and it has reduced the time taken to insert. Although i am facing one issue while changing out output tool from ODBC To Bulk Loader.
It threw an error:-
Could not find stored procedure 'sp_describe_first_result_set'
I never created any procedure in the first place but somehow it is requesting for a stored procedure. Can you help in this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What version of SQL are you using?
