Viewing 15 posts - 211 through 225 (of 418 total)
You are right Steve, I don't think this is going to be done in SQL anyways, so it's a moot point now. Still, I wondered if I could refer to...
August 23, 2007 at 8:35 am
OK, real data. The table is like this:
CREATE TABLE ClusterAfhankelijkheden(
Cluster varchar(10)
NextCluster Varchar(10)
)
Data:
Cluster NextCluster
Cluster_01 Cluster_02
Cluster_02 Cluster_04
Cluster_02 Cluster_08
Cluster_03 Cluster_04
Cluster_04 Cluster_05
Cluster_05 Cluster_06
Cluster_07 Cluster_08
A value in column...
August 23, 2007 at 8:31 am
Maybe the OP can shed some light on where the data for this table comes from in the real world.
This minimalistic way of storing data enables some piece of code...
August 23, 2007 at 7:15 am
Sorry for the delay, did not receive notifications for this thread, cause I had deleted my subscriptions...
On-topic:
I am working on a script, in which I built a tmpTable, for which...
August 23, 2007 at 7:00 am
I think I have got it nailed now tnx to a script found here: http://www.lazydba.com/sql/1__12293.html
Now I cannot use the SQL, for the aplication it is used in can connect...
August 23, 2007 at 5:52 am
..is that some procs can run in parallel while others have to wait until the previous proc completes.
This is exactly the case.
I cannot test your example today, will get back...
August 22, 2007 at 10:40 pm
Ken,
I need yopur help again, I think. Your script runs in SQL2005 and I need to have it run on SQL2K.
Also, I still have no solution for distinguishing between the...
August 22, 2007 at 6:32 am
Ken,
Your code seems to do the trick. I'm going to test with real data, but the first few tests look very good. Thanks a lot!
EDIT: Alas, when adding a few...
August 21, 2007 at 11:29 am
Imagine this situation:
Job3 needs to start AFTER Job2 has finished AND Job4 has finished. Job2 can start AFTER Job7 has finished. Job7 and Job4 have no preceding job and can...
August 21, 2007 at 8:53 am
Ninja,
You are right, a construction like that would make things easier. However, I am not in the position to change the table as it is presented. Also, the table as...
August 14, 2007 at 1:18 am
Ah yes, I should have known this!!!
I changed this myself a year ago with similar problem. And now I know some1 changed the maintenanceplans...
May 30, 2007 at 5:48 am
But those settings are not in the job?!
This is the jobsteP:
EXECUTE master.dbo.xp_sqlmaint N'-PlanID 5FD22E54-F42A-49B4-BD91-BE0977CD22D5 -Rpt "d:\database\MSSQL\LOG\Maintenance Main0.txt" -DelTxtRpt 2WEEKS -WriteHistory -RebldIdx 100 '
May 30, 2007 at 3:47 am
Right...Never thought of actually trying... I just thought: oh, it's completely seperated, so...
Have to try that! Tnx.
May 15, 2007 at 11:18 am
Viewing 15 posts - 211 through 225 (of 418 total)