Forum Replies Created

Viewing 15 posts - 15,751 through 15,765 (of 22,211 total)

  • RE: Are the posted questions getting worse?

    Jeff Moden (3/8/2010)


    Heh... my favorite response is, "Database? What database?" 😛

    Every time I get these "Hey, let's build a database that doesn't have referential integrity/indexes/normalization/mirrors our objects/only stores unstructured...

  • RE: Taking Advantage of SQL Server Tools

    Excellent list and great set of suggestions. I'd suggest an exchange, already covered by others. Yanke the DTA and put PowerShell up in its place.

    The DTA is just way...

  • RE: find index fragmentation

    GilaMonster (3/8/2010)


    8 on SQL 2000, 24 on SQL 2005+. 1 or 3 extents. Below that rebuilding the index will just lead to more mixed extents. Above that SQL will use...

  • RE: Question about unique constraint

    I think I understand the question.

    2. Yes, it's certainly possible to add a unique constraint to table 2. In fact, you should. Too many people rely on the ID column...

  • RE: Query on optimization

    An 8 table join is not going to kill performance assuming the query is well written and the indexes are properly structured. A 40 table join won't kill performance (trust...

  • RE: find index fragmentation

    Although, below, I think 8 pages (or is it 3, I've forgotten), SQL Server can't defrag the index at all, let alone will defragging an index that size give you...

  • RE: Part time

    I've tried finding that kind of work in the past and never was able to either. The few hits I have received came through networking with fellow DBA's. They're the...

  • RE: How many of you have done Certification for SQL Server?

    WayneS (3/5/2010)


    Grant Fritchey (3/5/2010)


    I recently interviewed at a company where it was made pretty clear, just how little I know. You're only as good as your experience and the information...

  • RE: How many of you have done Certification for SQL Server?

    Jack Corbett (3/5/2010)


    GilaMonster (3/5/2010)


    Jack Corbett (3/5/2010)


    If you are already known as a top-level person (Grant, Gail, etc..), then the cert is unnecessary.

    When you're bidding for work (consulting), a collection of...

  • RE: How many of you have done Certification for SQL Server?

    Roy Ernest (3/5/2010)


    The top level Grant guy we are talking about is a scary one... 😛

    Yes true regarding the knowledge base. I know nothing about BI, I have done only...

  • RE: How many of you have done Certification for SQL Server?

    I don't know who this top-level Grant guy you're talking about is.

    I recently interviewed at a company where it was made pretty clear, just how little I know. You're only...

  • RE: Dropping constraints and re-create the same

    If you're trying to simply identify the objects, sure you can use straight TSQL, but if you're trying to generate scripts, you really need to look at some method of...

  • RE: Are the posted questions getting worse?

    Jack Corbett (3/5/2010)


    For those not on Twitter, I passed the 70-432 Implementing and Maintaining SQL Server 2008 exam yesterday. Easier than I thought it would be. If...

  • RE: How many of you have done Certification for SQL Server?

    I think this really comes to down to personal preference and/or experience. Here's my 1.5 cents:

    I am not certified. Based on my current job, salary, experience level, and experience interviewing...

  • RE: Blocking on insert

    It doesn't sound too mysterious. You say you get bursts of inserts over time, and these bursts can cause page splits or whatever within the index and while things are...

Viewing 15 posts - 15,751 through 15,765 (of 22,211 total)