Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6078229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:48:35+00:00 2026-05-23T10:48:35+00:00

I preparing now export procedure from SQL Server to third-party ERP system. It scans

  • 0

I preparing now export procedure from SQL Server to third-party ERP system. It scans almost all tables from database scheme and creates XML for every product. Export is long enough, client wish make it faster. I realised that export procedure utilize only 1 CPU .

So i think if I run the same procedure several times with different parameters (different range of products), i can utilise all processors and it can be faster.

Questions

  1. How i can do that using only SQL Server tools.
    One of possible solutions is using SSIS. Any other?

  2. Number of processors can be vary. I can get processors count using sys.dm_os_sys_info. How dynamically start procedure several times dependable from processors quantity?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:48:35+00:00Added an answer on May 23, 2026 at 10:48 am

    A couple of things to bear in mind:

    1 – Are you SURE you are CPU bound and not IO bound? In my experience, it’s very rare to have the CPU be the bottleneck in a process and much more likely to have disk access speed restrictions. You should do additional testing to avoid restructuring your entire process only to get a 2% speed increase because your hard drives can’t keep up.

    2 – It could be as simple as checking your server-side parallelism setting. Sometimes DBAs set this to 1 because it can mitigate issues with bad query plans, but normally there is limited benefit.

    3 – You can set the max degree of parallelism on a query using OPTION (MAXDOP #) where # is the number of parallel processes you want to allow.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been preparing to deliver a presentation on SQL Server Compact Edition 3.5 (SP1
I have been running SQL Server 2005 Express Management Studio (SSMSE), and I now
I have three tables as a SQLITE3 Dump. products,tax,inventory From these tables preparing a
I am preparing and sending a JSON string from my PHP file to my
I'm preparing a website that will send email notifications to registered users. From my
I want to define a time attendance system for government, and right now I
In preparing to a OOP exam, I enjoyed seeing g++ compile the following code
I'm preparing to deploy my Django app and I noticed that when I change
My application is preparing a cover-sheet for submitting documents by fax. I identify the
I am preparing to use continuous integration for the first time. I will be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.