Viewing 15 posts - 436 through 450 (of 470 total)
We have found on our 64 bit servers that setting MaxDOP to a lower value not to exceed the number of physical processors helps reduce CPU utilization. You may...
April 28, 2008 at 8:00 am
TheSQLGuru (3/19/2008)
Jeff Moden (3/19/2008)There is still to this day one VERY important tempdb locking issue if you have a high volume of temp object creation/drops. The SGAM (and one...
April 16, 2008 at 8:55 am
Lian Pretorius (4/9/2008)
Thanks Cliff.Still no joy. I'm really stumped. Funny thing is this happens every time I restore this db...
Yes, I had a database like that and that's how I...
April 11, 2008 at 8:37 am
magarity kerns (4/9/2008)
April 9, 2008 at 8:33 am
I just figured it had to be larger than 300 and guessed since I knew someone would provide a good explanation of how to calculate it precisely. Thanks Hugo...
April 9, 2008 at 8:14 am
You might try rebuilding all the indexes with 100% Fill factor, run DBCC updateusage and then try shrinking again.
April 8, 2008 at 7:56 am
Did you run a DBCC Checkcatalog and does it return without error? I have seen situations where orphaned tables (the columns exist in syscolumns but the objectid is...
April 7, 2008 at 7:59 am
SQLZ (4/2/2008)
Expand the table, select the Columns folder and drag it into the query window - all columns are added in a comma-seperated...
April 4, 2008 at 8:03 am
So when you execute :
DBCC Shrinkfile (1,1)
What does it return?
April 3, 2008 at 4:07 pm
I would have to agree with Grace Hopper. She was a priceless jewel.
March 28, 2008 at 8:32 am
Poorly worded or not, I would never do an in-place upgrade.
March 28, 2008 at 7:52 am
Mine was installed properly to begin with and was working. It suddenly stopped working. The only thing I know that changed was a Microsoft Windows update. ...
March 28, 2008 at 7:49 am
Mine hangs on the simplest of queries (select * from table) and then eventually throws the generic error that you mentioned.
Since it hangs at "Submitting Configuration Information" ...
March 28, 2008 at 7:29 am
Yes, I agree. I can only get it to work with certain queries.
March 27, 2008 at 4:14 pm
Thank you for the response. And yes I employ that method as well. I use the DMV's more than DTA but sometimes it is handy to be able...
March 27, 2008 at 3:15 pm
Viewing 15 posts - 436 through 450 (of 470 total)