Forum Replies Created

Viewing 15 posts - 5,956 through 5,970 (of 9,399 total)

  • RE: Today's Random Word!

    TomThomson (5/28/2015)


    Eirikur Eiriksson (5/28/2015)


    djj (5/28/2015)


    Revenant (5/28/2015)


    Ed Wagner (5/28/2015)


    cunningham (5/28/2015)


    crookj (5/28/2015)


    Ed Wagner (5/28/2015)


    djj (5/28/2015)


    Ed Wagner (5/28/2015)


    cunningham (5/28/2015)


    session

    Server

    SQL:-D

    Performance

    Recital

    Piano

    Guitar

    Tune

    Engine

    Running

    Races

    Horse

  • RE: Selecting Field that contains data from another field

    No problem. Glad to help.

  • RE: Today's Random Word!

    cunningham (5/28/2015)


    crookj (5/28/2015)


    Ed Wagner (5/28/2015)


    djj (5/28/2015)


    Ed Wagner (5/28/2015)


    cunningham (5/28/2015)


    session

    Server

    SQL:-D

    Performance

    Recital

    Piano

    Guitar

  • RE: Today's Random Word!

    djj (5/28/2015)


    Ed Wagner (5/28/2015)


    cunningham (5/28/2015)


    session

    Server

    SQL:-D

    Performance

  • RE: Blocking

    Here's the query to pull from the DMVs that Grant mentioned, but this will only get you what's going on right now.

    SELECT er.session_id spid, er.blocking_session_id blocking_spid, st.text

    FROM...

  • RE: Selecting Field that contains data from another field

    SteveEClarke (5/28/2015)


    Okay - here is the problem I have.

    We have a stock code table with a description field and a brand field - when the data was entered, some of...

  • RE: Why does SQL choose the "wrong" index

    tim_harkin (5/27/2015)


    declare @LastName NVARCHAR(255), @PostCode NVARCHAR(255), @DOB DATE, @Country NVARCHAR(255)

    SELECT COUNT(1)

    FROM dbo.Persons

    WHERE LastName = @LastName

    AND PostalCode = @PostCode

    AND DOB = @DOB

    AND Country = @Country

    AND PersonID<>0

    This might just be a typo...

  • RE: Blocking

    ramyours2003 (5/28/2015)


    In sql 2012 i want to track the blocking details at a specific time is any query to get the data ?

    If the specific time is now, then...

  • RE: Unable to use proper quotes in the statement

    If you look at the OP and type the solution on a semi-normal keyboard while not trying to screw it up, then Gail's advice works fine: Use REPLACE.

  • RE: Operator Description

    Hugo Kornelis (5/28/2015)


    Okay, I am going to contest this one. I know that Books Online says that "Aggregate" can be "a logical operator or a physical operator". But who has...

  • RE: Today's Random Word!

    cunningham (5/28/2015)


    session

    Server

  • RE: Are the posted questions getting worse?

    GilaMonster (5/27/2015)


    SQLRNNR (5/27/2015)


    GilaMonster (5/27/2015)


    Looks like I hit a few nerves with Sunday's editorial....

    Two words...

    Ugh

    Troll

    I'd reply and point out the flaw in his logic (he's got scientific method and scientific consensus...

  • RE: The Scientific Method: a call to action

    Gail, getting back to your editorial for a moment...my compliments. Things like million-row test tables, letting the code do the talking and accepting results that differ from what we'd...

  • RE: The Scientific Method: a call to action

    SQLRNNR (5/27/2015)


    Lynn Pettis (5/27/2015)


    meilenb (5/27/2015)


    Alan.B (5/27/2015)


    Lynn Pettis (5/27/2015)


    meilenb (5/27/2015)


    Alan.B (5/27/2015)


    Emph. mine

    meilenb (5/24/2015)


    ...

    Everyone knows that CO2, CH4 and N2O ...

    How is the science clear on climate change when the scientists can't...

  • RE: Are the posted questions getting worse?

    Luis Cazares (5/27/2015)


    Ed Wagner (5/27/2015)


    Alan.B (5/27/2015)


    Brandie Tarvin (5/27/2015)


    Just curious how many people on The Thread are World Cup fans. Cause... STUFF and MORE STUFF.

    And I was wondering how y'all felt...

Viewing 15 posts - 5,956 through 5,970 (of 9,399 total)