Forum Replies Created

Viewing 15 posts - 12,496 through 12,510 (of 26,486 total)

  • RE: Group in text data column

    No promises, try casting the NOTES column to varchar(max) in the select list, CAST(NOTES as VARCHAR(MAX)) as NOTES.

  • RE: Occurrence count

    Sean Lange (4/24/2012)


    And the 28,000+ queries isn't exactly going to be fast. :w00t: Add to that the implicit conversion on every single column...might was well take a nap.

    If we could...

  • RE: Social Media and Interviews

    GSquared (4/24/2012)


    jfogel (4/24/2012)


    TravisDBA (4/24/2012)


    You just exactly made my point, you are admitting basically that you are already using (or would use) some type of illegal drug, just not blow at...

  • RE: Are the posted questions getting worse?

    SQLRNNR (4/24/2012)


    Lynn Pettis (4/24/2012)


    jcrawf02 (4/24/2012)


    Who killed JR again?

    Personally, I scheduled my college classes around "Whose Line Is It Anyway?"

    I didn't know JR was killed? I thought he was...

  • RE: Social Media and Interviews

    TravisDBA (4/24/2012)


    Of course absolutely, I'm not preventing people from their opinions or their free choice for that matter, even if it is currently illegal. People are going to do what...

  • RE: Help - I have not coded in a long time

    Read about Tally Tables, fourth reference in my signature block below. Start there and as you have questions, ask.

  • RE: Are the posted questions getting worse?

    jcrawf02 (4/24/2012)


    Who killed JR again?

    Personally, I scheduled my college classes around "Whose Line Is It Anyway?"

    I didn't know JR was killed? I thought he was just shot. ...

  • RE: Social Media and Interviews

    TravisDBA (4/24/2012)


    I'm sure there are other options, but there needs to be a open forum for discussion. This is where listening to those on the front lines is important.

    The...

  • RE: Help - I have not coded in a long time

    wutang (4/24/2012)


    adrian.facio (4/24/2012)


    Hi, what do you think about this one?

    -- A tally table is needed.

    CREATE TABLE Numbers (Number INT)

    INSERT INTO numbers

    SELECT TOP 1000 row_number() OVER (

    ORDER BY column_id

    )

    FROM sys.columns;

    --...

  • RE: Social Media and Interviews

    TravisDBA (4/24/2012)


    No one individually. However, most people in my expereince who are pushing hard for legalization have a vested interest in my opinion.:-D

    Let's see. If regulated (yes, under age...

  • RE: performance of join across linked server

    Dev (4/24/2012)


    I am not arguing on Paul’s capabilities (and your suggestion as well). I just wanted to say that OP is particularly looking for MS reference.

    That's why I said I...

  • RE: Social Media and Interviews

    TravisDBA (4/24/2012)


    Lynn Pettis (4/24/2012)


    TravisDBA (4/24/2012)


    You just exactly made my point, you are admitting basically that you are already using some type of illegal drug, just not blow at this time(which...

  • RE: performance of join across linked server

    Dev (4/24/2012)


    Lynn Pettis (4/24/2012)


    I would look at Paul Randals blog on SQLSkills.com if you are looking for something more authoritative.

    The following still holds good...

    realyl need to find something from MS...

  • RE: Social Media and Interviews

    TravisDBA (4/24/2012)


    You just exactly made my point, you are admitting basically that you are already using some type of illegal drug, just not blow at this time(which BTW is usually...

  • RE: SQL Server 2008 Running Total Calculation

    Read this article and the discussion following it.

    http://www.sqlservercentral.com/articles/T-SQL/68467/

Viewing 15 posts - 12,496 through 12,510 (of 26,486 total)