Click here to Skip to main content
15,868,164 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: More Stored Procedure Nonsense Pin
Jörgen Andersson28-Nov-13 20:44
professionalJörgen Andersson28-Nov-13 20:44 
GeneralRe: More Stored Procedure Nonsense Pin
_Maxxx_29-Nov-13 0:13
professional_Maxxx_29-Nov-13 0:13 
GeneralRe: More Stored Procedure Nonsense Pin
Dave Kreskowiak29-Nov-13 4:45
mveDave Kreskowiak29-Nov-13 4:45 
GeneralRe: More Stored Procedure Nonsense Pin
Sentenryu29-Nov-13 6:15
Sentenryu29-Nov-13 6:15 
GeneralRe: More Stored Procedure Nonsense Pin
Rob Grainger28-Nov-13 22:50
Rob Grainger28-Nov-13 22:50 
GeneralStored Procedure Hell Pin
Rob Grainger28-Nov-13 4:16
Rob Grainger28-Nov-13 4:16 
GeneralRe: Stored Procedure Hell Pin
Nicholas Marty28-Nov-13 4:41
professionalNicholas Marty28-Nov-13 4:41 
GeneralRe: Stored Procedure Hell Pin
Max Methot28-Nov-13 4:55
Max Methot28-Nov-13 4:55 
I agree with your argument of being the fastest way to interact with the database data, but it also means the business logic stays in the database and is higly coupled with the db system.

In an evolutive world as the one we live in, this is not recommended, although this is probably a system from a big corp that was built on older paradigms. At this point, they probably have no other choice. Smile | :)
GeneralRe: Stored Procedure Hell Pin
Rob Grainger28-Nov-13 9:37
Rob Grainger28-Nov-13 9:37 
GeneralRe: Stored Procedure Hell Pin
Rob Grainger28-Nov-13 9:48
Rob Grainger28-Nov-13 9:48 
GeneralRe: Stored Procedure Hell Pin
Nagy Vilmos28-Nov-13 6:03
professionalNagy Vilmos28-Nov-13 6:03 
GeneralRe: Stored Procedure Hell Pin
Rob Grainger28-Nov-13 9:50
Rob Grainger28-Nov-13 9:50 
GeneralRe: Stored Procedure Hell Pin
Vasudevan Deepak Kumar29-Nov-13 1:56
Vasudevan Deepak Kumar29-Nov-13 1:56 
GeneralRe: Stored Procedure Hell Pin
Tim Carmichael28-Nov-13 5:05
Tim Carmichael28-Nov-13 5:05 
GeneralRe: Stored Procedure Hell Pin
Sentenryu28-Nov-13 5:09
Sentenryu28-Nov-13 5:09 
GeneralRe: Stored Procedure Hell Pin
Rob Grainger28-Nov-13 9:52
Rob Grainger28-Nov-13 9:52 
GeneralRe: Stored Procedure Hell Pin
Jörgen Andersson28-Nov-13 12:16
professionalJörgen Andersson28-Nov-13 12:16 
GeneralRe: Stored Procedure Hell Pin
Rob Grainger28-Nov-13 22:19
Rob Grainger28-Nov-13 22:19 
GeneralRe: Stored Procedure Hell Pin
Rob Grainger28-Nov-13 9:41
Rob Grainger28-Nov-13 9:41 
GeneralRe: Stored Procedure Hell Pin
Nicholas Marty28-Nov-13 21:56
professionalNicholas Marty28-Nov-13 21:56 
GeneralConvert.ToInt32 Pin
Silvabolt27-Nov-13 7:29
Silvabolt27-Nov-13 7:29 
GeneralRe: Convert.ToInt32 Pin
Ron Beyer27-Nov-13 7:58
professionalRon Beyer27-Nov-13 7:58 
GeneralRe: Convert.ToInt32 Pin
Silvabolt27-Nov-13 8:09
Silvabolt27-Nov-13 8:09 
GeneralRe: Convert.ToInt32 Pin
Ron Beyer27-Nov-13 8:23
professionalRon Beyer27-Nov-13 8:23 
GeneralRe: Convert.ToInt32 Pin
krumia27-Nov-13 17:00
krumia27-Nov-13 17:00 

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.