Viewing 4 posts - 1 through 4 (of 4 total)
You can't pass table variables into functions or sprocs.
BOL:
"The nonscalar types cursor and table cannot be specified as a parameter data type in either Transact-SQL or CLR functions.
"
July 10, 2008 at 10:43 am
Hi Gregory,
What is the comparative performance of the ISNULL() ... against the OR columnname is NULL
Thanks for a great article!
February 28, 2008 at 6:53 am
Rick,
I agree with that statement, so I add a caveat. Having taken into consideration all the implications for performance, I use this method when dealing with small result domains...
February 27, 2008 at 9:10 am
Another approach I have been using this year to the issue of dealing with parameters is to use table variables to store the filtered selections. In the absence of a...
February 27, 2008 at 7:34 am
Viewing 4 posts - 1 through 4 (of 4 total)