Forum Replies Created

Viewing 15 posts - 196 through 210 (of 3,221 total)

  • RE: pipe result to a .csv or .txt files

    Or just take the 1st (and optionally 2nd) line(s) from one source file.

  • RE: Something I learned while unemployed

    Great article covering a difficult time if/when one suffers it.

    It is worth remembering that everything takes time and to used elapsed time wisely (not saying Rod didn't). As...

  • RE: The Inside Job

    Only once have I gone as far to think "Oh, the havoc I could wreak!!!" but not ever thought about doing anything. I have gone so far as believing that...

  • RE: The Inside Job

    Yet Another DBA - Monday, January 23, 2017 3:41 AM

    I have had developers turn round and say that security is not part...

  • RE: The Purpose of a Database

    Steve Jones - SSC Editor - Saturday, January 21, 2017 12:59 PM

    ...we need to ensure we are providing value for our customers.

    Whether...

  • RE: The Purpose of a Database

    Steve Jones - SSC Editor - Saturday, January 21, 2017 12:59 PM

    A great quote from a blog on machine learning in SQL...

  • RE: The Purpose of a Database

    Eric M Russell - Sunday, January 22, 2017 7:52 AM

    I'm particularly calling bull$hit on organizations who claim that sharing this data with 3rd...

  • RE: pipe result to a .csv or .txt files

    To get a file of the differences then you can do the following:

    PS C:\Users\xx> Compare-Object $strReference $strDifference -PassThru | Out-File "C:\temp\cep\result.txt"

  • RE: Looking Back at 2016

    Surely, the point is that the rules were made public in advance. In fact I heard a debate where this was one of the discussion points. The general consensus was...

  • RE: Legacy Limits

    roger.plowman - Friday, January 20, 2017 8:02 AM

    ...Increased cadence of any platform is a horrible idea. For SQL Server 24 months is...

  • RE: Legacy Limits

    peter.row - Friday, January 20, 2017 7:58 AM

    Eric M Russell - Friday, January 20, 2017 7:52 AM

  • RE: Continuous Delivery In Real Life

    Steve Jones - SSC Editor - Friday, January 20, 2017 7:41 AM

    Gary Varga - Friday, January 20,...

  • RE: Legacy Limits

    One of the issues with an upgrade policy and matching pricing strategy is highlighted by this forum: so many different requirements from different clients. For SQL Server Microsoft has to...

  • RE: The Tally Table

    DamianC - Friday, January 20, 2017 4:30 AM

    Does 'voting is no longer enabled on this item' mean that a solution is imminent?

    I...

  • RE: Continuous Delivery In Real Life

    Additionally to what Steve says, slowly. One step at a time and be continually prepared to adjust your course. Have confidence in yourself and your team and treat everything that...

Viewing 15 posts - 196 through 210 (of 3,221 total)