Forum Replies Created

Viewing 15 posts - 616 through 630 (of 902 total)

  • RE: Query CPU Performance

    thanks for the update matt,

    thats curious, im sure we have several SQL2005 databases running on R2 without any issues, so I'm curious to know what they're going to do...

  • RE: Previously well-behaved query is now causing tempdb to choke up

    I didnt realise it was 3rd party code that you were looking at, in which case I would contact the 3rd party, rather than making a change, as it could...

  • RE: Query CPU Performance

    no problem it will be nice to know what the problem was just for future reference.

  • RE: Query CPU Performance

    It looks like the problem isnt with the Disks as they are performing very well, with low disk ques and fast responses.

    It may be worth checking with the guys...

  • RE: Previously well-behaved query is now causing tempdb to choke up

    It seem that the server is running low on disk space are DB's, TempDb, Logs all on the same drive?

    You might also want to try adding Where clauses to the...

  • RE: Query CPU Performance

    hmm, ok so we know its not a problem with Parallelism, which is a good thing.

    I take it you have rights to remote onto the server, if can you set...

  • RE: can I get the cuerry of an existing table...???

    Another option is to use SSIS or the Import wizard to pull the data over from the other server.

  • RE: Best index structure for table that holds a large amount of log data

    If you need an index look at creating a non-clustered index rather than a clustered index, with a high fill factor (90-95%) to prevent a large number of page splits...

  • RE: Query CPU Performance

    Sorry for the late response Matt, I cant see much wrong with the server set up in terms of memory etc, I'm not a Virutal server expert but I have...

  • RE: Query CPU Performance

    Thanks matt,

    I take it that the SQL server is a 64bit box and doesnt have any throttling going on in terms of Max Degree of Parallelism, max memory usage.

    How many...

  • RE: SQl Joins

    Its a valid point about the number of Employees, and you could do a count against each employee for a given workplace.

    It would depend on how frequently this number...

  • RE: Query CPU Performance

    Are the boxes the same in terms of Memory, CPU's and disks?

  • RE: Query CPU Performance

    Artoo22 (10/30/2012)


    matt.gyton (10/30/2012)


    Just a bit more info for you....

    The database was being transferred from a SQL 2005 server to a SQL 2008 R2 server. I have now determined, after...

  • RE: Query CPU Performance

    Thanks,

    Can you also post the query that you're running as it will help us understand the plan as well.

  • RE: Query CPU Performance

    How big is the underlying data set?

    If you have an order by it has to return all the data, sort it and then look at the top 100,000, where as...

Viewing 15 posts - 616 through 630 (of 902 total)