Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
321 views

ASP.net dealing issues with production system

First time i am going to work on (maintenance project) application that is already in production.The application was developed in ASP.net 3.5/C# 3.0(web forms) with jQuery,Ajax,Sql server 2005 and ...
2
votes
2answers
108 views

GUI admin tool for managing production processes

I have several shell scripts, perl and java based processes running on a bunch of unix machines. I am looking for a dashboard like utility that can allow me to start, stop and monitor all these ...
1
vote
2answers
201 views

Best Practice for Updating a Production Database manually

Just wondering what peoples thoughts are on updating production databases when manually running scripts, say when emergency support changes are required 2AM in the morning :) I have seen some ...
1
vote
5answers
3k views

SQL Server Database Locked

I am trying to delete an existing database in SQL Server 2005. My first attempt produced the following error: 5030: The database could not be exclusively locked to perform the operation. I ...
0
votes
0answers
32 views

What business processes to capture via JMX

I'd like to gather metrics concerning "business aspect" via JMX. What type's of data points or questions should I consider to capture that are "business centric" and not necessarily environment ...
0
votes
2answers
73 views

Keeping track of customer suppport [closed]

When providing software support it is important to be able to: See what other related problems an organisation currently having See what version of a piece of software a customer has, and what ...
0
votes
2answers
75 views

Error in production only

An error was discovered in our ASP.NET application where a URL on an anchor was incorrect. The production staff made an emergency fix by rewriting the URL of the page on a BIG-IP F5 hardware load ...