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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T03:14:06+00:00 2026-05-16T03:14:06+00:00

I have a SQL Server 2008 database and I have a problem with this

  • 0

I have a SQL Server 2008 database and I have a problem with this database that I don’t understand.

The steps that caused the problems are:

  • I ran a SQL query to update a table called authors from another table called authorAff
  • The authors table is 123,385,300 records and the authorsAff table is 139,036,077
  • The query took about 7 days executing but it didn’t finish
  • I decided to cancel the query to do it another way.
  • The connection on which I was running the query disconnected suddenly so the database became in recovery until the query cancels
  • The server was shut down many times afterwards because of some electricity problems
  • The database took about two days and then recovered.
  • Now when I run this query

    SELECT TOP 1000 *
    FROM AUTHORS WITH(READUNCOMMITTED)

It executes and returns the results but when I remove WITH(READUNCOMMITTED) hint it gets locked by a process running on the master database that appears only on the Activity Monitor with Command [DB STARTUP] and no results show up.
so what is the DB STARTUP command and if it’s a problem, how can I solve it?

Thank you in advance.

  • 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-16T03:14:07+00:00Added an answer on May 16, 2026 at 3:14 am

    I suspect that your user database is still trying to rollback the transaction that you canceled. A general rule of thumb indicates that it will take about the same amount of time, or more, for an aborted transaction to rollback as it has taken to run.

    The rollback can’t be avoided even with the SQL Server stops and starts you had.

    The reason you can run a query WITH(READUNCOMMITTED) is because it’s ignoring the locks associated with transaction that is rolling back. Your query results are considered unreliable, but ironically, the results are probably what you want to see since the blocking process is a rollback.

    The best solution is to wait it out, if you can afford to do so. You may be able to find ways to kill the blocking process, but then you should be concerned with database integrity.

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

Sidebar

Related Questions

I have a SQL Server 2008 database. This database has a stored procedure that
I have a SQL Server 2008 database. This database has a column that represents
I have an SQL Server 2008 database with a table that has a column
We have a SQL Server 2008 database that has stored procedures to handle reads/writes/etc.
I have an MS SQL Server 2008 database where I store places that serve
I have an application that accesses a sql server 2008 database. The server and
We have a database called AVL in SQL Server 2008 R2 SE. This database
I have a SQL Server 2008 database. This database has a table called Product,
I have created SQL Server 2008 Database project using visual studio 2010. after build
I have a SQL Server 2008 database where I would like to be able

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.