Viewing 15 posts - 55,891 through 55,905 (of 59,067 total)
Remi is spot on both in statement and method suggested... you still don't need a cursor to do that. Do like remi recommended...
July 5, 2007 at 7:58 am
First, you have a major bug in the code you posted... you don't create a value for @GenInfo_ID variable which means that you are populating the GenInfo_ID column of the...
July 4, 2007 at 1:54 pm
Serqiy is correct... is the stuff you putting into @List available in a table anywhere? If so, we can resolve the whole table instead of using RBAR methods...
July 4, 2007 at 11:45 am
If you're talking about the method in the URL I provided and not the BOL solution, some indexes will certainly help once the tree for the whole DB is constructed. ...
July 4, 2007 at 11:40 am
Yeah... that's the bugger about it... @variable=column=formula ONLY works for Update and only with certain other "hooks" present....
July 4, 2007 at 11:33 am
| I guess the hardest part for me is trying to understand someone else's logic and trying to figure... |
July 4, 2007 at 11:22 am
See "expanding hierarchies" in books online. There's lot's of other methods but that one is pretty easy.
For wicked speed, try the following URL with the understanding that it takes a...
July 4, 2007 at 12:49 am
That and a strong, respectful salute to the folks in the armed services who made it possible and continue to make it possible to enjoy such freedoms! Thank you all.
July 4, 2007 at 12:42 am
Never mind about the @WhereClause... was going to try to make it so you didn't need the dynamic SQL, but I can't wait for it...
One of the common methods for...
July 3, 2007 at 11:16 pm
Working on this but need some info... what column names will you use in the @WhereClause variable for this proc only? Please give an example of what you will pass...
July 3, 2007 at 9:59 pm
Very hard to say... people normally use cursors when they think there is no set-based option... normally they are wrong. Replacements will many times consist of the ill-conceived notion that...
July 3, 2007 at 7:30 pm
Like a couple of folks have asked already... post the rest of the code that uses the cursor and describe what the code is supposed to do. We're pretty good...
July 3, 2007 at 6:23 am
Bill,
If YOU didn't know about the backups being taken, who does? Who's changing the tapes? ![]()
July 3, 2007 at 6:16 am
Viewing 15 posts - 55,891 through 55,905 (of 59,067 total)