Click here to Skip to main content
15,887,442 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: String.Format??? Pin
User 27431629-Jul-10 1:17
User 27431629-Jul-10 1:17 
GeneralRe: String.Format??? [modified] Pin
PIEBALDconsult9-Jul-10 5:15
mvePIEBALDconsult9-Jul-10 5:15 
GeneralRe: String.Format??? Pin
T M Gray9-Jul-10 9:38
T M Gray9-Jul-10 9:38 
GeneralRe: String.Format??? Pin
User 27431629-Jul-10 13:14
User 27431629-Jul-10 13:14 
GeneralRe: String.Format??? Pin
hairy_hats13-Jul-10 0:35
hairy_hats13-Jul-10 0:35 
GeneralRe: String.Format??? Pin
PIEBALDconsult9-Jul-10 9:39
mvePIEBALDconsult9-Jul-10 9:39 
GeneralRe: String.Format??? Pin
_Maxxx_15-Jul-10 18:33
professional_Maxxx_15-Jul-10 18:33 
GeneralRe: String.Format??? Pin
PIEBALDconsult16-Jul-10 5:49
mvePIEBALDconsult16-Jul-10 5:49 
I'm an anti-SP evangelist. I have been ever since I had some SPs disappear and bring a system down (granted that was SQL Server 6, but I still don't know the cause).

Having said that, I do see that SPs (at least with SQL Server) offer the things you mention -- but I wonder how many companies actually implement the security and logging features that are available. And mightn't that only be appropriate for in-house systems where you can enforce it, and not so much for software for sale, where the buyer may demand "it's my database and I want access".

My primary concern with SPs is the ease of changing them that you mention -- I see that as a Very Bad Thing. I want all code changes to go through change control, testing, and a proper deployment. Certainly you may have a process for that in place, but in my opinion SPs are too easy to change in the field. They are too open to a properly-authorized but malicious (or inexperienced) employee.

Additionally, what happens to changes to SPs when a database is restored from backup? Don't you have to reapply any changes you made since the backup? That sounds like additional maintenance to me.


As a bonus, not being able to implement a change instantaneously allows a cooling-off period -- you may be able to convince the customer that the change they want is a bad idea.
GeneralRe: String.Format??? Pin
_Maxxx_17-Jul-10 0:29
professional_Maxxx_17-Jul-10 0:29 
GeneralRe: String.Format??? Pin
PIEBALDconsult17-Jul-10 2:54
mvePIEBALDconsult17-Jul-10 2:54 
GeneralRe: String.Format??? Pin
_Maxxx_18-Jul-10 1:09
professional_Maxxx_18-Jul-10 1:09 
GeneralRe: String.Format??? Pin
PIEBALDconsult18-Jul-10 4:01
mvePIEBALDconsult18-Jul-10 4:01 
GeneralRe: String.Format??? Pin
oggenok6417-Jul-10 5:07
oggenok6417-Jul-10 5:07 
GeneralRe: String.Format??? Pin
PIEBALDconsult9-Jul-10 5:02
mvePIEBALDconsult9-Jul-10 5:02 
GeneralRe: String.Format??? Pin
Jason Christian22-Jul-10 9:00
Jason Christian22-Jul-10 9:00 
GeneralRe: String.Format??? Pin
CDP18029-Jul-10 0:44
CDP18029-Jul-10 0:44 
GeneralRe: String.Format??? Pin
sergiogarcianinja9-Jul-10 4:47
sergiogarcianinja9-Jul-10 4:47 
GeneralRe: String.Format??? Pin
Jörgen Andersson9-Jul-10 4:59
professionalJörgen Andersson9-Jul-10 4:59 
GeneralRe: String.Format??? Pin
PIEBALDconsult9-Jul-10 5:06
mvePIEBALDconsult9-Jul-10 5:06 
GeneralRe: String.Format??? Pin
David Skelly9-Jul-10 5:54
David Skelly9-Jul-10 5:54 
GeneralRe: String.Format??? [modified] Pin
PIEBALDconsult9-Jul-10 7:31
mvePIEBALDconsult9-Jul-10 7:31 
GeneralRe: String.Format??? Pin
Jörgen Andersson9-Jul-10 10:23
professionalJörgen Andersson9-Jul-10 10:23 
GeneralRe: String.Format??? Pin
PIEBALDconsult9-Jul-10 10:33
mvePIEBALDconsult9-Jul-10 10:33 
GeneralRe: String.Format??? Pin
oggenok649-Jul-10 8:14
oggenok649-Jul-10 8:14 
GeneralRe: String.Format??? Pin
PIEBALDconsult9-Jul-10 8:59
mvePIEBALDconsult9-Jul-10 8: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.