All Tags »
Idioms »
Tips And Tricks
Sorry, but there are no more tags available to filter with.
-
I hate Dynamic SQL. It's as lame as in-line SQL.
So I lose sleep when I'm 'forced' to use Dynamic-SQL to solve problems. Oh... I'll use it in an absolute
pinch, but after the 'pinch' is over I try flipping the problem on its head over and over to see if I can
come up with a non-cheesy solution.
That being said, a common place many people ...