The concept of keeping software or hardware functional in a productive environment
I've had a serious issue with my Visual Studio 2008 setup. I receive the ever-so-useful error 'A problem has been encountered …
visual-studio visual-studio-2008 visual-studio-2005 installation maintenanceWhen using JDBC, I often come across constructs like ResultSet rs = ps.executeQuery(); while (rs.next()) { int id = rs.getInt(1); // …
java optimization jdbc resultset maintenanceHow do I check when the password was last changed for some user? I would like to do it both …
windows linux passwords admin maintenanceI need to copy some records from our SQLServer 2005 test server to our live server. It's a flat lookup table, …
sql-server database sql-server-2005 copy maintenanceI have an Access database application and I would like to know the proper way of decompiling and recompiling it.
ms-access vba maintenance decompilerI recently found and fixed a bug in a site I was working on that resulted in millions of duplicate …
mysql query-performance maintenance sql-deleteWhen you are somewhere between version 1 and version 2, what do you do to maintain your software? The terms Patch, Hotfix, …
maintenance patch servicepacks hotfixI'm trying to write some SQL that will delete files of type '.7z' that are older than 7 days. Here's …
sql sql-server maintenanceI need to delete old and unmaintained branches from our remote repository. I'm trying to find a way with which …
git maintenance administration branchI was reading about refactoring a large slow SQL Query over here, and the current highest response is from Mitch …
mysql indexing maintenance