Forum Replies Created

Viewing 15 posts - 196 through 210 (of 233 total)

  • RE: Indexes

    Steve Jones - Editor (12/22/2008)


    I'm not sure it's even good English, and it's certainly not consistent.

    I would agree it is important that we understand what we are talking about and...

    "Beliefs" get in the way of learning.

  • RE: Indexes

    Lynn Pettis (12/22/2008)


    Robert Frasca (12/21/2008)


    On the topic of the Queen's English, my complaint is with the way those items are categorized in BOL.

    On this note, it should be known that...

    "Beliefs" get in the way of learning.

  • RE: Indexes

    RBarryYoung (12/21/2008)


    Robert Frasca (12/21/2008)


    Different kinds of types. Now we're playing a little loose and fast with the Queen's English. 🙂 (They are synonyms.)

    ...

    I believe they are...

    "Beliefs" get in the way of learning.

  • RE: Indexes

    RBarryYoung (12/21/2008)


    Ah yes, typology is always good for a donnybrook or two...

    Well, I got it wrong, but I am going to go with Steve on this one. The issue...

    "Beliefs" get in the way of learning.

  • RE: Indexes

    Steve Jones - Editor (12/19/2008)


    We can argue about whether an indexed view should be a type of index or not, but right now MS is choosing to call it that....

    "Beliefs" get in the way of learning.

  • RE: Indexes

    GilaMonster (12/19/2008)


    Robert Frasca (12/19/2008)


    I found heap, clustered, non-clustered, and XML as the only valid "types".

    Heap, no. It doesn't have the b-tree structure, it's not an index.

    Don't forget spatial indexes...

    "Beliefs" get in the way of learning.

  • RE: Indexes

    Hi folks,

    Sorry, I can't agree with this. Just because it's listed in the documentation under a column labeled "index type" doesn't make it so. An indexed view is...

    "Beliefs" get in the way of learning.

  • RE: SQL Server 2005: Script all Indexes

    Didn't declare @tablename.

    "Beliefs" get in the way of learning.

  • RE: When can a CHECKPOINT occur during a BU?

    The transaction log exists to maintain database integrity regardless of the recovery model. If you start a backup and then start an intensive set of update transactions then the...

    "Beliefs" get in the way of learning.

  • RE: Primary Key

    PaulB (10/16/2008)


    Okay... lets try to get to the bottom line on this stuff.

    You should create a PK when you want to have RI enforced.

    If you want to enforce uniqueness an...

    "Beliefs" get in the way of learning.

  • RE: Primary Key

    Don't mean to be fussy but a table can have a PK and be a heap table. A table without a clustered index is part of the heap. ...

    "Beliefs" get in the way of learning.

  • RE: Primary Key

    I've followed this debate with interest but I'm afraid that Paul has not convinced me. I want to be able to uniquely identify every row in my database for...

    "Beliefs" get in the way of learning.

  • RE: Thesaurus Files

    They're both "local" in the sense that they're on the local machine versus online. Specifically, they're both in the SQL_Server_install_path\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\FTDATA directory by default.

    This is out of SQL...

    "Beliefs" get in the way of learning.

  • RE: Thesaurus Files

    The term "local" thesaurus isn't really accurate. There is a language-specific thesaurus and a global thesaurus. Both are "local".

    "Beliefs" get in the way of learning.

  • RE: Data Collector

    I guess I'm a little hazy on the difference between "information" and "data".:)

    Seriously, the proper answer probably should be msdb. My presumption is that he was trying...

    "Beliefs" get in the way of learning.

Viewing 15 posts - 196 through 210 (of 233 total)