Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Timeout setting

Author  Topic 

tiss0183
Starting Member

18 Posts

Posted - 2008-01-22 : 11:35:52
I am getting a timeout error when I try to delete a column from a table w/ about 3 mil records:


'Trades' table
- Unable to modify table.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.


When I go to the server properties, "View connection properties", the "Connection Timeout" propery is set to 15 and "Execution Timeout" is set to 0. However, I cannot change any of the Connections properties; the font is colored gray. I am running SQL Server 2005 on the local computer. Any idea how to change the Timeout property?

tiss0183
Starting Member

18 Posts

Posted - 2008-01-22 : 11:40:14
Now I am getting strange errors all over the place. In the Mgmt Studio, when I try to open the views folder, I get the message below. Then, when it lets me in the folder, it seems all of my Views have been deleted!


TITLE: Microsoft SQL Server Management Studio
------------------------------

Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

Lock request time out period exceeded. (Microsoft SQL Server, Error: 1222)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=1222&LinkId=20476

------------------------------
BUTTONS:

OK
------------------------------
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-01-22 : 12:10:13

You need to have Sysadmin permission to change Server properties.
Go to Top of Page

tiss0183
Starting Member

18 Posts

Posted - 2008-01-22 : 19:36:29
How do you gain this permission? I searched around and apparently you need to be able to login as "sa". But then it is advised to never use this login. I cannot login with "sa" either way. This aspect of SQL Server is very confusing. Can someone point me in the right direction? There is info overload on this topic on the internet. I am running SQL Server 2005 on the local computer.
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-01-22 : 22:46:16
tell your SYSADMIN guy to take care of this issue.
Go to Top of Page
   

- Advertisement -