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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T23:36:50+00:00 2026-05-28T23:36:50+00:00

when I try open table in sql server management studio I receive the message

  • 0

when I try open table in sql server management studio I receive the message

Timeout Expired

Then when I try and rename the table I get

Rename Failed Lock Request Time out Expired

Noting that it just contain one row with primary key field, datetime field and varbinary(max) field. and the other tables are working just fine. this occures once in a while.
so what should i do to resoulve this.

  • 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-28T23:36:51+00:00Added an answer on May 28, 2026 at 11:36 pm

    What do you mean open? Design window or query?

    Check locks on your server first:

    exec sp_lock
    

    To set database singleuser you can do this:

    USE master;
    GO
    ALTER DATABASE db SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
    GO
    USE db;
    GO
    --DO YOUR WORK HERE
    GO
    ALTER DATABASE db SET MULTI_USER;
    

    Some helpful stored procedures and dynamic views:

    select DB_NAME(1)
    select OBJECT_NAME(1131151075,1)
    
    exec sp_lock
    -- locks for sesion 51
    exec sp_lock 51
    
    select DB_NAME(dbid)
    select OBJECT_NAME(ObjId,dbid)
    
    select * from sys.dm_tran_locks
    
    select * from sys.dm_exec_connections
    select * from sys.dm_exec_sessions
    select * from sys.dm_tran_active_transactions
    select * from sys.dm_tran_database_transactions
    

    You can also watch activity monitor and kill sesion that create lock.
    There is more information about that:

    http://msdn.microsoft.com/en-us/library/ms173730.aspx

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

Sidebar

Related Questions

I have created a database with 8 tables in SQL Server Management Studio on
I get that error when I try to link my table to a SQL
is there a fix for the crash in SQL-Server 2005 Management Studio when you
I'm reading a dBase database and then sending that table to a SQL Server
When I try to open a project's CodeAnalysis page I get the error An
Today, everytime I try to open any .Net application I get: CLR error: 80004005
I have visual studio 2008 installed in my pc when I try to open
Possible Duplicate: C# Update Table using SqlCommand.Parameters I'm trying to update an SQL Server
Hello iam trying to store sum information inside a SQL Server table , but
I'm using MVC3 with C# code. I have a table in my SQL Server

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.