Forum Replies Created

Viewing 15 posts - 5,386 through 5,400 (of 5,843 total)

  • RE: sql 2000 \sql 2005 instance on same box.

    I would enable /3GB switch and limit both sql instances to 1GB initially. You may be able to tweak them up a bit but wouldn't expect much.

  • RE: VMWARE and Performance Monitoring

    I can't advise you on what you need to do to benchmark this setup in a forum posting (this would be at least a week-long consulting project to do it...

  • RE: optimising a nasty peice of code. need help

    One possible way to improve performance here is to create calculated columns and index them. This would negate the need to use functions on the join columns - which...

  • RE: Help! I'm a DBA! How did that happen?

    I am going to give my standard spiel here that you should find the budget to get a professional to come in for a few days to give your entire...

  • RE: Specify Owner of object to Improve performance?

    For those that do non-tsql development I wanted to point out a VERY important tidbit in Linchi's article mentioned above:

    "If the stored procedure is called as a language event (i.e....

  • RE: Find who/process that deleted records

    Yes, there is. Buy a copy of ApexSQL Log from ApexSQL.com. It is my VERY strong opinion that every production sql server environment should have the functionality this...

  • RE: SQL 2005 Patch Levels

    I have been advising my clients to go to 3186 and stop there for now. I got some validation for that last night on the SQL MVP monthly topics...

  • RE: The SQL * Wildcard

    Actually AFAIK it is STILL the best practice to reference columns as you state - at least in ADOc. There is a demonstrable gain in efficiency in doing so.

  • RE: The SQL * Wildcard

    The particular issue I was speaking to would take just the opposite kind of testing to nail down. Think 1M iterations of a select from a single tinyint table...

  • RE: Splitting Data Files

    Jeff, your description is right out of my latest client's playbook!! They have spent the last 2+ years throwing mid 7 figures at hardware to address flagging performance (and...

  • RE: New Company, new DBA Tools budget, can you recommend any?

    Jeff Moden (1/16/2008)


    I consider myself to be one of the best around at sql server perf tuning and this product will take me to the next level due to some...

  • RE: Splitting Data Files

    Better than agreeing to disagree Colin is to KNOW. Review this page, which has very clear and concise examples of why you really do need to read ALL other...

  • RE: The SQL * Wildcard

    Hmm, I wonder about that. I would think that the optimizer would 'flesh out' the full column list for SELECT * queries at the time the plan was created,...

  • RE: New Company, new DBA Tools budget, can you recommend any?

    ApexSQL Edit is absolutely incredible for the array of things it can do to assist you in writing, testing, controlling, outputting tsql and sql server data. I am also...

  • RE: Career Advice...what is next after SR SQL DBA ?

    Independent consulting can be the best thing in the world - or it can be a total nightmare. You could make $200K one year without breaking a sweat and...

Viewing 15 posts - 5,386 through 5,400 (of 5,843 total)