Viewing 9 posts - 1 through 9 (of 9 total)
I have already posted a reply but as often happens with this forum it just dissapeared
So here goes again...
I had a similar situation...
December 20, 2005 at 4:51 am
My change looped just 4 times not 10 though as I used count distinct on parentid. but I do see your point.
Thanks
December 14, 2005 at 7:36 am
Old hand posted what he described a a lazy option, I changed the code slightly to use a count of the levels available, therefore limiting the loops as follows
declare @idxcount...
December 14, 2005 at 5:46 am
If you are referring to storing the scripts in a table as above, use a text (Memo in MS Access) column for the script,
Text: Variable-length non-Unicode data with...
October 24, 2005 at 12:51 am
I just tried to reply to this and everything disappeared so here it is again!
I have tried a couple of methods using ADODB Command Execute method and found that the...
October 23, 2005 at 1:05 pm
It worked! and has saved me hours of work on over a thousand columns across dozens of tables.
Many Thanks!
October 22, 2005 at 8:58 am
This looks like it works but is very basic with no error handling. I have not fully tested it but am happy with it
CREATE FUNCTION CalcIt (@calc as nvarchar (255)) ...
May 26, 2004 at 7:09 am
Can't see my last reply, perhaps I did not actually send it, Anyway thanks for your thoughts. The problem is based on having...
May 25, 2004 at 6:05 pm
Unfortunately I cannot join the table in any other way, I will use VB instead, however I did not know why it was...
May 25, 2004 at 9:40 am
Viewing 9 posts - 1 through 9 (of 9 total)