Viewing 15 posts - 1 through 15 (of 42 total)
stephen.kemp (12/11/2014)
December 11, 2014 at 11:15 am
One thing that occurs to me after hitting 'Post' is that the most successful of these citizen-programmer oriented language systems have very 'messy' foundations, while the languages which have strict,...
December 11, 2014 at 9:28 am
Interesting editorial, as always!
This debate / tension / pendulum swing is as old as programming itself; consider:
- Fortran (FORmula TRANslator), which was intended to enable non-programmers use a computer to...
December 11, 2014 at 9:14 am
Nice article - but I will mention: recursive CTE's aren't always slow! In fact, in my study of the capabilities of the optimizer a few years back, I found...
August 8, 2011 at 12:14 pm
Steve usually does such a good job of covering the more business side of things that I'm kind of surprised neither he nor anyone else mentioned: to me, step one,...
May 18, 2011 at 11:40 am
SQAPro (9/1/2009)
Sir Slicendice (9/1/2009)
September 3, 2009 at 11:02 am
First, let me say that I'm no WHS fanboy; I simply find it the best tool for what I need (a home server). I'm rather agnostic overall; I use...
September 1, 2009 at 3:10 pm
One thing that should be pointed out about the approach WHS uses: the data storage drives that WHS uses are normal NTFS volumes; you can readily pull these disks from...
August 31, 2009 at 1:52 pm
Steve makes a really good point about these internet services potentially going out of business and taking your data with them; it's one of the reasons I have yet to...
August 24, 2009 at 12:01 pm
I've been running a WHS server for several years now (did the beta then bought the product at RTM); it's on an older Dell desktop that I added 16 1TB...
August 21, 2009 at 8:20 am
John Beggs (1/11/2009)Keep in mind though, sharing spindles doesn't have to be bad. If you know the work load of the other devices sharing the spindles, you can gain...
January 12, 2009 at 8:42 am
One thing I would add: people who are contemplating virtualization/SANs for data warehouses should track down the performamce analysis work done by the late Jim Gray (Microsoft); his concept of...
January 8, 2009 at 12:39 pm
In my experience, the benefit of virtualization for SQL server is how much you are willing to trade off improved management for performance.
On the ease of management side, virtualization (VMs...
January 8, 2009 at 8:02 am
Reading through this thread after the long w/e, I think people might be taking certain absolute conclusions about the way SS05 operates, specifically regards the optimizer (or lack thereof in...
December 1, 2008 at 12:17 pm
CheeseMan316 (11/24/2008)
Adam Machanic (11/24/2008)
Just throw the CTE into an inline TVF. In my tests it almost always performs equally fast, and sometimes is even faster, than using a table.
Adam...
November 24, 2008 at 8:28 am
Viewing 15 posts - 1 through 15 (of 42 total)