Forum Replies Created

Viewing 15 posts - 1,606 through 1,620 (of 2,789 total)

  • RE: SQL help required please !

    Without knowing the data type of the hours column, I gave this a try:

    create table #timestuff (starttime datetime

    , addtime time)

    insert into #timestuff values ('2016-04-24 02:30:00.000','03:30')

    ,('2016-04-25 05:00:00.000','04:00')

    select...

  • RE: Are the posted questions getting worse?

    Sean Lange (5/9/2016)


    Oh lordy....here is a discussion on another forum from earlier today.

    OP:

    My SQL update string looks like this: "UPDATE " + tableName + " SET ??? = " +...

  • RE: Are the posted questions getting worse?

    Ed Wagner (5/6/2016)


    WayneS (5/6/2016)


    David Burrows (5/6/2016)


    Grumpy DBA (5/4/2016)


    ^ I agree with Brandie. Matter of fact that's how I came to my current employer, a former colleague has been here...

  • RE: STIGS Help

    Some time back, I took the time to copy / paste all the queryable STIG checks out into one massive set of queries. Comes in handy as you can...

  • RE: STIGS Help

    I use the STIG Viewer that's available from them here

    It's a Java jar file, so you do need Java to open it / run it. Once you've got it...

  • RE: STIGS Help

    Way, way more friendly.

  • RE: STIGS Help

    If you burrow into the FAQ section, it's here:

    The SQL Server 2012 STIG should be used for SQL Server 2008 R2.

    And oh yeah on how long it can take Gov't...

  • RE: STIGS Help

    I took a look at the particular STIG check you mentioned, and there is an "out" in it:

    If any results listed are not documented in the System Security Plan and...

  • RE: Any experiences with AirBnB?

    Eric M Russell (5/5/2016)


    jasona.work (5/5/2016)


    Ray K (5/5/2016)


    jasona.work (5/5/2016)


    Now we just need to get our refi on our home completed with our credit union so we can see if the budget...

  • RE: Any experiences with AirBnB?

    Ray K (5/5/2016)


    jasona.work (5/5/2016)


    Now we just need to get our refi on our home completed with our credit union so we can see if the budget will carry this trip,...

  • RE: Any experiences with AirBnB?

    So last night I set up an AirBnB account to get a better feel for what's available where we're looking at going.

    Amusingly, one of the hosts is quite literally next...

  • RE: Any experiences with AirBnB?

    Luis Cazares (5/4/2016)


    I had a good experience using AirBnB when I had to look a place before finding an apartment.

    My mom rents a bedroom and she recently traveled through Europe...

  • RE: Are the posted questions getting worse?

    GilaMonster (5/4/2016)


    jasona.work (5/4/2016)


    GilaMonster (5/3/2016)


    jasona.work (5/3/2016)


    GilaMonster (5/3/2016)


    jasona.work (5/3/2016)


    Heh. I'm picturing a company where their "office" is nothing more than a cage in a CoLo facility that once a month or...

  • RE: Are the posted questions getting worse?

    GilaMonster (5/3/2016)


    jasona.work (5/3/2016)


    GilaMonster (5/3/2016)


    jasona.work (5/3/2016)


    Heh. I'm picturing a company where their "office" is nothing more than a cage in a CoLo facility that once a month or so a...

  • RE: Are the posted questions getting worse?

    xsevensinzx (5/3/2016)


    Hey guys,

    Need some advice. I got a really good job offer recently to work at a company as a DBA. I'm currently a data architect that built and manages...

Viewing 15 posts - 1,606 through 1,620 (of 2,789 total)