Viewing 15 posts - 196 through 210 (of 418 total)
Glad you liked it. Hope you read ther other article, to which was referred in this article as well. Same functionality, different approach.
November 20, 2007 at 12:12 pm
Tnx for answering. Found a very worthwhile article here. I have used this to create the functionality I needed.
Tnx again.
November 20, 2007 at 7:13 am
Got it, tnx. Amazing, that I am not SA while I am Windows Administrator... Also amazing, that I can change my permission WITHOUT being SA...
Weird set-up procedure, I guess.
November 18, 2007 at 12:05 am
Tnx Michael,
But it would still mean I need your whole previous script. I'll solve it another way by creating a large base sequence-length and building the statement. Consequence is...
September 19, 2007 at 7:30 am
Hi Michael,
It works fine, noproblem, even with 'real' data I have used. However, this will be difficult to implement, since the apl has to connect to both SQL Server and...
September 14, 2007 at 4:02 am
Obviously, for any two jobs this needs to be expressed only once. Thus all entries in your job pair table must be unique. Is this true?
Thus you want to manage...
September 7, 2007 at 3:51 am
Michael,
I think you summed it up pretty well. Your "UNION" script gives me the data in the format I need/want, the client just has to fill a Flexgrid with the...
September 6, 2007 at 8:37 am
It seems to me that this should be written by the application's procedural language. It's not ideal for SQL.
But... I have read up a lot on recursive querying and hierarchical...
September 6, 2007 at 6:28 am
Tnx for answering Matt.
However, at first sight thye code does not work: all records end up with NULL as seqnum and 0 as seqdepth. I'll have a look at the...
September 6, 2007 at 3:26 am
Matt,
You are correct, but this is easily checked when creating a sequence. No sequences currently exists and won't be when this apl goes live. Sequences have to be made by...
September 5, 2007 at 2:24 pm
Yet another question on this: storing sequence infortmation is not an option. Is there an easy way to find the longest existing sequence before creating the query Michael has provided?...
September 5, 2007 at 6:55 am
When a a chain from a sequence is removed 2 new sequences appear.
Cl_01=>Cl_02=>Cl_03
If the middle chain Cl_02 is removed 2 the new sequences are Cl_01 and Cl_03. Ofcourse, single-sequences...
August 24, 2007 at 5:53 am
Hi Michael,
I've done some testing and sofar your code seems to be the thing I need. Thanks a lot!
August 24, 2007 at 5:14 am
Hi Michael,
I'll have a look at your code tomorrow, it looks good. The max length would be not more then 10, but that's a user talking...
Tnx for the help sofar.
August 23, 2007 at 12:31 pm
Viewing 15 posts - 196 through 210 (of 418 total)