Top "Maintenance" questions

The concept of keeping software or hardware functional in a productive environment

Development cost versus maintenance cost

I'm trying to explain the ratio of development versus maintenance costs to our sales department, and currently I have mostly …

maintenance
Syntax check all stored procedures?

i want to ensure that all stored procedures are still syntactically valid. (This can happen if someone renames/deletes a …

sql-server stored-procedures maintenance
What to do about a 11000 lines C++ source file?

So we have this huge (is 11000 lines huge?) mainmodule.cpp source file in our project and every time I have …

c++ version-control maintenance anti-patterns
How do I delete old files from a directory while keeping the most recent ones on Windows

Possible Duplicate: Batch file to delete files older than N days I want to run a scheduled windows task that …

windows file maintenance
How do I structure my HTML for good code reuse and maintenance?

I have a limited background in coding native apps using languages like C++, C, and Java, but now I'm trying …

html code-reuse maintenance
Do all SQL server versions rebuild indexes automatically or have a default rebuild criteria?

Do all SQL server versions rebuild indexes automatically or have a default rebuild criteria? I understand statistics are rebuilt automatically …

sql-server indexing maintenance
Measuring and monitoring Node.JS server performance

I'm new to Node.JS, already Googled for aswers but there is a lot of ways of doing this. Do …

performance node.js monitoring maintenance
How to create maintenance plan in SQL Server?

When I'm trying to create a new maintenance plan in SQL Server, it is showing this error: TITLE: Microsoft SQL …

sql-server maintenance
How do I change the maintenance database for Postgres?

I'm running PostgreSQL version 9.0 on OSX version 10.6.6. Somehow one of my development databases has become the maintenance db, not postgres (…

database postgresql maintenance pgadmin
nginx maintenance page with content issue

To show maintenance page during deploy I've always used next config in nginx: if (-f /home/shared/system/maintenance.html) { …

nginx maintenance