Viewing 15 posts - 52,006 through 52,020 (of 59,067 total)
I'm not so sure that's true, Adam. I believe you can use OPENQUERY for this.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2008 at 10:52 am
Yes... there is another way using a triangular join... but it's horribly slow and relies on a unique or primary key and an order by...
To generate a running count in...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2008 at 10:47 am
I'll see if I can resurrect the code I used tonight and share it here...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2008 at 10:13 am
Not without actually seeing the code...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2008 at 10:10 am
Thanks for the feedback, Shally.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2008 at 10:07 am
Heh... it wouldn't take as long to explain in person as it did here, Johan... I'd have just pointed out the couple of optimizations that everyone expects, explained that there's...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2008 at 10:03 am
When all else fails, porkchops seem to work... 😛
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2008 at 9:54 am
MattieNH (3/7/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2008 at 8:27 am
I agree with Matt... EXISTS in the form of NOT EXISTS is used to find something that has no match in another table. EXISTS by itself should probably...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2008 at 8:06 am
Brandie Tarvin (3/7/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2008 at 8:01 am
I have to know because it's a bit unusual... why do you need this type of sort?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2008 at 7:49 am
Cool. Thanks for posting the solution!
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2008 at 9:31 pm
Mike C (3/6/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2008 at 9:24 pm
How does your process work for files like this?
I don't believe it was meant to... wasn't advertised that way except maybe by a slightly misleading title.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2008 at 8:52 pm
Very cool... thank you for the stats and the feedback, John.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2008 at 8:48 pm
Viewing 15 posts - 52,006 through 52,020 (of 59,067 total)