Viewing 15 posts - 3,451 through 3,465 (of 4,081 total)
Wait... how will we know which karthikeyan you are? :w00t:
March 12, 2009 at 1:59 pm
I missed out on Babylon 5 🙁 It fell during a period of years where I never had time for TV.
March 12, 2009 at 1:56 pm
Hey Gail, where does your signature line come from? Is that original?
March 12, 2009 at 1:47 pm
There are a number of versions for what I've heard called a dates table, a calendar table, or a holidays table. They are prepopulated in advance and...
March 12, 2009 at 10:23 am
Bump it up a notch. The version I sent you was set to 100 thousand rows, not a million.
But yeah, having the tally table already generated SHOULD...
March 12, 2009 at 9:47 am
Hey G, how about testing this on your machine so we have apples to apples?
declare @N int;
set statistics time on;
with Tally (N) AS (SELECT TOP 100000 ROW_NUMBER() over (order by...
March 12, 2009 at 9:34 am
i worked out what my problem is!!!!
I am trying to work out what I can do to make it any faster
Great 🙂 Thanks for letting us all know.
Even...
March 12, 2009 at 9:13 am
Thank you for that candid and incisive commentary, Michael. :hehe:
March 12, 2009 at 8:45 am
To be honest, I am rarely trying to do this for over 10-20 rows (just to type up sample data). At that volume, it really doesn't matter. ...
March 12, 2009 at 8:44 am
That's because it *is* a variation on your code, Lynn. 😎
I just thought I'd come back with it again, because I can't find anything faster.
I notice you start...
March 12, 2009 at 8:31 am
there is no table definition or data that is relevant
You are absolutely correct. When asking for more information, I just asked for complete text of errors, table schemas...
March 12, 2009 at 8:21 am
Many thanks, Jeff. Good to know. In the past (for really big sets) I usually created indexed temp tables and then loaded them, so...
March 12, 2009 at 8:07 am
Yeah... just call me "BioHazard Bob"...
All of these are variations on a BioHazard symbol. There are dozens, if not hundreds, out there. I can...
March 12, 2009 at 7:59 am
Viewing 15 posts - 3,451 through 3,465 (of 4,081 total)