Forum Replies Created

Viewing 15 posts - 586 through 600 (of 1,415 total)

  • RE: Stored procedure to pass date ranges

    WHERE OrderDate BETWEEN @StartDate AND @EndDate
    AND BidDate BETWEEN @StartDate AND @EndDate

    If that criteria returned no rows, I would hazard a...

  • RE: The Problems with Gods

    Steve Jones - SSC Editor - Tuesday, September 26, 2017 4:40 PM

    patrickmcginnis59 10839 - Tuesday, September 26,...

  • RE: The Problems with Gods

    Steve Jones - SSC Editor - Tuesday, September 26, 2017 11:36 AM

    patrickmcginnis59 10839 - Tuesday, September 26,...

  • RE: The Problems with Gods

    Steve Jones - SSC Editor - Tuesday, September 26, 2017 8:56 AM

    Not allowing less privileged to change more privileged, but more side...

  • RE: The Problems with Gods

    Steve Jones - SSC Editor - Tuesday, September 26, 2017 7:51 AM

    patrickmcginnis59 10839 - Tuesday, September 26,...

  • RE: The Problems with Gods

    n.ryan - Tuesday, September 26, 2017 2:07 AM

    Agreed, however current mainstream Operating Systems such as Microsoft Windows just are not up to...

  • RE: Concatenate sp_MSForeachdb results

    Jeff Moden - Monday, September 25, 2017 12:02 PM

    patrickmcginnis59 10839 - Monday, September 25, 2017 11:50 AM

  • RE: Concatenate sp_MSForeachdb results

    Jeff Moden - Tuesday, September 19, 2017 6:10 PM

    sqlnewbie17 - Tuesday, September 19, 2017 1:25 AM

    September 25, 2017 at 11:50 am

    #1960821

  • RE: Cursor assistance, cursor not updating table

    update  t1
    set @columnname1 = t.value ------ @columname1...

  • RE: Voting for Change

    Regarding the connect item about truncations, its worth noting that a Microsoft person gave feedback in the thread in 2016. I think its worth noting this and giving credit that...

  • RE: Interviews: What is ACID?

    Another abbreviation that crops up is CRUD. I remember that in the nineties one developer kept using one of the alternatives where the latter letters referred to Alter and...

  • RE: Solution to Polymorphism?

    Maybe you could have filereferencei9, filereferenceMVR, etc that takes the place of the "polymorphic" filereference? Otherwise, you'll now need to inventory the types by checking explicitely by type instead of...

  • RE: Not at all, but we almost upset

    ZalDastur - Saturday, September 9, 2017 7:47 AM

    If you can’t open or repair .mdf via any method, in such case was...

  • RE: Problem with parameterized query

    Thom A - Wednesday, September 13, 2017 1:47 AM

    bmg002 - Tuesday, September 12, 2017 1:29 PM

    September 13, 2017 at 10:12 am

    #1959284

  • RE: Column name assignment

    Sean Lange - Monday, August 28, 2017 7:02 AM

    Nice back to basics question. I am shocked that at this time 21% of...

Viewing 15 posts - 586 through 600 (of 1,415 total)