Forum Replies Created

Viewing 15 posts - 18,346 through 18,360 (of 22,214 total)

  • 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...

  • RE: Create a non clustered index on a 400million rows

    I wouldn't suggest you empty the table, create the index and then load the table. That's actually the opposite of how most large scale loads are done. Instead, get every...

  • RE: Learning indexes

    I wouldn't call it a tutorial, but I did write up my experiences doing this sort of thing. It will give you an idea of how you could approach it....

  • RE: DISTINCT and IN

    I think you're referring back to another set of posts where someone suggested that using the IN clause in the query eliminated the need for the DISTINCT clause. Am I...

Viewing 15 posts - 18,346 through 18,360 (of 22,214 total)