Forum Replies Created

Viewing 15 posts - 3,886 through 3,900 (of 9,399 total)

  • RE: Insert and Select statements

    If you want to refer to col1 in table2, you can refer to it in the select statement. Example:

    SELECT col4, col5, col2

    FROM table2;

    If, on the other hand,...

  • RE: Today's Random Word!

    djj (2/10/2016)


    whereisSQL? (2/10/2016)


    crookj (2/10/2016)


    DonlSimpson (2/10/2016)


    Ed Wagner (2/10/2016)


    Revenant (2/10/2016)


    Grumpy DBA (2/10/2016)


    djj (2/10/2016)


    Ray K (2/10/2016)


    djj (2/10/2016)


    SQLRNNR (2/10/2016)


    Ed Wagner (2/10/2016)


    ThomasRushton (2/10/2016)


    Ed Wagner (2/10/2016)


    crookj (2/10/2016)


    Ed Wagner (2/10/2016)


    Grumpy DBA (2/10/2016)


    Ed Wagner (2/10/2016)


    BL0B_EATER (2/10/2016)


    SQLRNNR (2/10/2016)


    deadlock

    victim

    Predator

    Schwarzenegger

    Governor

    Resource

    Time

    Hammer

    Sledge

    Steam

    Ship

    Plane

    Train

    Automobile

    Commute :doze:

    Traffic

    Light

    Dark

    Lord

    King

    Dictator

  • RE: Today's Random Word!

    Revenant (2/10/2016)


    Grumpy DBA (2/10/2016)


    djj (2/10/2016)


    Ray K (2/10/2016)


    djj (2/10/2016)


    SQLRNNR (2/10/2016)


    Ed Wagner (2/10/2016)


    ThomasRushton (2/10/2016)


    Ed Wagner (2/10/2016)


    crookj (2/10/2016)


    Ed Wagner (2/10/2016)


    Grumpy DBA (2/10/2016)


    Ed Wagner (2/10/2016)


    BL0B_EATER (2/10/2016)


    SQLRNNR (2/10/2016)


    deadlock

    victim

    Predator

    Schwarzenegger

    Governor

    Resource

    Time

    Hammer

    Sledge

    Steam

    Ship

    Plane

    Train

    Automobile

    Commute :doze:

    Traffic

  • RE: Today's Random Word!

    ThomasRushton (2/10/2016)


    Ed Wagner (2/10/2016)


    crookj (2/10/2016)


    Ed Wagner (2/10/2016)


    Grumpy DBA (2/10/2016)


    Ed Wagner (2/10/2016)


    BL0B_EATER (2/10/2016)


    SQLRNNR (2/10/2016)


    deadlock

    victim

    Predator

    Schwarzenegger

    Governor

    Resource

    Time

    Hammer

    Sledge

  • RE: Today's Random Word!

    crookj (2/10/2016)


    Ed Wagner (2/10/2016)


    Grumpy DBA (2/10/2016)


    Ed Wagner (2/10/2016)


    BL0B_EATER (2/10/2016)


    SQLRNNR (2/10/2016)


    deadlock

    victim

    Predator

    Schwarzenegger

    Governor

    Resource

    Time

  • RE: I need to Copy/refresh the "data only" to Test from prod

    michael_okonji (2/10/2016)


    sounds awesome Mike and Ed. I'll try that today... let you guys know how that went. Have a great day at work today

    You too. Glad to help.

    Don't forget...

  • RE: Today's Random Word!

    Grumpy DBA (2/10/2016)


    Ed Wagner (2/10/2016)


    BL0B_EATER (2/10/2016)


    SQLRNNR (2/10/2016)


    deadlock

    victim

    Predator

    Schwarzenegger

    Governor

  • RE: Suspect Pages

    Great question, Steve, thanks. This is an area I've been interested in for some time and I'm just starting to really dig into it.

  • RE: Converting hex values

    julienchappel 38298 (2/9/2016)


    None of the formula options produced the expected result. The correct answer to this QOD is None of the answers is correct.

    That was part of the question. ...

  • RE: Today's Random Word!

    BL0B_EATER (2/10/2016)


    SQLRNNR (2/10/2016)


    deadlock

    victim

    Predator

  • RE: Today's Random Word!

    whereisSQL? (2/9/2016)


    HappyGeek (2/9/2016)


    Terabytes

    Petabytes

    Space

  • RE: Extract text from middle of string

    Here's another approach if you do this type of thing frequently.

    SELECT s.Item

    FROM dbo.table_name t

    CROSS APPLY dbo.DelimitedSplit8K(t.file_name, '_') s

    WHERE s.ItemNumber = 3;

    This may...

  • RE: Any probable issue with AD/DC @Windows

    SQL-DBA-01 (2/9/2016)


    Hi

    I captured wait stats for 3 hrs and during the period I found that this wait stats "PREEMPTIVE_OS_AUTHENTICATIONOPS" number is v high.

    Should I suspect this to any trouble with...

  • RE: MAXDOP value is set to 1 but the SQL box has 8 cores

    SQL-DBA-01 (2/9/2016)


    Hi.

    I found that in one of the servers the max dop value is set to 1 but in the server it has 8 cores.

    Is this fine to have 8...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (2/9/2016)


    Ed Wagner (2/9/2016)


    Lynn Pettis (2/9/2016)


    Phil Parkin (2/9/2016)


    Lynn Pettis (2/9/2016)


    Who has the Crystal Ball??

    Silver Spoon(2/9/2016)


    I Get the following error when attempting to Configure Distribution on a SQL Server 2014...

Viewing 15 posts - 3,886 through 3,900 (of 9,399 total)