Viewing 12 posts - 1 through 12 (of 12 total)
I've used SQL Server Express in several production applications. Where appropriate it is a great tool. The problem I've had is the (internal) customers have refused to accept the...
February 27, 2015 at 6:39 am
I've been writing code for pay since 1968 and plan to keep on doing it for at least six more years. Every year (day?) has been different and I've...
April 27, 2012 at 6:59 am
There are a lot of good comments here but I have found that I can apply what I call the 20/70/10 rule to both employees and employers -
20 percent of...
July 20, 2011 at 6:41 am
I realize every day how fortunate I am that in over 40 years of writing code for pay I have never been forced to be limited to only one role....
September 20, 2010 at 10:20 am
For a special application, I've used triggers to record all changes to "backup" table. This allows modifications to be undone. It's a lot of code but the requirement...
July 28, 2010 at 8:09 am
I have used SQL CLR code in a specific case after a lot of testing of alternatives coded in VB6/ADO, VB.NET/ADO.NET, and TSQL. The objective in each case was...
December 11, 2009 at 7:19 am
The same large data set situation occurs in my world of engineering data analysis. I have customers who want to look at every event over the last year that...
December 2, 2009 at 9:35 am
In one specific test, the stored procedure was to return a set of data (about 3000 rows) the content of which was defined by a metadata table. Each row...
December 2, 2009 at 8:18 am
Good suggestion. I use similar techniques when the user interface is an Office application (such as Excel). In many of my work situations, the user interface is a...
December 2, 2009 at 7:47 am
Like most of those who post, I see this as a potentially valuable tool that could make my customers happier and my life easier. And like most, I'll reserve...
December 2, 2009 at 7:37 am
I just rebuild a msdb database using the instructions in the article - - that Jack referred to above. This is a lifesaver! It worked, worked cleanly,...
July 9, 2009 at 3:16 pm
I saw it in Ft. Lauderdale, Florida, USA. I was at a class on ModComp MAX III operating systems - the eight of us (all geeks of course) in...
May 22, 2009 at 7:24 am
Viewing 12 posts - 1 through 12 (of 12 total)