Viewing 15 posts - 46,291 through 46,305 (of 59,095 total)
josemyj (12/30/2008)
The problem: Users have a list of their shops, and choose between 4000 arbitrarily....
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 5:22 am
Double post. Please don't post here. Follow the link below to the other post.
http://www.sqlservercentral.com/Forums/Topic627219-373-1.aspx
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 5:11 am
You have 2 activity columns... what are they really called?
And please... not nice to double post.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 5:09 am
Just to be sure... creating a view doesn't necessarily improve any performance and, if it's done badly, can be quite the performance hog.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 4:59 am
Good thread. I like the sp_MakeWebTask trick.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 4:55 am
Adi Cohn (12/30/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 4:50 am
Thanks, Anzio.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 4:46 am
Heh... so which is it that you actually want? A running total, or a current balance for new rows... there is a slight difference.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 4:42 am
GilaMonster (12/30/2008)
Jeff Moden (12/30/2008)
Seems like the intent of Microsoft was to make things easier for folks that don't know how to do it in T-SQL...
I don't agree with that....
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 4:37 am
Like I said, I'm curious... how many rows in the Course Reference table and any chance of you attaching the first 10 rows of the 10 million row file you...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 4:34 am
A cursory overview (no pun intended) says that this is a hierarchical sproc and it uses a cursor and a whole lot of RBAR... lord only knows what the sprocs...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 1:19 am
Heh... ya know? Thanks for the feedback, Jeffrey... Seems like the intent of Microsoft was to make things easier for folks that don't know how to do it in...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 1:13 am
I was also looking at today's article on SSIS and what I think is a fairly simple import...
http://www.sqlservercentral.com/articles/SSIS/64766/
All I can say is "Good Grief"... it took this person a couple...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 12:24 am
You'd have to shorten the lines in the code box you made... but you're ok.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 30, 2008 at 12:13 am
I'm curious... how many rows in the Course Reference table and any chance of you attaching the first 10 rows of the 10 million row file you imported? I'd...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 29, 2008 at 11:59 pm
Viewing 15 posts - 46,291 through 46,305 (of 59,095 total)