Forum Replies Created

Viewing 15 posts - 18,331 through 18,345 (of 22,202 total)

  • RE: Why grow up CPU Time?

    I'm not entirely sure I understand the problem. From the sounds of it, you think the compile doesn't affect CPU. It does.

    If you can, can you post the query, an...

  • RE: New Database Slow

    I'd be focused pretty much on the hardware and configuration issues. I remember the time we were troubleshooting a production performance problem. I backed up the database, moved it to...

  • RE: good or bad execution plan

    I think if you go over to Red Gate you can still get a copy of my book on execution plans for free. You'll have to poke around. I don't...

  • RE: Cant login to SQL Server 2005

    Ramesh (2/18/2009)


    By default, users on Windows Vista that are members of the Windows Administrators group are not automatically granted permission to connect to SQL Server, and they are not automatically...

  • RE: T SQL Training / CBT

    If you can pay for it, Solid Quality [/url]offers several good courses that will move you ahead.

  • RE: Incentive Pay/Bonus Pay

    Ours is tied to company performance. They make a series of predictions at the beginning of the year. Depending on how well we do versus the predictions, we get a...

  • RE: Can I push an Index hint down into a base tables from a view

    GilaMonster (2/17/2009)


    colin Leversuch-Roberts (2/17/2009)


    whether you can pass one index hint i have no idea - never tried that.

    You can't. Plan guides are limited to the hints that appear...

  • RE: Design Question

    Addresses are a pain in the tucas, and yeah, complex storage can be confusing, but I've just found that the more complex storage mechanisms provide a level of versatility on...

  • RE: Are the posted questions getting worse?

    Jeff Moden (2/17/2009)


    I agree... especially when the someone who writes the document is really a frustrated novelist and includes no code samples. Or worse... incorrect code samples and code...

  • RE: Are the posted questions getting worse?

    Jeff Moden (2/17/2009)


    Lynn Pettis (2/17/2009)


    GilaMonster (2/17/2009)


    <Sigh> Why don't people read the manuals?

    Thinking and Reading that would mean. On silver plater answer should be.

    Heh... "STAR"... Start Thinking And Reading. ...

  • RE: Are the posted questions getting worse?

    Bruce W Cassidy (2/17/2009)


    [font="Verdana"]A friend of mine wrote a book on why IT projects fail. One of the points he made (which I remember vividly) was that there are...

  • RE: Advise for complete Beginners

    GSquared (2/17/2009)


    Something that was really helpful to me when I was first learning how to build databases and code them was Microsoft's wizards for various things. I'd open the...

  • RE: Is a daily Update statistic task necessary?

    Getting the statistics update away from the index rebuilds is great, but dropping the statistics maintenance entirely might not be the best idea. You should monitor your queries to see...

  • RE: Identifying unused tables and stored procedures since last six month

    You can query the cache to see what procedures are in it and compare that against the list of procedures. However, just because a procedure is not currently in cache...

  • RE: Advise for complete Beginners

    Starting from ground zero is hard. I'd concentrate more on learning what everything is and how it works and less on getting certified. Certification counts in some ways, but experience...

Viewing 15 posts - 18,331 through 18,345 (of 22,202 total)