November 13, 2006 at 12:36 pm
I can't create any indexes from managment studio on tables with 10 > million records.
I get this nasty error:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
When i use the query window and use the create index statement it works fine.
Can someone help?
November 16, 2006 at 4:31 am
Check that you have set a execution timeout
Within Registered Servers
- Select Server
- Right click Properties
- Select 'Connection Properties' tab
November 16, 2006 at 2:11 pm
I figured it out.
I was using modify table ---->(manage keys-indexes) window to create indexes instead of right clicking indexes under tables.
Thanks
November 16, 2006 at 2:13 pm
Still... why should one timeout and not the other ?!?!?.
Thanx for letting us know about this.
November 16, 2006 at 2:18 pm
I get the same timeout error when i try to open a view (right click -->open view) that returns over 5 mil records.
But after Adrians comment it's all good.
Thanks Adrian
November 16, 2006 at 2:21 pm
Here's a good one :
1 - Why are you opening a view and select all of its records?
2 - I hope you're doing that on a developpement box?!?!
November 16, 2006 at 2:32 pm
1. There are 20 mil records and i'm only showing 5 mil.
2. And there are 120 columns i'm only selecting 35.
Yes it's dev ...in live i'll have to show all 20 mil.
View will be used in a report
November 16, 2006 at 2:35 pm
OHG, never seen a report like that! I hope you summarise the data; I wouldn't want to wait after the printer on that one .
November 16, 2006 at 2:43 pm
Yeah the report is huge it contains Email Addresses and contest info from all of our websites.
November 16, 2006 at 2:57 pm
Work for ebay or something??
November 17, 2006 at 12:12 pm
nope just another media company
November 18, 2006 at 3:33 am
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply