Forum Replies Created

Viewing 15 posts - 4,291 through 4,305 (of 6,026 total)

  • RE: How Often Does Production Drift?

    Yes, DDL modification events are definately one of the alerts you want sent to your phone.

  • RE: Pay It Forward

    Organizations actually don't need to spend thousands of dollars to train their IT staff. Those of us in IT, by virtue of our nature, are perfectly capable of going out...

  • RE: Real World T-SQL Tricks

    Often times "tricky" techniques are not the best solution. What I mean is that windowing functions are very useful, practicaly essential, for BI type reporting or ad-hoc discovery type SQL...

  • RE: Real World T-SQL Tricks

    Some of these newer T-SQL features (like SEQUENCE and IIF function) are not an evolutionary improvement over what we've had in SQL Server for the past 15 years but rather...

  • RE: Achievement Unlocked: Balance 0

    Working 10 or 12 hour shifts (in exchange for a shorter work week) is OK when I'm on a sprint. A sprint is when everyone involved has clear understanding of...

  • RE: Achievement Unlocked: Balance 0

    However I decided this year that I should buckle down and get this done. I'm proud to say that I spent about an hour working on the task and got...

  • RE: Table changes lost

    SreeSql (11/19/2014)


    From SSMS, under your database, have you checked schema changes history report? It will show DDL changes occured on your database objects pulling from default trace. Hope you can...

  • RE: Table changes lost

    You can use the following to check the table's 'Created_datetime', which will confirm if the job or some other process is dropping and re-creating the table.

    sp_help 'MyTable';

    Also, is...

  • RE: MY Data

    John Hanrahan (11/18/2014)


    Actually members of Congress have to pass background checks to get access to Top Secret information. I don't believe the President has similar requirements.

    Unless they are sitting...

  • RE: MY Data

    First watch this (funny).

    CIA's 'Facebook' Program Dramatically Cut Agency's Costs

    http://www.theonion.com/video/cias-facebook-program-dramatically-cut-agencys-cos,19753/

    But then read this (seriously).

    US secretly created 'Cuban Twitter' to stir unrest and undermine government

    http://www.theguardian.com/world/2014/apr/03/us-cuban-twitter-zunzuneo-stir-unrest

  • RE: MY Data

    patrickmcginnis59 10839 (11/18/2014)


    Ed Wagner (11/18/2014)


    Eric M Russell (11/18/2014)


    I wonder how many ordinary people superficially maintain a FaceBook page, not for dumping their actual daily life, but just for use as...

  • RE: MY Data

    Ed Wagner (11/18/2014)


    Eric M Russell (11/18/2014)


    I wonder how many ordinary people superficially maintain a FaceBook page, not for dumping their actual daily life, but just for use as a presentable...

  • RE: MY Data

    I wonder how many ordinary people superficially maintain a FaceBook page, not for dumping their actual daily life, but just for use as a presentable shill for prospective employers. Is...

  • RE: MY Data

    It's hard enough for employers to find competent candidates for the right price. Add on top of that some directive from HR to screen candidates based on their healthy habits...

  • RE: MY Data

    Perhaps a lighter question, would you be comfortable managing and writing applications that work with employee data and try to analyze, perhaps even strongly recommend, changes in peoples' live? I'm...

Viewing 15 posts - 4,291 through 4,305 (of 6,026 total)