Mark Simms
marksimms at verizon.net
Mon Jan 27 22:31:08 CST 2014
Ridiculous. I've heard of large companies like Comcast with 3600 lines of SQL per query - all manageable. The key: SQL Pretty Print. Without it....FORGET IT. SQL string code: SUPER SUCKS - totally unsupportable. It's gotta be formatted and well constructed. > > For the last days I have been struggling with some updating pass- > through queries, not Oracle but T-SQL. > No fun. As soon as you have more than a few joins, the code turns > nearly unreadable. I'm not very good at it, so I had to build the query and > the joins bit by bit to not lose my feet. I never learn to love this. Give > me C# please.