Forum Replies Created

Viewing 15 posts - 1,621 through 1,635 (of 3,617 total)

  • RE: Talend vs. SSIS: A Simple Performance Comparison

    There is a large secretive enterprise ETL company whose product is quite possibly the most powerful and easy to use tool on the planet.

    I find with SSIS that when I...

  • RE: The Cloud of Destiny

    Lets suppose you are launching a new line of business. It's a bit of a punt. You hope it will be wildly successful but equally it might not.

    Do...

  • RE: The Cloud of Destiny

    Eric M Russell (10/15/2013)


    Today, in the fall of 2013, how may of us are using SQL Server Azure or EC2 in a production environment?

    I don't mean a database feeding your...

  • RE: Letting People Go Securely

    If I resigned and the split was amicable I'd be expected to work my notice.

    If I resigned and the split was acrimonious I'd want early release from my contract. ...

  • RE: IT Security

    Steve Jones - SSC Editor (10/6/2013)


    Jeff Moden (10/5/2013)


    ...

    I guess that qualifies as a "rant", huh?

    Yep, and I agree.

    Ditto from me.

  • RE: The Ratio

    Jeff Moden (10/5/2013)


    Heh... you have to trust me on this... You DON'T actually want them to do their own backups. 😉

    Backups fine, restores...not so much

  • RE: Hybrid Databases

    Full-text searching has always been something of a disappointment for me.

    SSIS is one of those tools that when I come back to it I spend a week swearing at it...

  • RE: The Need for Tape

    Encrypt your data backups.

    Store the certificates used to encrypt your backups somewhere else but equally secure.

    Limit access to both the certificates and the backups to a tightly and formally designed...

  • RE: It Happens

    It's a harsh fact of life and a quick look down the list of fixes in the older versions of SQL Server reveal some quite nasty bugs.

    There is inherrent complexity...

  • RE: Can SQL Server do ‘Big’?

    There's big by design and big by lack of design.

    Big doesn't necessarily mean complex or difficult it really does depend on your use case. For example, the Microsoft Fastrack...

  • RE: Soundex - Experiments with SQL CLR

    @charles, exactly so.

    One of the implementations of Soundex stored the soundex value of a holiday destinations in an indexed field.

    When the customer entered a location the system would...

  • RE: Soundex - Experiments with SQL CLR

    The hardest part of TDD for me was the change in mind set I needed to make. Couple that to the difference between app development and db development and it...

  • RE: Soundex - Experiments with SQL CLR

    Don't put Soundex inside the difference function as Soundex comparison is implicit in the function.

    select Difference(Soundex('Brighton'),Soundex('Bob')) -- Returns 4

    select Difference('Brighton','Bob') --Returns 1

  • RE: Soundex - Experiments with SQL CLR

    Take a look at http://ntz-develop.blogspot.co.uk/2011/03/phonetic-algorithms.html

    The Rolls Royce solution is Metaphone3 which I believe is in the latest Apache SOLR.

    I had planned a followup article based on the link above. ...

  • RE: Soundex - Experiments with SQL CLR

    jimbobmcgee (9/12/2013)


    See Char.IsLetter -- a generically useful, centrally maintained library method, robust enough to check for lower-case letters. 😉

    Oh bugger, you can tell I don't do much .Net work!


    This...

Viewing 15 posts - 1,621 through 1,635 (of 3,617 total)