Forum Replies Created

Viewing 15 posts - 556 through 570 (of 582 total)

  • RE: understanding reindexing

    Thanks Chad, for the effort. This has, at least, given me some extra troubleshooting abilities/ideas I did not have before so effort was not futile.

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: understanding reindexing

    Unfortunately there is not that much of a discrepancy between the counts of the leading columns on the indexes (Lead_A, datetime, 32million and Lead_B, varchar, 27 million). Now five million...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: understanding reindexing

    I never bothered to check the uniqueness of the timestamp, and it turns out that there are numerous (200000) values that are the same.

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: understanding reindexing

    I do both depending on the fragmentation. If its more then 30% I will do a rebuild. the reorganization is quite quick on both tables. auto stats is on.

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: understanding reindexing

    there is not a clustered index on the datetime column. it is just a time stamp, thus all distinct, of when the row was inserted into the table, the...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: understanding reindexing

    Thanks Chad. There appears to be more fragmentation, pages and records in the non-leaf levels of Lead_B index which is taking longer. Could this account for Lead_B index taking approx...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: Is SQL server caching the domain credentials of job owners?

    I would not think credentials are cache but that sql server checks active directory for credentials each time the job is run. A simple test (although not practical in a...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: installation error

    I have solved my problem. After further investigation I found that the windows installer setting in the registry were not correct. I was missing keys for sql server 2005 sp2...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: installation error

    The admin share are enabled on both the active and passive node. I did run the installer from the active node. I will attempt to move cluster group to other...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: installation error

    I am trying to install additional components from the sql server 2005 cd locally on the box. I am logged in with a user that has admin right to the...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: autogrow question

    manu: i do not have autoshrink on

    lynn: I have thought of changnig from percentage to fixed size. just haven't got around to it. but in light of the grow by...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: TEMPDB Multiple Files & Location

    heres link about tempdb

    http://www.microsoft.com/technet/prodtechnol/sql/2005/workingwithtempdb.mspx

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: TEMPDB Multiple Files & Location

    Having tempdb on its own drive (raid 10 preferable) and having same number of tempdb file as you have cores would be optimal configuration.

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: inconsistent query results

    thanks Michael, converting the 8 to bigint now lets the query run to success.

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

  • RE: collation error

    This problem came about because the remote server had been redeployed and the new linked server object I had created did not work in the same way as the old...

    Bob
    -----------------------------------------------------------------------------
    How to post to get the best help[/url]

Viewing 15 posts - 556 through 570 (of 582 total)