Viewing 15 posts - 331 through 345 (of 549 total)
My suggestion is not a happy one. Basically because I seem to have run into this uncertainty of dealing with multiple splits. In any case, have a go at this...
September 13, 2007 at 1:48 pm
Hans,
Let's go back to square 1.
So the essential entity being managed is the job pair table where each row contains two jobs where one must occur before the other. Obviously,...
September 6, 2007 at 2:11 pm
Matt, yes you did essentially implement what I wrote with the exception of the 'sequence split'. What Hans needs to tell us if the 'vetical' orientation of the generated output...
September 6, 2007 at 7:40 am
Matt, I think your approach doesn't get the right answer. It interprets 1-2-8 and 1-2-4-5-6 as one sequence.
Hans, to find any solution at all, let's describe a procedural algorithm for...
September 6, 2007 at 5:19 am
Great.
But 10 levels is going to be a lot.
I have also wondered how this table is managed - especially in regards to deleting 'things' from that table. Deleting one sequence...
August 24, 2007 at 5:28 am
createdate is never updated - otherwise it would lose its meaning.
sp_grantdbaccess will generate an error if the user already exists.
As I said, you need to go through a sp_revokedbaccess/sp_grantdbaccess sequence....
August 24, 2007 at 4:23 am
As I said, this approach is valid only if the length of a sequence is within a reasonable limit and the number of rows in the table is reasonable. You...
August 23, 2007 at 9:35 am
You have decided to switch to NextCluster instead of PrevCluster. I prefer NextCluster because I tend to read from left to right .
Doing a...
August 23, 2007 at 8:59 am
Indeed, All gives you Successes and Failures.
August 23, 2007 at 8:53 am
You can reference columns by number from within ADO.
August 23, 2007 at 8:39 am
Hans, you need to be a bit clearer on this table and what exactly it holds.
Thus if I have job sequences:
job2 - job7
job2 - job1 - job4
job2 - job5 -...
August 23, 2007 at 7:21 am
Just the Oracle Client is sufficient.
August 23, 2007 at 3:20 am
You can dynamically create and copy a table using
select *
into new_table
from some_other_table
Thus have you tried
select *
into new_table
EXEC MySP
August 23, 2007 at 3:17 am
Wandrag,
Is this something new to SS2005?
I know that SS2K can audit into the Windows Application event log either a successful login or a failed login (but not both). And it...
August 22, 2007 at 9:59 am
Viewing 15 posts - 331 through 345 (of 549 total)