Forum Replies Created

Viewing 15 posts - 1,591 through 1,605 (of 2,783 total)

  • RE: Possible to use merge replication to "sync" two servers

    Never mind. I did what I should have done first and looked at the MSDN article on merge replication, it won't work for what I need.

    Looks like we may...

  • RE: Are the posted questions getting worse?

    Ed Wagner (5/11/2016)


    jasona.work (5/11/2016)


    Ed Wagner (5/11/2016)


    Grumpy DBA (5/11/2016)


    jasona.work (5/11/2016)


    Jeff Moden (5/10/2016)


    Grumpy DBA (5/10/2016)


    jasona.work (5/10/2016)


    Dang, now I want sliders for lunch...

    6 sliders, order of fries, order of deep-fried mozzarella sticks, large...

  • RE: Are the posted questions getting worse?

    Ed Wagner (5/11/2016)


    Grumpy DBA (5/11/2016)


    jasona.work (5/11/2016)


    Jeff Moden (5/10/2016)


    Grumpy DBA (5/10/2016)


    jasona.work (5/10/2016)


    Dang, now I want sliders for lunch...

    6 sliders, order of fries, order of deep-fried mozzarella sticks, large Coke...

    Not sure where...

  • RE: Home SQL Server - Do I need a Graphics card if I opt for 64GB RAM?

    etl2016 (5/11/2016)


    thanks.

    Sorry, missed one bit. I am willing to go for dual-monitor (27inch, 23 inch). From this context as well, do I or do I NOT need Graphics card...

  • RE: Home SQL Server - Do I need a Graphics card if I opt for 64GB RAM?

    The easy way to put it is, SQL doesn't care what kind of graphic card you have.

    But, you will need some sort of graphic card / display adapter, to connect...

  • RE: Are the posted questions getting worse?

    Jeff Moden (5/10/2016)


    Grumpy DBA (5/10/2016)


    jasona.work (5/10/2016)


    Dang, now I want sliders for lunch...

    6 sliders, order of fries, order of deep-fried mozzarella sticks, large Coke...

    Not sure where in the dirty mitten you...

  • RE: Are the posted questions getting worse?

    Grumpy DBA (5/10/2016)


    jasona.work (5/10/2016)


    Dang, now I want sliders for lunch...

    6 sliders, order of fries, order of deep-fried mozzarella sticks, large Coke...

    Not sure where in the dirty mitten you reside but...

  • RE: Are the posted questions getting worse?

    Sean Lange (5/10/2016)


    djj (5/10/2016)


    Sean Lange (5/10/2016)


    ChrisM@Work (5/10/2016)


    Sean Lange (5/9/2016)


    So I brought back some yummy foods from New Orleans. I got some crawfish and pork sausage, some gator and pork sausage...

  • RE: Are the posted questions getting worse?

    ThomasRushton (5/10/2016)


    Ed Wagner (5/9/2016)


    Brandie Tarvin (5/9/2016)


    Oy! SSMS IS defective, thank you very much.

    It still hasn't crunched those winning lottery ticket numbers despite 10 years of me running that script.

    Check your...

  • 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.

Viewing 15 posts - 1,591 through 1,605 (of 2,783 total)