Viewing 15 posts - 41,626 through 41,640 (of 59,067 total)
Now hold on a minute... you said that updating the stats helped just a bit and you also said that the table is highly transactional. I suspect that the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 9:53 pm
Heh... you're sure? That's an SQL Server 2005 solution and this is and SQL Server 2000 forum. Even for 2k5, though, it seems a bit complex compared to...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 9:40 pm
mgodinez (10/5/2009)
Excellent article by the way.
Thanks for the kudo, Mike. I appreciate it.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 9:28 pm
I use it a lot in demonstration code for two reasons...
1. It cuts down on the actual visual clutter and takes less horizontal and vertical space.
2. I'm lazy....
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 9:23 pm
Carla Tillman (10/5/2009)
Thanks for the article! Good Stuff. I was just confused by one aspect.
(I am not a DBA so if my question shows ignorance, be patient/gentle! ;-)...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 8:10 pm
Jan Van der Eecken (10/5/2009)
Thanks, now I can pour away my glass of red coz I spewed my nasal excrements into it.
Ah, you need to become a member of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 6:39 pm
Jan Van der Eecken (10/5/2009)
"What are some uses of Dihydrogen Monoxide?"
Heh... the very same as Hydrogen Hydroxide. "Oh bartender! Can you fix me a Perrier and water, please?"...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 4:56 pm
Jeff Moden (10/5/2009)
Try changing the derived table aliases to something besides actual table names and see if the fixes it.
Never mind... I missed the V_ in the derived tables.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 9:07 am
Try changing the derived table aliases to something besides actual table names and see if the fixes it.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 9:05 am
"When you come to a fork in the road, take it." --"Yogi" Berra
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 8:15 am
I still want to know why the OP wants to do this type of denormalization, though...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 8:14 am
But if i remote login to the server, it works
I'm pretty sure that's the nature of the beast and you won't be able to do much about that. This...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 8:05 am
I'm glad that someone else realizes how comparatively slow COALESCE is compared to ISNULL or a preset empty string.
However, my real question to the OP is (drum roll, please)... why...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 7:59 am
"Must look eye"...
ON WIP_DTL_HIST.DATE_WRK =DAILY_SCRAP.SFT_DATE
AND WIP_DTL_HIST.PAYROLL_SFT_WRK=DAILY_SCRAP.SFT_NUM
AND WIP_DTL_HIST.PART_NUM=DAILY_[highlight]SCARP[/highlight].PART_NUM
AND WIP_DTL_HIST.WKC=DAILY_SCRAP.WC_NUM
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 7:50 am
I don't believe that you'll find anything about indexes or columns or a couple of other things in SysObjects. Even the sys.All_Objects in Master doesn't contain everything.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 5, 2009 at 7:27 am
Viewing 15 posts - 41,626 through 41,640 (of 59,067 total)