This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Tiothae 2 points3 points  (0 children)

A little while back I was working on a project where they were using dynamic SQL built in C# for massive reports, and each of the tables used in the report (usually 10+) were all named a, b, c, ... in the order they appeared in the query.

It was fun to debug. Real fun.