Forum Replies Created

Viewing 15 posts - 15,811 through 15,825 (of 19,564 total)

  • RE: Are the posted questions getting worse?

    john.arnott (3/29/2010)


    After skimming through it, paying a bit more attention to the posts from you-know-who, I would have to suggest that any further pain resulting from interaction with that particular...

  • RE: Are the posted questions getting worse?

    Jack Corbett (3/29/2010)


    CirquedeSQLeil (3/29/2010)


    Reading that certification thread when you already have a headache - just makes matters worse.

    I usually never unsubscribe from any threads, but I did from that one....

  • RE: The Missing Certification

    Lynn Pettis (3/29/2010)


    CirquedeSQLeil (3/29/2010)


    dma-669038 (3/29/2010)


    I meant that as a joke, kinda lost it 🙂 Anyways nobody has to be 'certified' to discuss..we are sql server professionals and involved in this...

  • RE: T-log backup clean-up task completing, but giving Error: 18204,Severity: 16, State: 1

    Run the following and let us know this info.

    SELECT SERVERPROPERTY('EDITION');

    SELECT SERVERPROPERTY('PRODUCTLEVEL');

    SELECT SERVERPROPERTY('PRODUCTVERSION');

    Does that filename show up in your msdb.dbo.backupfile table?

    Is that file present on the share?

  • RE: Moving to 2008 Instance from 2005 default instance

    Do you have a dev environment or QA (UAT) environment where you can do this first? This would give you the opportunity to note anything you have missed or...

  • RE: What is the ideal size for a table

    That would come down more to database design and theory. The ideal size of the table (number of columns) will depend on your application needs and design specifications.

    I would...

  • RE: Today's Random Word!

    Albacore

  • RE: Today's Random Word!

    Bumblebee

  • RE: T-SQL Coding Standards

    Avoid the use of nolock.

    Document your code.

    Format your code and stay consistent. Code that is easy to read is easier to troubleshoot.

    Explicitly define your joins (could spare you some...

  • RE: How to remove / delete multiple logins

    Was there only one database on the server?

    I would be careful about removing the logins. George and Ron provide some nice scripts. I would not execute the code...

  • RE: Today's Random Word!

    bee

  • RE: Are the posted questions getting worse?

    WayneS (3/29/2010)


    CirquedeSQLeil (3/29/2010)


    ARRRRRRRRRRRRRRRRRRRRRRGGGGGGGGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

    HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

    HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

    HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

    HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

    HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

    HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

    HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

    HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

    HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

    HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

    HHHHH...

    So Jason, anything special happening with you today? :w00t:

    Reading that certification thread when you already have a headache - just makes matters worse.

  • RE: Index usage overview

    Nice Script. I think I can find some use for it.

  • RE: Index usage overview

    crainlee2 (3/29/2010)


    Wilfred,

    What is the purpose of this elaborate query?

    (NOTE: I have commented out the ALTER INDEX (DISABLE) statement until I get an explanation of what the query is supposed...

Viewing 15 posts - 15,811 through 15,825 (of 19,564 total)