Forum Replies Created

Viewing 15 posts - 12,196 through 12,210 (of 22,214 total)

  • RE: SQL Server Execution Plans

    Ninja's_RGR'us (7/11/2011)


    Hey grant I've surfed to http://www.scarydba.com/2008/07/02/code-from-dissecting-sql-server-execution-plans/ to download the code of the book and I just can't seem to find the download button.

    Care to help a blind man?

    Not sure....

  • RE: Are the posted questions getting worse?

    SQLkiwi (7/5/2011)


    Just so we're all clear on this, I'm interested in how you justify things like attending the summit to the person paying. I have heard of some people...

  • RE: Increasing CPUs hurts Perf

    Ninja's_RGR'us (7/4/2011)


    The problem is not parallelism itself. It's the minimum cost at which the server starts using it. P. also comes with the costs of remerging the...

  • RE: Are the posted questions getting worse?

    GilaMonster (7/3/2011)


    Volunteer for what?

    What Paul mentions is MVP-specific stuff that come straight to us (eg spending time in the 'ask the experts', hosting a 'birds of a feather' lunch...

  • RE: Transaction Log

    opc.three (7/2/2011)


    opc.three (7/2/2011)


    Lynn Pettis (7/2/2011)


    As far as when the compatibility views will go away, Microsoft doesn't always tell you. I haven't load Denali, so I can't say if they...

  • RE: Transaction Log

    TST1 (7/1/2011)


    Thanks Gail, but the guy closed his session so I guess he'll have to re-write!

    I did the same thing myself a couple of weeks back. This little query[/url] saved...

  • RE: Are the posted questions getting worse?

    Jim Murphy (7/1/2011)


    Oh, in case everyone didn't hear: Congratulations Gail for making MVP again!

    DITTO!

  • RE: Database creation script

    Just using a SQL Query? No.

    You can program it, but you'd want to look into using something like Powershell in combination with SMO in order to do it.

  • RE: Best tool for SQL server monitoring

    Speaking honestly, there is no best tool. There is a best tool for your situation and the amount of money you're prepared to spend and the type of monitoring you...

  • RE: Performance Issue

    sqlnaive (6/29/2011)


    Here is the attachment. I've scratched my head blue and black. 🙁

    The optimizer is timing out on this query, so whatever plan you have is less than optimal.

    Why all...

  • RE: Performance Issue

    Just remember, those costs are just estimates, not actual measurements. This means there is no correlation between index fragmentation and what you're seeing in the execution plan and what is...

  • RE: Database creation script

    In SQL Server Management Studio, right click on the database in question and select "Tasks" - "Generate Scripts" and follow through the process there. You should be able to script...

  • RE: Urgent help for tempdb

    Add another file to the log on tempdb on a different drive. Then you should get a log truncation at the next checkpoint and then you can shrink the file...

  • RE: Are the posted questions getting worse?

    SQLkiwi (6/30/2011)


    Trey Staker (6/29/2011)


    I wish there were ratings on posts, maybe a thumbs up or down on answers like on Ask SCC.

    Interesting idea. One effect might be that the...

  • RE: Data nearing to 4GB. is there is a way to extend size?

    I don't know licensing for crap. Because I don't know licensing, I always refer licensing questions to sales people & lawyers. Seems safer.

    Regardless, can you do this thing, splitting up...

Viewing 15 posts - 12,196 through 12,210 (of 22,214 total)