Forum Replies Created

Viewing 15 posts - 226 through 240 (of 307 total)

  • RE: DeadLock Problems

    You say the sp has the following if statement - What's the rest of the sp like?

    John Zacharkan

  • RE: Database & Log Size

    Please stay away from the computer, -- just kidding, unless it's production.

    Sounds like you could use a consultant for a couple of weeks or so. I come highly recommended....

  • RE: Scan Density strategy

    Thanks again, I made the change to 85% that seems to have had a positive effect. Here's the results

    - Pages Scanned................................: 1815

    - Extents Scanned..............................: 227

    - Extent Switches..............................: 226

    - Avg....

  • RE: Scan Density strategy

    I've added it to my monitor - it's currently running at .434/s with the 0 fill factor. I'll let it run and revisit it in the morning/lunch during our peak...

  • RE: Can anyone explain these error log entries

    If you've enabled AWE. There's a hotfix for SQL Server 2K SP2 that might fix this. SQL server may hold a latch while attempting to remove an object from the...

  • RE: Can anyone explain these error log entries

    Do you have AWE enabled?

    John Zacharkan

  • RE: MSDB File Corruption

    Not sure if it helps or if it's related, but have you seen this article

    http://support.microsoft.com/default.aspx?scid=KB;en-us;q281346

    When a dynamic cursor fetch is run under a profiler this problem usually yields the...

  • RE: Scan Density strategy

    Sorry I don't normally mess with fill factor. I thought the only reason for increasing this above zero is if you know that the data is static. In this case...

  • RE: Scan Density strategy

    🙂 0 (zero)

    John Zacharkan

  • RE: Scan Density strategy

    sp_helpindex 'BSKT'

    PK__BSKT__52AE4273 clustered, unique, primary key located on PRIMARY BSKT_ID

    chg_dt_ndx nonclustered located on PRIMARY CHG_DT

    select INDEXPROPERTY (1109578991, 'PK__BSKT__52AE4273', 0)

    returns NULL

    quote:


  • RE: Scan Density strategy

    name minimum maximum config_value run_value

    ----------------- -----------...

  • RE: SQl 2K SP3 Install Failure

    Try sp2

    John Zacharkan

  • RE: Installing Win2K SP3

    Sorry about that. I've actually tried all that no luck. I've saw that someone else had posted the same problem sometime back. I just wanted to see if I could...

  • RE: SQL SP Version Control?

    My apologies if your looking for a tool specific to SQL 2K. But just the same the articles in here should work even if your beta testing Yukon.

    John Zacharkan

  • RE: SQL SP Version Control?

    I use VSS - There has been plenty of discussions on this. Take a look at Steve Jones articles on this or use the search above type VSS and...

Viewing 15 posts - 226 through 240 (of 307 total)