Tagged Questions

1
vote
2answers
902 views

Patch vs. Hotfix vs. Maintenance Release vs. Service Pack vs…

When you are somewhere between version 1 and version 2, what do you do to maintain your software? The terms Patch, Hotfix, Maintenance Release, Service Pack, and others are all blurry from my point …
9
votes
7answers
335 views

Tips for maintaining an internal Maven Repository?

I'm interested in maintaining a Maven 2 repository for my organization. What are the some of the pointers and pitfalls that would help. What are guidelines for users to follow when setting up …
4
votes
14answers
331 views

Coding Priorities: Performance, Maintainability, Reusability?

This came about mainly due to answers to SQL questions. UDF's and Sub Queries are intentionally omitted because of performance. I didn't include reliability not that it should be taken for granted, …
0
votes
1answer
19 views

Keep a TFS source backup in Visual Source Safe. Possible?

We moved from Visual Source Safe to Team Foundation Server. Can I sync. TFS source control to Visual Source Safe? I would like to keep a backup of Team Foundation Server source control in Visual …
39
votes
19answers
18k 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 …
5
votes
5answers
258 views

Deleting millions of rows in MySQL

I recently found and fixed a bug in a site I was working on that resulted in millions of duplicate rows of data in a table that will be quite large even without them (still in the millions). I can …
1
vote
1answer
25 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
120 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 …
3
votes
3answers
171 views

Recommended techniques for field updating embedded Linux safely

Embedded Linux based devices often require a mechanism to update applications and system files. For example, a (non-networked) lab instrument with a USB port can get software updates from a USB stick. …
2
votes
3answers
1k views

Sample sql script to zip and transfer database backup file

I was looking for a sample sql script to zip my database backup file (.bak) and transfer to a remote location. Please share if you have it with you.
4
votes
2answers
50 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 …
11
votes
45answers
984 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?
3
votes
12answers
2k views

SQL exclude a column using SELECT * [except columnA] FROM tableA?

We all know that to select all columns from a table, we can use SELECT * FROM tableA Is there a way to exclude column(s) from a table without specifying all the columns? SELECT * [except columnA] …
2
votes
4answers
134 views

How to maintain a locally modified copy of an external svn repository

I have checked out an external svn repository that I have applied a couple of patches to. (Applying the patches can only be done manually due to conflicts.) Now I want to be able to maintain this …
16
votes
3answers
181 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 …

1 2 3 4 5 9 next
15 30 50 per page