Monday, January 26, 2009

Sql Server StoredProc rant

As long as it's been, we programmes that write real code, have mostly used C++ to write quality stuff. (I imagine Windows itself is written in c++).

Why can't stored procedures look like c++ functions, and why weren't they designed that way in the first place. C is one of the first code interpreters ever. WTF...

I have been doing SqlServer for years, and you gotta think the dude that designed the storedproc compiler was seriously on drugs. They should have an option to view SqlServer procedures as c type structures, and design them that way as well. I really don't see a problem with fixing that stuff to work more like real programs.

It's cumbersom to write, it's just BS the way that was allowed to happen.

No comments: