Forum Replies Created

Viewing 15 posts - 16 through 30 (of 45 total)

  • RE: Need help tuning SQL Server 2000

    Update:  I have set the MAXDOP to 1 and wanted to see if that helped.  So far, yes, it has.  I'm going to run a trace to verify that the...

  • RE: Need help tuning SQL Server 2000

    Mike, how do I remove the patch if it doesn't go right?  I've got the installation program for it.

  • RE: Need help tuning SQL Server 2000

    Also, I don't want to remove SP4 (as it was preinstalled), I just want to make sure if I patch it to 2187 and it messes something else up, I...

  • RE: Need help tuning SQL Server 2000

    How do I add hints without having access to the code that is generating the queries?  The indices being skipped are the primary keys of the table in both traces.

    The...

  • RE: Need help tuning SQL Server 2000

    I'll try patching SQL Server, setting maxdop to 1 (I'll try it anyway, even with HT disabled, can't hurt), dropping the server memory to 2048MB and doing the BCP this...

  • RE: Need help tuning SQL Server 2000

    No, wait, I do see the MAXDOP setting in sp_configure.  It's set to 0 on both machines.  I didn't notice it before.

  • RE: Need help tuning SQL Server 2000

    I'm going to have to do the BCP over the weekend with no activity on the current system, and that is why I havent' said anything about it.

    I don't know...

  • RE: Need help tuning SQL Server 2000

    The reason this came up in the first place was that a query on the old server that took maybe 15 seconds to run is taking more than a minute...

  • RE: Need help tuning SQL Server 2000

    Also, I did a search on Infoseek and all I saw was articles that seemed to say that SP4 was the cure-all for SQL Server 2000.  I guess I could...

  • RE: Need help tuning SQL Server 2000

    Priority Boost is enabled on the old server, disabled on the new server (I was told never to use this option)

    Remote Query Timeout is 600 on the new server, 0...

  • RE: Need help tuning SQL Server 2000

    Enterprise Manager shows 8.00.2039 as the version.  It's SQL Server Standard, so I don't know what good the /3GB switch would do (both machines are running SQL Server 2000 Standard...

  • RE: Need help tuning SQL Server 2000

    One problem is that I don't have access to the code and I was under the impression that index hints only work within a query, which is hidden in a...

  • RE: Need help tuning SQL Server 2000

    I have gotten a recommendation from our application developers to use the script wizard to drop and recreate the tables and indices, then use BCP to load the data in.

    I...

  • RE: Error 17805 Starting Application Server

    Everything I saw in Google stated that it was a problem with either .NET or with Access Violations.  Our app server is running Tomcat and no AV's have been reported

    Also,...

  • RE: Stored procedure changed...now causing major headaches

    As per your suggestions, I have retooled the query and added indices to no avail.

    I have put a non-clustered index on the table TXUYUV00 involving UBLA, UBNR and USL1, and...

Viewing 15 posts - 16 through 30 (of 45 total)