Viewing 15 posts - 39,226 through 39,240 (of 59,072 total)
Patrick Dadey (3/20/2010)
I think my problem is a bit differentthan the solution you provided in that the id of the parent
for the child in #tree is not known
Maybe...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 21, 2010 at 8:56 pm
dibbydibby (3/19/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2010 at 8:36 am
Very cool. Thanks for the feedback.
Yep... since you have 2k5 or better (didn't know that because this is a 2k forum), a CTE does make it a...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2010 at 8:26 am
jcrawf02 (3/19/2010)
(fyi, these are all general 'you', I know that Jeff is not saying he is doing this)
Heh... Correct... I should have mentioned that. I can just imagine the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2010 at 8:12 am
Insert the data into a staging table with all VARCHAR() columns. Use ISDATE and couple of other checks on the date columns to validate the date BEFORE you try...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2010 at 8:00 am
Did that help or what?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2010 at 7:53 am
Divide'n'Conquer. Gather the data first, then manipulate it. It's a form of "pre-aggregation" and it can make for some very fast code because it can reduce the number...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2010 at 7:51 am
One of the problems I've found that people face in getting some paid training is their own salary and position. Lots of salaried folks are underpaid especially if you...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2010 at 7:38 am
WayneS (3/18/2010)
sandip.vs (3/18/2010)
I want to delete 2 million records from my table(based upon a condition)....what is the easiest way to do???
Assuming that you read Stefan's post, and you need to...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2010 at 7:20 am
GSquared (3/18/2010)
john.arnott (3/18/2010)
Lynn Pettis (3/17/2010)
Like clustered indexes are better than nonclustered indexes?
Sometimes I think about teasing my DBA by saying stuff like "since clustered indexes are better than non-clustered, ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2010 at 8:52 pm
Yakov,
If you weren't being sarcastic, I truly apologize for me taking it the wrong way. I do have to stand my ground on the issue, though, and I do...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2010 at 7:57 pm
Tim Walker. (3/18/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2010 at 7:50 pm
GOC-481399 (3/18/2010)
I honestly didn't think he was being sarcastic.
You could be right. I may have taken it all wrong because of the sensitive subject matter and the fact that...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2010 at 7:42 pm
Yakov Shlafman (3/18/2010)
we have garbage - garbage database design, garbage data, garbage applications that produce garbage results.
Before that...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2010 at 7:26 pm
There is nothing in the original data provided to guarantee the order of the rows... until there is, all of the methods offered so far (as well written as they...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 18, 2010 at 4:49 pm
Viewing 15 posts - 39,226 through 39,240 (of 59,072 total)