Click here to Skip to main content
15,887,214 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
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 
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 
_Maxxx_ wrote:
No - you usually back up databases as a whole - SPs, views, tables, data, keys, foregin keysm constraints etc.etc.etc. and restore them the same


That's my point, you would lose recent code changes and have to reapply them.



_Maxxx_ wrote:
+ " and active = true".


I've never written code like that. Currently I use C# verbatim strings.

cmd.CommandText = @"
SELECT 
blah
, blah
, blah
FROM table
WHERE something
AND something else
" ;


Having linefeeds in the SQL makes them easier to read when logged with error messages.

Lately I've been thinking about storing SQL statements as resources.


_Maxxx_ wrote:
keep an open mind and look at the pros and cons.


As I have, but also remember that many of the features we've discussed are unique to SQL Server. I use a lot if different database systems and try to stay as database-agnostic as I can.
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 
GeneralRe: String.Format??? Pin
Jörgen Andersson9-Jul-10 10:48
professionalJörgen Andersson9-Jul-10 10:48 
GeneralRe: String.Format??? [modified] Pin
PIEBALDconsult9-Jul-10 10:51
mvePIEBALDconsult9-Jul-10 10:51 

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.