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.
What do you mean open? Design window or query?
Check locks on your server first:
To set database singleuser you can do this:
Some helpful stored procedures and dynamic views:
You can also watch activity monitor and kill sesion that create lock.
There is more information about that: