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 8023629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:36:58+00:00 2026-06-04T22:36:58+00:00

Does SQL Server 2005 use row level locking or page level locking as a

  • 0

Does SQL Server 2005 use row level locking or page level locking as a default? I’m getting some timeout errors on some of my UPDATEs and wonder if it’s related to the default locking mechanism.

  • 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-06-04T22:36:59+00:00Added an answer on June 4, 2026 at 10:36 pm

    SQL Server always uses row-level locking by default

    If you lock more than a certain amount of rows (5000), then SQL Server will do lock escalation (lock the table instead of more than 5000 rows individually) to optimize performance and optimize on resource usage

    My suggestion is to keep your transaction as short as possible..Or you can use with(NoLock) for those tables that are not being used for consecutive insertion by multiple users like Master Tables…

    My another suggestion is to use SQL Profiler.

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

Sidebar

Related Questions

Does SQL Server 2005 maintain built-in, queryable, row-level last-modified timestamp metadata? I'm doing some
I have some columns in my database (MS SQL Server 2005) which use the
Possible Duplicate: Simulating group_concat MySQL function in MS SQL Server 2005? Does T-SQL have
In SQL Server 2005, why does: PRINT Cast('' AS datetime) display: Jan 1 1900
Does performance of a database (SQL Server 2005) decrease if I shrink it? What
I have a SQL statement (MS SQL Server 2005) that does a simple calculation
Why does select cast('''1900-01-01''' as datetime) fail in SQL Server 2005 ? It's show
****Update:** using the Rank() over partition syntax available in MS SQL Server 2005 does
Possible Duplicate: Does SQL Server 2005 have an equivalent to MySql’s ENUM data type?
How can I use LIKE operator with the OR operator in SQL Server 2005?

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.