Forum Replies Created

Viewing 15 posts - 4,696 through 4,710 (of 9,399 total)

  • RE: Today's Random Word!

    anthony.green (11/16/2015)


    djj (11/16/2015)


    anthony.green (11/16/2015)


    Ed Wagner (11/16/2015)


    Sith

    Dark

    Chocolate

    Bean

    Coffee

  • RE: Are the posted questions getting worse?

    BrainDonor (11/16/2015)


    djj (11/16/2015)


    I will be the first to admit I am not the smartest person, but at least I try to ask questions by providing requested information with my try...

  • RE: Today's Random Word!

    anthony.green (11/16/2015)


    Ed Wagner (11/16/2015)


    anthony.green (11/16/2015)


    Ed Wagner (11/16/2015)


    anthony.green (11/16/2015)


    crookj (11/13/2015)


    Ed Wagner (11/13/2015)


    anthony.green (11/13/2015)


    DonlSimpson (11/13/2015)


    anthony.green (11/13/2015)


    Ed Wagner (11/12/2015)


    DonlSimpson (11/12/2015)


    anthony.green (11/12/2015)


    Ed Wagner (11/12/2015)


    Bill

    Overbeck

    Sadler

    Sandler

    Pixels

    Pixies

    Debaser

    Acidity

    Tartness

    Pungency

    Strong

    The Force

    Jedi

    Light

    Sith

  • RE: t-sql 2012 passing lot of values in a parameter

    I have quite a few cases where I pass a delimited list to a stored procedure. The DelimitedSplit8K ITVF lets me to use the list as a table, so...

  • RE: Today's Random Word!

    anthony.green (11/16/2015)


    Ed Wagner (11/16/2015)


    anthony.green (11/16/2015)


    crookj (11/13/2015)


    Ed Wagner (11/13/2015)


    anthony.green (11/13/2015)


    DonlSimpson (11/13/2015)


    anthony.green (11/13/2015)


    Ed Wagner (11/12/2015)


    DonlSimpson (11/12/2015)


    anthony.green (11/12/2015)


    Ed Wagner (11/12/2015)


    Bill

    Overbeck

    Sadler

    Sandler

    Pixels

    Pixies

    Debaser

    Acidity

    Tartness

    Pungency

    Strong

    The Force

    Jedi

  • RE: Data type for engineering specifications and measurements

    boosts (11/13/2015)


    Hi Ed, Thanks for the response.

    As I mentioned, the specification can be defined using 3, 4, or more values. In the example I provided, they can go in...

  • RE: Are the posted questions getting worse?

    Luis Cazares (11/14/2015)


    Jeff Moden (11/14/2015)


    GilaMonster (11/14/2015)


    I am getting seriously tired of the lack of thought and understanding evidenced by recent questions from certain individuals. Is a little bit of independent...

  • RE: Nested Types

    I've never had to use user-defined types in the database before, so I learned something new. I think I knew this because of the reading I did from last...

  • RE: Pass Through

    Thanks for a very good question that taught me something.

  • RE: Today's Random Word!

    anthony.green (11/16/2015)


    crookj (11/13/2015)


    Ed Wagner (11/13/2015)


    anthony.green (11/13/2015)


    DonlSimpson (11/13/2015)


    anthony.green (11/13/2015)


    Ed Wagner (11/12/2015)


    DonlSimpson (11/12/2015)


    anthony.green (11/12/2015)


    Ed Wagner (11/12/2015)


    Bill

    Overbeck

    Sadler

    Sandler

    Pixels

    Pixies

    Debaser

    Acidity

    Tartness

    Pungency

    Strong

  • RE: Today's Random Word!

    anthony.green (11/13/2015)


    DonlSimpson (11/13/2015)


    anthony.green (11/13/2015)


    Ed Wagner (11/12/2015)


    DonlSimpson (11/12/2015)


    anthony.green (11/12/2015)


    Ed Wagner (11/12/2015)


    Bill

    Overbeck

    Sadler

    Sandler

    Pixels

    Pixies

    Debaser

    Acidity

  • RE: making t-sql 2012 execute faster

    When functions are necessary, use inline table-valued functions if at all possible. Even if you only have to return a single column (like a scalar function) write it as...

  • RE: Data Sizes

    A good way to start thinking about normalization is to think about the nouns in your requirements. You have students, contacts and parents. Those are all nouns and...

  • RE: t-sql 2012 passing lot of values in a parameter

    Luis Cazares (11/13/2015)


    Just to make it easier to get to the correct article for DelimitedSplit8K

    http://www.sqlservercentral.com/articles/Tally+Table/72993/

    Be forewarned, Wendy, that DelimitedSpli8K will change the way you look at data...in a good way....

  • RE: SQL Server Cursor

    Sean Lange (11/13/2015)


    drew.allen (11/13/2015)


    You're executing your sql command in a TRY/CATCH block, but you're discarding any errors that you receive. How do you expect to troubleshoot your code if you're...

Viewing 15 posts - 4,696 through 4,710 (of 9,399 total)