Forum Replies Created

Viewing 15 posts - 9,181 through 9,195 (of 39,880 total)

  • RE: Talking baseball

    calvo (10/7/2015)


    So, it wasn't a very interesting game but the surprise Astros prevailed.

    Sorry Ray 🙁

    (not really :hehe:)

    Exciting first

  • RE: Aging Software

    Markus (10/8/2015)


    There is a balancing act we must all in IT adhere to. Keep something running 'as is' because it just runs... versus spending a lot of money and...

  • RE: Aging Software

    EdVassie (10/7/2015)


    IoT is seen as disruptive for many aspects of IT. It will be interesting to see in 30 years time how it has affected software support.

    Hadn't thought of...

  • RE: Best way to find how much of my partition filegroup contains data?

    Are you putting partitions in their own filegroup? If so, wouldn't you query the data size in the filegroup v filegroup size?

  • RE: Aging Software

    Jeff Moden (10/7/2015)


    My problem with "new and improved" software is that the software vendor frequently decides to no longer support features that are actually incredibly useful. To wit, it...

  • RE: Aging Software

    Alex Gay (10/7/2015)


    I used to work for a hospital that had a clinical letters system written in Clipper, for an XBase file based database, that was 15-20 years old when...

  • RE: Are the posted questions getting worse?

    BrainDonor (10/5/2015)


    At SQL Pass there's usually an SSC night. I'm certain I saw mention of it somewhere but can't find it again.

    Could somebody tell me which night it is?...

  • RE: Querying Yesterday

    I'm not sure what you want with a feature like this. You don't have this now. You have to build it, and ensure it works, and debug it. There are...

  • RE: Recommended Transaction log backup script?

    JaybeeSQL (10/6/2015)


    On an aside, anyone here use SQL Backup Pro? Any big advantages over native MSSQL processes?

    Depends on SQL version. In earlier versions, you couldn't compress and encrypt...

  • RE: Fantasy Football 2015

    Grrrr, tried to swap out me TE who was ruled out in the am, but all players were set to waivers. Annoying I can't pick up an open player on...

  • RE: Write Cleaner T-SQL Using Version Control

    billp 37934 (10/5/2015)


    I'm with Jeff on the header saying what the SQL is supposed to do. When debugging if a header says what it's supposed to do and the...

  • RE: Are the posted questions getting worse?

    SQLRNNR (10/2/2015)


    Brandie Tarvin (10/2/2015)


    Lynn Pettis (10/2/2015)


    How do I clear the DMVs without restarting SQL?

    I found this StackOverflow article. Does it help?

    DBCC SQLPERF('sys.dmv_name_here',CLEAR);

    --EDIT: And then this if clearing plan cache too

    DBCC...

  • RE: Test vs. Prod environment - Release methodology... I have a rogue developer I need to stop.

    WayneS (10/2/2015)


    It seems that this would be a good time to explore locking down the production environment. Ideally, developers have no need to access production. They might need periodic access...

  • RE: The Work of the Ancients

    brad_bowzer (10/2/2015)


    I wrote a system in MS access in 1993 and upsized it to SQL Server in 1996. Its been updated constantly but the core is much the same...

  • RE: No Time for Testing

    Iwas Bornready (9/30/2015)


    I develop code in a fashion similar to what you have stated. I also find that expectations change as we develop, especially when we start showing the results...

Viewing 15 posts - 9,181 through 9,195 (of 39,880 total)