Wednesday, February 21, 2007

ANSI SQL vs PL/SQL vs T-SQL

I want to discuss the question of software developers habiits.
Now I'm used to make scripts with the help of ANSI SQL, it is only a habbit.
It is easier for me to use it and this point allow to make really strong queries.
What SQL subdivision language are you using? It will be intersting to see your opinion and explanations about your choice.

IMHO it is look like C, C++, Java (C#) languages line. No doubt languages like Java and C# appeared from C++ language and many really good developers use them.
But we know that C++ lang have many advantages in front of Java and C# like memory management and others. So why developers use C# and Java instead of C++? Yep, usability, confort, lifelengths and just homage to progress.

So, I use ANSI-SQL with combination of C++ and C# languages and in this blogs I'll share my thougts and opinions regarding tasks, issues and algorithms.