Viewing 15 posts - 43,066 through 43,080 (of 59,098 total)
Jeff Moden (7/6/2009)
Where'd Digs go? He owes us a post with his solution...
Ok... it's been a couple of days. First things first... do you like pork chops? ...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 9:13 pm
WayneS (7/6/2009)
I'm pretty sure I know what your Tally table test is doing... but what is the difference between your "XML" and "XML2" tests? Would you be able to post...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 9:05 pm
It's a pretty good list... that's probably why the forum code listed it 3 times. 😛
Dev...make sure your developer have a list of best practices that won't kill your performance.
Avoid...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 7:52 pm
It would be interesting to see the complete code examples in the test harness you used.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 7:32 pm
So what's the advantage to prefixing every table name with "tbl"? I see it as a disadvantage just because it requires more typing. If someone with even a...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 7:18 pm
hi_abhay78 (7/7/2009)
-> Create a cursor that inserts the values from you main table to the temp table...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 6:39 pm
Garfi61416 (7/7/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 6:35 pm
Drew,
I am actually in the process of writing a book on the subject and thought I'd ask... why did you think you needed a cursor for this problem? I'm...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 6:29 pm
Lynn,
If someone runs this against something that also has a time element in the date, won't there be a problem because of the BETWEEN?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 6:25 pm
GSquared (7/8/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 2:46 pm
roelofsleroux (7/8/2009)
- Most find it more readable and different object stand out from queries.
I'm sure you can produce a white paper on the multitude of opinion polls that substantiates...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 2:42 pm
mckinnj1 (7/7/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 2:34 pm
ali.m.habib (7/8/2009)
Jeff Moden (7/7/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 6:31 am
Eswin (7/8/2009)
SET @bcpCommand = 'bcp " select '''+ @expFile +'''" queryout "'
SET @bcpCommand = @bcpCommand + @exptionFile + '" -T -c'
EXEC master..xp_cmdshell @bcpCommand
i don't think you can use '+'...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 6:29 am
WayneS (7/7/2009)
Lamprey13 (7/7/2009)
This will probably work, but you cannot guarantee that it'll work based on the PK order.
Thanks for pointing that out... I've edited the post to include the necessary...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 8, 2009 at 6:07 am
Viewing 15 posts - 43,066 through 43,080 (of 59,098 total)