Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: execsql vs direct statement

    The answer is in your code....

    The first is faster because the code is direct, absolute...

    The second requires much more intrepretation, compiling plus use of quotes is creating literals of...

  • RE: Is all code really code? One question from an interview

    Andy,

    Of course one of the best answer would be to add print statements, but in reality no better of an answer than checking your test data or verifying your program...

  • RE: SET vs SELECT

    IF you are wanting to assign a variable,

    use SET. It is 3x more efficient even on multiple variable assignment.

    SELECT is a SQL command performing other task not necessary...

Viewing 3 posts - 1 through 3 (of 3 total)