Viewing 15 posts - 3,466 through 3,480 (of 4,081 total)
@fn is being defined within the Dynamic SQL itself. You were trying to put the VALUE of @fn into the string, before it has been defined. ...
March 11, 2009 at 4:52 pm
Listen to Lynn. A recursive CTEs is going to run slowly.
When you DO use recursive CTE, as in any Union ALL, the number and type of columns must...
March 11, 2009 at 4:05 pm
Thanks for letting us know what the resolution was, KT.
March 11, 2009 at 3:46 pm
Please share with us what error you are getting, the table schema(s), and perhaps a sample of data.
March 11, 2009 at 3:26 pm
A lot of our developers just LOVE "NOLOCK".
If you ask them what it means, they usually respond that it means you want to go fast....
March 11, 2009 at 2:12 pm
As long as there is going to be carnage, would you also add to the victims' list the names of those who say "Choose your answer", instead of "Choose all...
March 11, 2009 at 2:09 pm
Abby see the puppies? (Or I be see the puppies.)
Well (or hell), them no puppies.
Yes they are. See 'em peein' ??
March 11, 2009 at 1:27 pm
Hey Roy, I will translate the Arkansian for you.
Arkansas is infamous for bad grammar and promiscuous former presidents.
Them are ducks.
No them are not.
Yes them are. ...
March 11, 2009 at 10:27 am
M R Ducks.
No M R not.
S M R. Look at M webbed feet.
L I B !! M R Ducks.
I haven't thought about that since I lived...
March 11, 2009 at 10:20 am
Some of the questions of the day wind up being just trivia, not suggested best practices. But sometimes you stumble across some code that needs fixing and knowing...
March 11, 2009 at 10:18 am
Chris #2 is right. I've begun to rewrite some multiline functions as inline table functions and the difference in performance for large batches is astounding. ...
March 11, 2009 at 9:15 am
Viewing 15 posts - 3,466 through 3,480 (of 4,081 total)