1
vote
1answer
22 views
Database Maintenance
I am trying to do some basic maintenance on a sql server 2005 database. It's fairly small (10gb in size, 50 tables or so).
I am first doing the following on all tables:
update statistics [table …
3
votes
8answers
117 views
How to reduce maintenance costs
It has come to the point where 4 out of 5 developers are full time dealing with maintenance or support issues.
This is mainly due to the total lack of accountability (read:reviews etc) during the …
11
votes
45answers
981 views
What is the thing that irritates you while doing maintenance coding?
What is the thing that irritates you while doing maintenance coding?
Can you point out some points for easier maintenance for me and my fellow programmers?
4
votes
2answers
49 views
When do you compact a Sql Server Database?
We have a SQL Server 2000 database that holds most of our teams databases running on a relatively old server.
Lately we have been having some weird slow down issues on some of our database calls in …
15
votes
3answers
175 views
Do you develop your Perl applications as CPAN modules?
Recently I read a blog post saying that it is a good practice to develop Perl applications just as you would develop a CPAN module. (Here it is – thanks David!) One of the reasons given was that you …
28
votes
77answers
3k views
What infuriates you the most when maintaining others’ code?
Maybe infuriate is not the politically correct term, but what kind of code would qualify for a genuine face palm?
Addendum:
For me, it's the misuse of technology. The group of people who develop .NET …
1
vote
8answers
186 views
What is a good early termination fee for maintenance contracts?
Just got back from a client that asked to have an early termination clause added into a proposed maintenance contract. The contract is to be for a full year with option to renew. The client may pay …
39
votes
21answers
17k views
Visual Studio setup problem - ‘A problem has been encountered while loading the setup components. Canceling setup.’
Hi All,
I've had a serious issue with my Visual Studio 2008 setup. I receive the ever-so-useful error 'A problem has been encountered while loading the setup components. Canceling setup.' whenever I …
2
votes
2answers
22 views
Proper status code for a maintenance page redirect?
While performing some upcoming maintenance, I'm going to have to redirect all site traffic to a maintenance page briefly. What's the proper status code to use for the redirect?
503 makes sense, but …
2
votes
6answers
211 views
Have you ever sacrificed bleeding-edge [insert language/framework here] for a job with less stress?
I may have a situation in the future to take a less stressful job, which pays great and has excellent benefits, while working with old technology. Not Cobol old, but a generation back from where I am …
3
votes
3answers
48 views
Maintaining traceability up-to-date as project evolves
During various projects, I needed to make sure that the use case model I developed during the analysis phase is covering the requirements of the project. For that, I was able to have some degree of …
18
votes
35answers
1k views
Writing maintainable code
What is the single most important factor for writing maintainable code (language independent)?
8
votes
7answers
219 views
Why separate maintenance work from development work?
I work at a company where maintenance is being done by the same team that brings life to a piece of software.
Very often I hear about organizations that have a separate maintenance team or a …
23
votes
13answers
949 views
How do I write more maintainable regular expressions?
I have started to feel that using regular expressions decreases code maintainability. There is something evil about the terseness and power of regular expressions. Perl compounds this with side …
2
votes
1answer
57 views
Programming Ratios
Hi.
Has anybody seen studies of ratios of maintainance programming to new development?
Thanks.
