Forum Replies Created

Viewing 15 posts - 46 through 60 (of 151 total)

  • RE: Setting up TempDB

    Sweet!

    Now go into perfmon and open up the SQL Server: Databases performance object. Throw in Transactions/sec for tempdb, and then _total (for all databases of course), and divide up to...

  • RE: High Disk Queue Length

    This is a good counter, but again, you need to look at others as well. Did you divide the number of disks by your value to get the true queue...

  • RE: Setting up TempDB

    No I don't think anywhere near that full size. Try 15% of total and you should be ok. If it grows, extend out a bit. Leave it on auto grow....

  • RE: Finding Which query is the CPU hog

    Oh sorry. It's the Replay Markup Utilities for SQL Server. It's the PSS diag written by Ken Henderson but most up to date version, more or less. It can look...

  • RE: Do DBAs Still Read Techincal Books?

    Just bought - 3. Happy with - 0.

  • RE: Multiple replicated masters

    So, what you seemed to indicate is that on SQL Server 2000 it is possible to replicate between a (write) master and a (read) slave(s?), but not between masters?

    First,...

  • RE: Multiple replicated masters

    Not sure what the 'old hand' is specifically referring to, but SQL Server does not support "shared nothing" type architectures. (I say this, but there is an initiative that is...

  • RE: Peformance problem

    LOL no worries! I've hit that thing too. Thanks to Microsoft for putting it right next to Execute.

  • RE: Finding Which query is the CPU hog

    Sounds like a good one to trace using sql trace procs or profiler. Put results into a table, or better yet, use RML to view what's happening.

  • RE: derived table performance tune in Group By

    Sounds to me that he's simply pushing off the aggregation to a derived table. But he'd still have to do the SUM there right?

  • RE: Data refresh - never works

    I"ve never had a problem with any Red Gate product and FKs. If you script out it's code first, you can see that it uses what it needs to handle...

  • RE: derived table performance tune in Group By

    His answer is actually wrong. If you have an "HoursWorked" attribute, you have to assume that this is a roll-up of all hours for the employee since he/she has been...

  • RE: query

    Tell him "it depends". Ask him if DBCC FREEPROCCACHE or DBCC DROPCLEANBUFFERS has been executed first, and then follow up with the parse, optimize, etc. steps answer. You can also...

  • RE: T-SQL query vs same query in SP performance issue

    Great suggestion Grant. That's what I'd do - simply default the value in the proc to something and then bypass it with the value sent. Param sniffing has been greatly...

  • RE: sql server 2005 cache size

    I say it needs more RAM, but that's not necessarily the case. Use many counters and tests to conclude this, not just one. Sorry.

    Ok - so your page life is...

Viewing 15 posts - 46 through 60 (of 151 total)