Forum Replies Created

Viewing 15 posts - 436 through 450 (of 470 total)

  • RE: Enabling AWE ???

    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...

  • RE: Are temp tables better than table variables

    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...

  • RE: DBCC Shrinkfile & Shrinkdatabase

    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...

  • RE: Storage Size

    magarity kerns (4/9/2008)


    I picked the 312 answer because it was closest to what I calculated and the thing told me I was wrong and that 159 was the correct answer....

  • RE: Storage Size

    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...

  • RE: DBCC Shrinkfile & Shrinkdatabase

    You might try rebuilding all the indexes with 100% Fill factor, run DBCC updateusage and then try shrinking again.

  • RE: DBCC Shrinkfile & Shrinkdatabase

    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...

  • RE: SELECT * and subtract a couple of fields?!

    SQLZ (4/2/2008)


    There's an even neater trick in Management Studio.

    Expand the table, select the Columns folder and drag it into the query window - all columns are added in a comma-seperated...

  • RE: DBCC Shrinkfile & Shrinkdatabase

    So when you execute :

    DBCC Shrinkfile (1,1)

    What does it return?

  • RE: Keynotes

    I would have to agree with Grace Hopper. She was a priceless jewel.

  • RE: SQL Server 2005 In-Place Upgrade Versions

    Poorly worded or not, I would never do an in-place upgrade.

  • RE: DTA Stopped unexpectedly

    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. ...

  • RE: DTA Stopped unexpectedly

    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" ...

  • RE: DTA Stopped unexpectedly

    Yes, I agree. I can only get it to work with certain queries.

  • RE: DTA Stopped unexpectedly

    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...

Viewing 15 posts - 436 through 450 (of 470 total)