Viewing 15 posts - 1,621 through 1,635 (of 3,617 total)
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...
October 22, 2013 at 12:09 pm
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...
October 15, 2013 at 3:40 pm
Eric M Russell (10/15/2013)
I don't mean a database feeding your...
October 15, 2013 at 10:49 am
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. ...
October 10, 2013 at 11:43 am
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.
October 8, 2013 at 6:32 am
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
October 7, 2013 at 2:18 am
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...
October 1, 2013 at 3:15 pm
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...
October 1, 2013 at 1:52 am
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...
September 25, 2013 at 1:51 am
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...
September 23, 2013 at 4:07 pm
@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...
September 12, 2013 at 3:38 pm
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...
September 12, 2013 at 1:21 pm
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
September 12, 2013 at 9:53 am
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. ...
September 12, 2013 at 8:31 am
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!
September 12, 2013 at 6:56 am
Viewing 15 posts - 1,621 through 1,635 (of 3,617 total)