Viewing 15 posts - 496 through 510 (of 514 total)
Ian Kelly (1/6/2009)
January 6, 2009 at 6:35 am
I created and maintain what amounts to the corporate database backbone system we used for everything from dispatch to accounting to management and data entry.
It's about 100,000 lines of code...
January 5, 2009 at 7:47 am
I doubt our company would ever consider outsourcing, simply because of security concerns. However, the point about not upgrading because of application breaking needs to be addressed.
Best practice is to...
December 4, 2008 at 6:37 am
Biometrics have lots of problems. Even assuming the data is read-only secure (by which I mean someone can't substitute their fingerprints for yours, or yours for some known criminal!) you...
November 10, 2008 at 7:42 am
It's funny because it's true... 🙂
But, alas, it must be said: Shades of Terry Childs...
October 29, 2008 at 7:03 am
If you deploy 36 times in one week it means (assuming your coders are coding and testers are testing 24/7) you're deploying every 4.6 *hours*.
Even with scripting languages that's...
October 22, 2008 at 7:02 am
"In the US in the last couple weeks we've seen a recession potentially turn into a depression."
No. We aren't *in* a recession, much less a depression. The cowards of wall...
October 17, 2008 at 6:55 am
Quite frankly trusting the internet with your business data is insane.
By necessity the only third-party data service I trust with my data is ADP payroll--and only because everyone is...
October 8, 2008 at 7:20 am
Prime example of "challenging" software: Toad Data Modeller. 🙂
I love this program, I hate this program. It does let me visually layout my database (essential), it does generate correct SQL,...
September 5, 2008 at 7:12 am
As far as windmills being green, well, not so much. Apparently there are problems with bats as well as birds, apparantly bats' lungs explode in the low pressure areas around...
August 28, 2008 at 7:16 am
Eliminating stored procedures to do simple CRUD, ok. Eliminating stored procedures for *everything*? Disaster.
The single most important aspect of stored procedures is (when called from triggers or constraints) they are...
July 30, 2008 at 7:10 am
Technically speaking RAND() is only pseudo-random, thus it is by definition always deterministic.
Now, if the question were "Does the RAND() function create a fixed series of numbers only when a...
July 28, 2008 at 6:41 am
I used to work for a consulting company that was certificate crazy. They thought it impressed the customers to have all their employees dripping with certificates.
That company went belly up...
I've...
July 3, 2008 at 6:37 am
Here at work I'm not "an IT guy" I'm *the* IT guy. 🙂
Because there's no one else. I do everything from replacing mice to architecting our primary backbone application.
I don't...
June 26, 2008 at 6:21 am
What skills does a developer who's also the DBA need? How about these? (listed in order of importance)
Skill #1:
How to design a database properly! If you're the DBA *and* the...
June 20, 2008 at 9:41 am
Viewing 15 posts - 496 through 510 (of 514 total)