Click here to Skip to main content
15,920,217 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: If a process produces a report that nobody reads... Pin
KP Lee18-Sep-13 12:50
KP Lee18-Sep-13 12:50 
GeneralRe: If a process produces a report that nobody reads... Pin
RJOberg19-Sep-13 3:02
professionalRJOberg19-Sep-13 3:02 
GeneralRe: If a process produces a report that nobody reads... Pin
KP Lee19-Sep-13 6:55
KP Lee19-Sep-13 6:55 
GeneralRe: If a process produces a report that nobody reads... Pin
RJOberg19-Sep-13 7:13
professionalRJOberg19-Sep-13 7:13 
GeneralRe: If a process produces a report that nobody reads... Pin
KP Lee19-Sep-13 11:15
KP Lee19-Sep-13 11:15 
GeneralRe: If a process produces a report that nobody reads... Pin
RJOberg20-Sep-13 3:01
professionalRJOberg20-Sep-13 3:01 
GeneralRe: If a process produces a report that nobody reads... Pin
RJOberg17-Sep-13 4:01
professionalRJOberg17-Sep-13 4:01 
GeneralRe: If a process produces a report that nobody reads... Pin
KP Lee18-Sep-13 13:24
KP Lee18-Sep-13 13:24 
RJOberg wrote:
We will mark it as a known bug and fix it in a later build.
Pretty SOP. If you have something that doesn't work, but is also non-critical let it keep failing until the next release. However, do note the error and assign someone to fix it.
Emergency releases do occur, but rarely, and just for this reason is it rare.

Some of these problems are really strange. I reported to the development group that they had slow running processes in SQL because they were executing functions that produced constant values in where clauses.

I explained that the field is indexed and SQL is too dumb to realize it is producing a constant so it executed the function against every row in the table instead of using the index's b-tree to find the exact rows it wanted to look up.

Next release, I noted they had changed their maintenance routines by setting the GETDATE() calculation into a variable and asked because it wasn't a constant result. "This is a daily maintenance, we'll clean up the rest of the data the next day"

Perfectly reasonable idea to me, let it pass. Next release the maintenance jobs started to consistently start taking over 24 hours, then 48, then 72... That resulted in an emergency fix and even then it was days after it was found before they were ready to release it.
GeneralRe: If a process produces a report that nobody reads... Pin
RJOberg19-Sep-13 3:14
professionalRJOberg19-Sep-13 3:14 
GeneralRe: If a process produces a report that nobody reads... Pin
harold aptroot17-Sep-13 4:06
harold aptroot17-Sep-13 4:06 
GeneralRe: If a process produces a report that nobody reads... Pin
Testing 1 2 ... uh... 7?17-Sep-13 4:43
Testing 1 2 ... uh... 7?17-Sep-13 4:43 
GeneralRe: If a process produces a report that nobody reads... Pin
harold aptroot17-Sep-13 4:45
harold aptroot17-Sep-13 4:45 
GeneralRe: If a process produces a report that nobody reads... Pin
jwalker34318-Sep-13 3:30
jwalker34318-Sep-13 3:30 
GeneralRe: If a process produces a report that nobody reads... Pin
TasMot18-Sep-13 6:36
TasMot18-Sep-13 6:36 
GeneralRe: If a process produces a report that nobody reads... Pin
BrainiacV18-Sep-13 3:48
BrainiacV18-Sep-13 3:48 
GeneralRe: If a process produces a report that nobody reads... Pin
gggustafson18-Sep-13 8:15
mvagggustafson18-Sep-13 8:15 
GeneralThis will never end you know Pin
Eytukan17-Sep-13 2:49
Eytukan17-Sep-13 2:49 
GeneralRe: This will never end you know Pin
MehGerbil17-Sep-13 3:04
MehGerbil17-Sep-13 3:04 
GeneralRe: This will never end you know Pin
Mark_Wallace17-Sep-13 3:06
Mark_Wallace17-Sep-13 3:06 
GeneralRe: This will never end you know Pin
W Balboos, GHB17-Sep-13 3:10
W Balboos, GHB17-Sep-13 3:10 
GeneralRe: This will never end you know Pin
Mark_Wallace17-Sep-13 3:10
Mark_Wallace17-Sep-13 3:10 
GeneralRe: This will never end you know Pin
Gary Wheeler17-Sep-13 6:32
Gary Wheeler17-Sep-13 6:32 
GeneralRe: This will never end you know Pin
Mark_Wallace17-Sep-13 19:01
Mark_Wallace17-Sep-13 19:01 
GeneralRe: This will never end you know Pin
Eytukan17-Sep-13 3:31
Eytukan17-Sep-13 3:31 
GeneralRe: This will never end you know Pin
Mark_Wallace17-Sep-13 19:06
Mark_Wallace17-Sep-13 19:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.