Click here to Skip to main content
15,881,559 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: Not quite sure what "is equal to" actually means... Pin
OriginalGriff25-Jun-09 3:32
mveOriginalGriff25-Jun-09 3:32 
GeneralRe: Not quite sure what "is equal to" actually means... Pin
J4amieC25-Jun-09 3:50
J4amieC25-Jun-09 3:50 
GeneralRe: Not quite sure what "is equal to" actually means... Pin
Fatbuddha 125-Jun-09 23:47
Fatbuddha 125-Jun-09 23:47 
GeneralRe: Not quite sure what "is equal to" actually means... Pin
TheNexpert3-Jul-09 0:42
TheNexpert3-Jul-09 0:42 
GeneralRe: Not quite sure what "is equal to" actually means... Pin
puromtec17-Jul-09 7:58
puromtec17-Jul-09 7:58 
GeneralRe: Not quite sure what "is equal to" actually means... Pin
Megidolaon17-Jul-09 9:50
Megidolaon17-Jul-09 9:50 
GeneralRe: Not quite sure what "is equal to" actually means... Pin
puromtec117-Jul-09 17:02
puromtec117-Jul-09 17:02 
GeneralA piece of ... Art Pin
Jeremy Tierman17-Jun-09 10:14
Jeremy Tierman17-Jun-09 10:14 
Some DB geniuses created this and more.


CREATE TABLE [dbo].[ImportDownload_85_Work](
	[ImportFileID] [int] NOT NULL,
	[RowID] [int] NOT NULL,
	[Data001] [varchar](800) NULL,
	[Data002] [varchar](800) NULL,
	[Data003] [varchar](800) NULL,
	[Data004] [varchar](800) NULL,
	[Data005] [varchar](800) NULL,
	[Data006] [varchar](800) NULL,
	[Data007] [varchar](8000) NULL,
	[Data008] [varchar](8000) NULL,
	[Data009] [varchar](8000) NULL,
	[Data010] [varchar](8000) NULL,
	[Data011] [varchar](8000) NULL,
...
	[Data195] [varchar](8000) NULL,
	[Data196] [varchar](8000) NULL,
	[Data197] [varchar](8000) NULL,
	[Data198] [varchar](8000) NULL,
	[Data199] [varchar](8000) NULL
) ON [PRIMARY]


There are over 100 tables like this on one filegroup and one file! Dead | X|
Oh yea, the identical copies for each suffixed _Last instead of _Work Confused | :confused:
GeneralRe: A piece of ... Art Pin
Luc Pattyn17-Jun-09 10:57
sitebuilderLuc Pattyn17-Jun-09 10:57 
GeneralRe: A piece of ... Art Pin
PIEBALDconsult17-Jun-09 11:00
mvePIEBALDconsult17-Jun-09 11:00 
GeneralRe: A piece of ... Art Pin
Luc Pattyn17-Jun-09 11:02
sitebuilderLuc Pattyn17-Jun-09 11:02 
GeneralRe: A piece of ... Art Pin
Jeremy Tierman17-Jun-09 11:29
Jeremy Tierman17-Jun-09 11:29 
JokeRe: A piece of ... Art Pin
killabyte17-Jun-09 21:21
killabyte17-Jun-09 21:21 
GeneralRe: A piece of ... Art Pin
Brady Kelly17-Jun-09 21:56
Brady Kelly17-Jun-09 21:56 
GeneralRe: A piece of ... Art Pin
CARPETBURNER17-Jun-09 22:04
CARPETBURNER17-Jun-09 22:04 
GeneralRe: A piece of ... Art Pin
Jeroen De Dauw22-Jun-09 5:28
Jeroen De Dauw22-Jun-09 5:28 
GeneralRe: A piece of ... Art Pin
Keith Barrow19-Jun-09 13:54
professionalKeith Barrow19-Jun-09 13:54 
GeneralRe: A piece of ... Art Pin
costas081122-Jun-09 10:05
costas081122-Jun-09 10:05 
AnswerRe: A piece of ... Art Pin
Jeremy Tierman22-Jun-09 15:16
Jeremy Tierman22-Jun-09 15:16 
GeneralRe: A piece of ... Art Pin
ssiegel22-Jun-09 14:29
ssiegel22-Jun-09 14:29 
GeneralRe: A piece of ... Art Pin
Kelly Herald30-Jun-09 13:10
Kelly Herald30-Jun-09 13:10 
GeneralRe: A piece of ... Art Pin
puromtec117-Jul-09 17:37
puromtec117-Jul-09 17:37 
GeneralFrom the C# forum Pin
Mirko198016-Jun-09 21:43
Mirko198016-Jun-09 21:43 
GeneralRe: From the C# forum Pin
OriginalGriff16-Jun-09 22:39
mveOriginalGriff16-Jun-09 22:39 
GeneralRe: From the C# forum Pin
Fatbuddha 116-Jun-09 22:40
Fatbuddha 116-Jun-09 22:40 

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.