Forum Replies Created

Viewing 15 posts - 1,081 through 1,095 (of 1,415 total)

  • RE: Are the posted questions getting worse?

    patrickmcginnis59 10839 (7/25/2014)


    Sean Lange (7/25/2014)


    Eirikur Eiriksson (7/25/2014)


    Sean Lange (7/25/2014)


    Eirikur Eiriksson (7/25/2014)


    Jeff Moden (7/25/2014)


    Sean Lange (7/25/2014)


    WOW!!! If you have ever wondered about the quality of responses at SO just checkout this...

  • RE: Are the posted questions getting worse?

    Sean Lange (7/25/2014)


    Eirikur Eiriksson (7/25/2014)


    Sean Lange (7/25/2014)


    Eirikur Eiriksson (7/25/2014)


    Jeff Moden (7/25/2014)


    Sean Lange (7/25/2014)


    WOW!!! If you have ever wondered about the quality of responses at SO just checkout this response to...

  • RE: Downgrading from SQL Server 2014 to SQL Server 2012

    pmscorca (7/23/2014)


    Ok. I repeat the last time my question.

    I haven't SQL Server 2012 media.

    I need to prepare a SQL Server 2012 installation having SQL Server 2014 installation.

    It is possible to...

  • RE: Downgrading from SQL Server 2014 to SQL Server 2012

    I wonder if an msdn subscription would help, ie., let folks gain availability to the various versions of install media that could then be used for an actual licensed install...

  • RE: DevOps

    Jeff Knupp, "Python Developer", yeah thats all I need to read about that.

  • RE: how to have a conditional join, or a conditional union based on parameters passed to stored procedure

    GilaMonster (7/15/2014)


    Why all the DISTINCTs Aspirant?

    Helps his nolock's run faster!

  • RE: Not Good Enough For Government Work

    Eric M Russell (7/21/2014)


    patrickmcginnis59 10839 (7/21/2014)


    Eric M Russell (7/21/2014)


    It's interesting that developers on the various "NoSQL" platforms are now focussing their efforts on implementing SQL language interfaces. Apparently when it...

  • RE: Not Good Enough For Government Work

    Eric M Russell (7/21/2014)


    It's interesting that developers on the various "NoSQL" platforms are now focussing their efforts on implementing SQL language interfaces. Apparently when it came time to start capitalizing...

  • RE: Are the posted questions getting worse?

    Jack Corbett (7/16/2014)


    Eirikur Eiriksson (7/16/2014)


    No implied either, my respect on handling the situation! So far, JC is the only one that has managed to rub me the wrong...

  • RE: Not Good Enough For Government Work

    Phil Factor (7/15/2014)


    @patrickmcginnis59

    Yes, it is certainly possible to have a NoSQL database that handles ACID properly. It just surprises me that some don't. As I understand the Bitcoin exploit,...

  • RE: Not Good Enough For Government Work

    From what I've read, these systems were caching in separate threads and fell victim to "lost transactions." Given the details, I'm not all that sure these guys would have faired...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (7/7/2014)


    patrickmcginnis59 10839 (7/7/2014)


    Koen Verbeeck (7/7/2014)


    patrickmcginnis59 10839 (7/7/2014)


    Luis Cazares (7/7/2014)


    I'll start using Oracle :sick: at my job. As a SQL/BI Developer, it seems that most of the knowledge can...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (7/7/2014)


    patrickmcginnis59 10839 (7/7/2014)


    Luis Cazares (7/7/2014)


    I'll start using Oracle :sick: at my job. As a SQL/BI Developer, it seems that most of the knowledge can be transferred easily between...

  • RE: Are the posted questions getting worse?

    Luis Cazares (7/7/2014)


    I'll start using Oracle :sick: at my job. As a SQL/BI Developer, it seems that most of the knowledge can be transferred easily between tools, but I'm just...

  • RE: Stored procedure to create a view in ANOTHER database.

    declare @work1 varchar(8000)

    set @work1 =

    '

    use destination_database;

    declare @work2 varchar(8000);

    set @work2 = ''create view The_view as select * FROM The_table'';

    exec (@work2);

    '

    exec (@work1)

    Just thought I'd post something ridiculously impractical today. But I'd mark...

Viewing 15 posts - 1,081 through 1,095 (of 1,415 total)