Forum Replies Created

Viewing 15 posts - 376 through 390 (of 482 total)

  • RE: Strange behaviour

    Dave,

    Thanks for the input, I'll get back to you next week on this, and have answers to your questions.

    P

  • RE: The Microsoft Religion

    Agreed. It was a no-brainer to switch to SQL2K from 6.5.

    Apart from the fact that our department mandates that we use supported software on hardware under warranty, I could not...

  • RE: The Microsoft Religion

    I don't know if this is the ravings of a paranoiac, but it explains quite a bit:

    http://blog.wired.com/business/2007/03/enough_about_me.html

  • RE: Strange behaviour

    Hmm, DBREINDEX has not changed anything.

    Interesting: the app calls a stored proc. The sproc took 40 seconds to run from the app, I cut and pasted the call from Profiler,...

  • RE: Deadlock Mayhem

    Saw that, I've been following...Seems that should have worked.

  • RE: Deadlock Mayhem

    OK, well it might seem like overkill, but could you get those into a @tmp_table, then do the update, ideally based on the Updated table's PK?

  • RE: Deadlock Mayhem

    How many rows are being affected?

    Could #temp/@temp tables help?

  • RE: Deadlock Mayhem

    Have you put the traces on?

    DBCC TRACEON (1204, -1)

    DBCC TRACEON (3605, -1)

    The -1 writes the output to the SQL Server error logs. From there, you should be able to...

  • RE: separate tables to improve performance?

    30,000 tables??? WOW! How on earth does one know what each is for?

    One would need a metadata-database just to begin to suspect where to look for anything...

  • RE: Strange behaviour

    Nope, it's had a long run of successful completions.

    Using DTS Transfer DB task.

    Yes, separate server, no regular restarts.

    I will try one of the suggestions above, rebuilding the indexes, rather than...

  • RE: Strange behaviour

    I don't see how that would explain the observed behaviour: slows right down on Monday and Tuesday, but not on Wednesday - Friday?

    It's the same processes running every night.

  • RE: Strange behaviour

    Who said anything about optimizing? I described intermittent behaviour...

  • RE: "primary key" in Table Variable

    Not sure if any of what follows explains what you're seeing:

    Have you looked at the execution plans on each of the boxes? Since prod is timing out, can you try...

  • RE: Windows 2003 SP2 & SS2000

    I installed SQL2K on Win2K3 Server SP1 last week, which also had SQL2K5 on it.

    Prior to install, I got the message that SQL2K SP2 AND below were not supported, please...

  • RE: Question 1

    The other thing is, the function which runs against every row in a query amounts to row by row processing, something that could only be accomplished with a while loop...

Viewing 15 posts - 376 through 390 (of 482 total)