Forum Replies Created

Viewing 15 posts - 1,441 through 1,455 (of 15,381 total)

  • RE: Interview Questions

    Ed Wagner (6/17/2016)


    Sergiy (6/16/2016)


    My point was - the question about finding current time does not have a correct answer without specifying additional conditions.

    And I think that's fine. If you...

  • RE: Are the posted questions getting worse?

    Luis Cazares (6/16/2016)


    Brandie Tarvin (6/16/2016)


    Everyone say goodbye to Texas. I do believe it's going to disappear soon. :w00t:

    On a serious note, I'm really hoping no one gets hurt when this...

  • RE: Syntax error using WITH

    llouw1 (6/15/2016)


    splitstring is an existing function on our server that I didnt want to mess with...

    I would recommend using one or the other. Using multiple splitters is awfully confusing.

  • RE: Using table name variable without dynamic SQL

    yuvipoy (6/15/2016)


    What about this ?

    Create Table test12 (i int, j int)

    insert into test12

    Select 1,5

    Create procedure test

    (@tablename varchar(10),

    @filedval int,

    @where int)

    as

    Begin

    declare @String varchar(200)

    set @String = 'Update '+ @tablename +' Set j...

  • RE: Syntax error using WITH

    I have to ask....why are you using two different splitters?

    SplitString

    &

    DelimitedSplit8K

  • RE: Interview Questions

    ScottPletcher (6/14/2016)


    Sean Lange (6/14/2016)


    ScottPletcher (6/14/2016)


    My advanced knowledge, "tricky" q is:

    In autocommit mode, when can an UPDATE statement partially complete, some UPDATEs made, some not, where SQL does not roll it...

  • RE: Interview Questions

    ScottPletcher (6/14/2016)


    My advanced knowledge, "tricky" q is:

    In autocommit mode, when can an UPDATE statement partially complete, some UPDATEs made, some not, where SQL does not roll it back?

    Edit:...

  • RE: Benefits of Resource Governor

    Steve Jones - SSC Editor (6/14/2016)


    Sean Lange (6/14/2016)


    TomThomson (6/14/2016)


    Interesting question.

    Even more interesting answer statistics. The documentation is very clear and up-front about two limitations: (i) resource govenor doesn't work...

  • RE: Are the posted questions getting worse?

    ChrisM@Work (6/14/2016)


    Sean Lange (6/14/2016)


    Luis Cazares (6/14/2016)


    Sometimes I just want to post RTFA(rticle).

    People are given answers with an article that explains the solution, but won't bother reading and keep posting...

  • RE: Are the posted questions getting worse?

    Luis Cazares (6/14/2016)


    Sometimes I just want to post RTFA(rticle).

    People are given answers with an article that explains the solution, but won't bother reading and keep posting saying they don't...

  • RE: find substring...and count...

    llouw1 (6/14/2016)


    hi

    I am pressed for time...as we all are LOL...

    all I need to do is read through the table and for every new record I need to re-set...

  • RE: find substring...and count...

    llouw1 (6/14/2016)


    Thank you so much.

    no - in your example - where you have a variable @String - I would have a table and not just one variable e.g.

    1,4:yes 6:yes 7:yes...

  • RE: Benefits of Resource Governor

    TomThomson (6/14/2016)


    Interesting question.

    Even more interesting answer statistics. The documentation is very clear and up-front about two limitations: (i) resource govenor doesn't work across instances and(ii) resource govenor doesn't concern...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (6/14/2016)


    Ed Wagner (6/14/2016)


    BrainDonor (6/14/2016)


    Brandie Tarvin (6/14/2016)


    I am seriously considering removing my LinkedIn profile all of a sudden. I did not join to be marketed to. According to this...

  • RE: Interview Questions

    patrickmcginnis59 10839 (6/10/2016)


    Sean Lange (6/10/2016)


    [quote-0Well on the same line of trying to determine if this is a good question or not, maybe not everybody does queries with aggregation either. The...

Viewing 15 posts - 1,441 through 1,455 (of 15,381 total)