calvinsinger
Programmer
Hi,
I wanted to be able to use table variables with an exec, or be able to insert output of dynamic sql into a table variable instead of a temporary variable.
I am not sure if there is much of performance gain, since table variables are in memory, but if there is, I would like to take advantage of it.
Thank you
Calvin
I wanted to be able to use table variables with an exec, or be able to insert output of dynamic sql into a table variable instead of a temporary variable.
I am not sure if there is much of performance gain, since table variables are in memory, but if there is, I would like to take advantage of it.
Thank you
Calvin