Forum Replies Created

Viewing 15 posts - 4,741 through 4,755 (of 8,761 total)

  • RE: Are the posted questions getting worse?

    Grant Fritchey (8/13/2015)


    Lynn Pettis (8/13/2015)


    Ed Wagner (8/13/2015)


    I've worked in both environments and really prefer case-insensitive. As a habit, though, I try to write everything as case-sensitive.

    Having been working in...

  • RE: Are the posted questions getting worse?

    Jacob Wilkins (8/13/2015)


    Heh, things like that with names always make me shake my head. I recently ran across a database that had table in the dbo schema that also had...

  • RE: automation

    Quick suggestion, hire a consultant.

    😎

  • RE: Filtering on multiple input pairs

    Quick suggestion on parsing the XML

    😎

    USE tempdb;

    GO

    SET NOCOUNT ON;

    DECLARE @INPUT XML = '<input>

    <pair>

    <acct_no>23423</acct_no>

    <tran_dt>9-11-2015</tran_dt>

    </pair>

    <pair>

    ...

  • RE: Today's Random Word!

    Ed Wagner (8/12/2015)


    SQLRNNR (8/12/2015)


    whereisSQL? (8/12/2015)


    Ed Wagner (8/12/2015)


    Eirikur Eiriksson (8/12/2015)


    Ed Wagner (8/12/2015)


    Steve Jones - SSC Editor (8/12/2015)


    broke

    Spending

    spree

    Candy

    Crush

    saga :crying:

    Series

    Sequence

  • RE: Customizing a Third Party Application ... One database or two?

    busraker (8/12/2015)


    I have a enterprise system that comes with a SQL Server Database. I add functionality to this system by creating my own tables, views, functions, etc. and adding...

  • RE: Are the posted questions getting worse?

    SQLRNNR (8/12/2015)


    Lynn Pettis (8/12/2015)


    < Rant >

    I don't know about others but I am really tired of people thinking that using vulgarity is appropriate in a professional environment and this is...

  • RE: Archiving Data Script

    Welsh Corgi (8/12/2015)


    Brandie Tarvin (8/12/2015)


    Welsh Corgi (8/12/2015)


    Brandie Tarvin (8/11/2015)


    Welsh Corgi (8/11/2015)


    Unfortunately I get your code to work.

    On behalf of everyone who is wondering...

    Why is it unfortunate that you got...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (8/12/2015)


    I try very hard to be respectful and professional and help people even if it seems like they don't want the help; but I am not going to...

  • RE: Are the posted questions getting worse?

    GilaMonster (8/12/2015)


    Lynn, I think that may have been unnecessarily antagonistic.

    Agree, given the shortage of Silver Spoons since the last shipment hasn't arrived end yet.

    😎

    Edit: speech to text bug.

  • RE: Today's Random Word!

    Ed Wagner (8/12/2015)


    Steve Jones - SSC Editor (8/12/2015)


    broke

    Spending

    spree

  • RE: charindex/substring to replace varying amounts of '/'

    WayneS (8/12/2015)


    Eirikur,

    Since you're doing a performance test, how does this compare?

    Close to identical to the CTE version in performance and funny enough the QUERYTRACEON 8607 output tree differs only in...

  • RE: Today's Random Word!

    Ed Wagner (8/12/2015)


    djj (8/12/2015)


    Ed Wagner (8/12/2015)


    Eirikur Eiriksson (8/12/2015)


    Revenant (8/11/2015)


    SQLRNNR (8/11/2015)


    dearth

    sincerity

    naΓ―ve

    Clueless

    Valley Girl

    1980s

    Orwell

  • RE: XML export from a denormalised table

    Quick solution, similar to Kutang Pan's but slightly more flexible

    😎

    USE tempdb;

    GO

    SET NOCOUNT ON;

    DECLARE @SAMPLE_DATA TABLE

    (

    Campaign CHAR(2) ...

  • RE: DBCC FREEPROCCACHE impact on performace

    thbaig (8/12/2015)


    Hi,

    A strange issue is reported in production where one of stored proc is executing in variable time. Sometime with the same input it takes 5 sec and sometime more...

Viewing 15 posts - 4,741 through 4,755 (of 8,761 total)