A coworker found this in code generated by Visual Studio 2005:
this.sqlSelectCommand2.CommandText = "SELECT columnName1, columnName2, columnName3, columnN" +
"ame4, columnName5, columnName6 FROM MyViewFromMa" +
"nyTables"
Searching for MyViewFromManyTables is beautifull...
Refactor that!!