Viewing 15 posts - 57,391 through 57,405 (of 59,067 total)
Serqiy, my old friend... I'm all ears... there's code in the post to gen a million rows... can you show us how to get a similar report as the cross...
--Jeff Moden
Change is inevitable... Change for the better is not.
Thanks Mark,
I finally have enough information to help... with great zeal, I may add...
First, as Serqiy suggested, you don't need all those "generated" columns. He suggested keeping one of them...
--Jeff Moden
Change is inevitable... Change for the better is not.
Of course there's some education in it, Ken... but, it's still forbidden because it hurts performance and a derived table should be used instead. And, it will also catch these...
--Jeff Moden
Change is inevitable... Change for the better is not.
Crud... I didn't read the second query... sorry... not enough coffee...
To play on what David suggested... it's one of the reasons why I'm glad that the standards I wrote for...
--Jeff Moden
Change is inevitable... Change for the better is not.
It's because the Inserted table is only available in the current session... the dynamic SQL is actually a separate session with a different scope. That's the whole reason why we...
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 15 posts - 57,391 through 57,405 (of 59,067 total)