Click here to Skip to main content
15,884,176 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Production reports from a test database - is this really best practice? Pin
Bernhard Hiller8-Mar-16 4:38
Bernhard Hiller8-Mar-16 4:38 
GeneralRe: Production reports from a test database - is this really best practice? Pin
johnsyd8-Mar-16 9:36
johnsyd8-Mar-16 9:36 
GeneralRe: Production reports from a test database - is this really best practice? Pin
Bernhard Hiller8-Mar-16 21:33
Bernhard Hiller8-Mar-16 21:33 
GeneralRe: Production reports from a test database - is this really best practice? Pin
johnsyd8-Mar-16 23:22
johnsyd8-Mar-16 23:22 
GeneralRe: Production reports from a test database - is this really best practice? Pin
JohnLBevan9-Mar-16 0:14
professionalJohnLBevan9-Mar-16 0:14 
GeneralRe: Production reports from a test database - is this really best practice? Pin
johnsyd9-Mar-16 2:53
johnsyd9-Mar-16 2:53 
GeneralRe: Production reports from a test database - is this really best practice? Pin
Harrison Pratt9-Mar-16 1:58
professionalHarrison Pratt9-Mar-16 1:58 
GeneralRe: Production reports from a test database - is this really best practice? Pin
mbb019-Mar-16 2:58
mbb019-Mar-16 2:58 
This is not best practice.

By definition, there is no telling what state the test system would be in. For example, despite taking a copy of the live database, how can they be sure all the report application code, dlls, configuration etc is as per live too? The report could be erroneous and they wouldn't even know it!

If updating the Production system is too risky then there is probably an underlying problem with architecture, configuration management or quality control.

You could suggest that using a test system to produce 'live' reports is inappropriate and inefficient and should consider a 'live' reporting server.

The reporting server would either have a copy of the production database, periodically sync'd in some fashion or use the production db remotely. The report server would house only the application code for the reports and as such you could argue that updating that server is a low risk to the Production Server's operation and a relaxed set of release procedures can be employed.
GeneralRe: Production reports from a test database - is this really best practice? Pin
Gerry Schmitz9-Mar-16 5:07
mveGerry Schmitz9-Mar-16 5:07 
GeneralRe: Production reports from a test database - is this really best practice? Pin
Adroittech9-Mar-16 18:00
professionalAdroittech9-Mar-16 18:00 
GeneralRe: Production reports from a test database - is this really best practice? Pin
rajni k9-Mar-16 19:01
professionalrajni k9-Mar-16 19:01 
GeneralRe: Production reports from a test database - is this really best practice? Pin
PIEBALDconsult10-Mar-16 5:59
mvePIEBALDconsult10-Mar-16 5:59 
GeneralPowered by OSCommerce Pin
PIEBALDconsult2-Mar-16 17:02
mvePIEBALDconsult2-Mar-16 17:02 
GeneralRe: Powered by OSCommerce Pin
RUs1232-Mar-16 22:31
RUs1232-Mar-16 22:31 
GeneralRe: Powered by OSCommerce Pin
Bernhard Hiller3-Mar-16 21:10
Bernhard Hiller3-Mar-16 21:10 
GeneralRe: Powered by OSCommerce Pin
brunoha9-Mar-16 9:14
brunoha9-Mar-16 9:14 
GeneralOh, that ol' Cthulhu sure is sneaky... Pin
PIEBALDconsult17-Feb-16 10:42
mvePIEBALDconsult17-Feb-16 10:42 
GeneralRe: Oh, that ol' Cthulhu sure is sneaky... Pin
Brisingr Aerowing17-Feb-16 13:10
professionalBrisingr Aerowing17-Feb-16 13:10 
GeneralRe: Oh, that ol' Cthulhu sure is sneaky... Pin
Chris Maunder17-Feb-16 15:43
cofounderChris Maunder17-Feb-16 15:43 
GeneralRe: Oh, that ol' Cthulhu sure is sneaky... Pin
Brisingr Aerowing18-Feb-16 17:46
professionalBrisingr Aerowing18-Feb-16 17:46 
GeneralRe: Oh, that ol' Cthulhu sure is sneaky... Pin
PIEBALDconsult26-Feb-16 8:19
mvePIEBALDconsult26-Feb-16 8:19 
GeneralRe: Oh, that ol' Cthulhu sure is sneaky... Pin
Brisingr Aerowing26-Feb-16 18:06
professionalBrisingr Aerowing26-Feb-16 18:06 
GeneralRe: Oh, that ol' Cthulhu sure is sneaky... Pin
Chris Maunder17-Feb-16 15:45
cofounderChris Maunder17-Feb-16 15:45 
GeneralRe: Oh, that ol' Cthulhu sure is sneaky... Pin
V.17-Feb-16 19:53
professionalV.17-Feb-16 19:53 
GeneralRe: Oh, that ol' Cthulhu sure is sneaky... Pin
Middle Manager22-Feb-16 2:59
Middle Manager22-Feb-16 2:59 

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.