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

  • Home
  • SEARCH
  • 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 4613052
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:29:28+00:00 2026-05-22T01:29:28+00:00

My first question is Does SQL Server work asynchronously or synchronously? if it works

  • 0

My first question is

Does SQL Server work asynchronously or synchronously?

  • if it works asynchronously:
    how many inserting (or any other) asynchronous calls can be handled by SQL Server, or is it dependent on virtual memory?

  • if it works synchronously:
    how many synchronous calls can be handled by SQL Server? Is there any queue maintained by SQL Server for pending requests? If yes, then how many pending request can be handled..

  • 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-22T01:29:29+00:00Added an answer on May 22, 2026 at 1:29 am

    I hope I understand your question correctly…

    Any call to the database is synchronous: you call, you wait for a result. But asynchronous vs synchronous isn’t really how RDBMS work

    Going further…

    The main thing for any RDBMS is concurrency. RDBMS are designed to handle 1000s of concurrent connections

    You can have many overlapping and concurrent readers until the server runs out of resources.

    Where you do get some concept of asynchronous vs synchronous is around writes. These are exclusive and serialised (by default) and wil blokc reader for the duration of the transation.

    For resources (some generalisations here which makes them susepct 🙂

    • Write throughput is determined by IO bandwidth mostly and lot by code design
    • Read throughout is limited by network/CPU and code design again, mostly.
    • Memory shouldn’t be an issue normally because cached data is shared
    • In practice, poor code or design affects resource usage most except for large DBs/load

    For example, poor indexing is one of the biggest killer of database performance

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

Sidebar

Related Questions

First let me say I'm fully aware sql server does not short circuit evaluate.
First, let me state that this is a programming question (and thus does not
This is actually a two part question. First,does the HttpContext.Current correspond to the current
First a little introduction. We have an SQL Server Express 2008 database, which schema
This is my first post on stackoverflow, I hope one of many! My question
This question relates to: PHP Version 5.3.6 Microsoft Drivers for PHP for SQL Server
First look at this url: https://stackoverflow.com/questions/tagged/xoxoxo/ This directory does not exists but somehow stackoverflow
first question here. I'm developing a program in C# (.NET 3.5) that displays files
First question on here so please be nice :) I know very little about
First question on Stackoverflow (.Net 2.0): So I am trying to return an XML

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.