Viewing 15 posts - 40,381 through 40,395 (of 59,072 total)
For those interested in what has been done on this thread, several "technologies" have been brought together to make this all happen. If you'd like to read about them,...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2009 at 8:04 pm
tm3 (12/31/2009)
I would have never figured this out on my own and would have probably tried manipulating the records...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2009 at 7:44 pm
All right... here's the test table generator. It gen's a million rows for 100 accounts across 10 years. Read the comments about some of the indexing applied. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2009 at 3:10 pm
Sorry... made a "performance" error and I took the code that was here down... I'll be back in a few.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 31, 2009 at 1:48 pm
Man, in the presence of a clustered index on the ID, that's some mighty fast code there, Chris.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2009 at 10:05 pm
Jeff Moden (12/30/2009)
Jeff Moden (12/30/2009)
lobbymuncher (12/30/2009)
Another overcomplicated effort from the peanut gallery.I like it. Nicely done.
Ack... I may have to take that back. The code has a triangular...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2009 at 9:28 pm
Justin,
Please post the table creation statement and be sure to include any indexes you may have on the table.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2009 at 8:39 pm
Jeff Moden (12/30/2009)
lobbymuncher (12/30/2009)
Another overcomplicated effort from the peanut gallery.I like it. Nicely done.
Ack... I may have to take that back. The code has a triangular join in...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2009 at 8:25 pm
lobbymuncher (12/30/2009)
Another overcomplicated effort from the peanut gallery.
I like it. Nicely done.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2009 at 8:15 pm
mister.magoo (12/30/2009)
For the sake of it, a solution which copes with new "ColumnName" values by using dynamic sql (go ahead - pork chop me or whatever you do :-D)
Heh... nah......
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2009 at 8:03 pm
I'd fire the guy that hired two people... the one who didn't write/correctly promulgate the company wide rules and the guy that interviewed/hired him. 😛
I do agree, though... classic Hungarian...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2009 at 1:39 pm
Dave Ballantyne (12/30/2009)
Jeff Moden (12/30/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2009 at 1:26 pm
igngua (12/30/2009)
I need to add a varchar type of data into a column without erase any registry of the column.
I need to add it at the end of every...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2009 at 1:24 pm
Hollyz (12/30/2009)
that account is a domain account
And, you're absolutely sure that "domain" account can "see" the path you want to write to?
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2009 at 1:08 pm
Here we have someone who has no clue as to how to use one the basic 4 elements of the SQL language and they're going to update a whole table....
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2009 at 1:03 pm
Viewing 15 posts - 40,381 through 40,395 (of 59,072 total)