Viewing 15 posts - 1 through 15 (of 19 total)
The below code can be used to re-schedule the job through code:
EXEC msdb.dbo.sp_update_jobschedule @job_name = 'NameofJob', @name = 'NameofJob',@freq_subday_interval=2
The other parameters also can be checked
Sanjay Masawan
April 13, 2006 at 10:34 am
How can we make the owner access the other machines. Can I make "sa" as the owner. how to grant full permissions.
Also, as u said that "its not a good...
September 7, 2005 at 10:26 am
But is it advisable to keep a Unique constraint on the description field. Is it a general practise.
This can be applied to all Master tables.
Have u done such a...
August 8, 2005 at 10:33 pm
Took it easy
But what would he loose in sharing the book
May 2, 2005 at 12:53 am
May 1, 2005 at 10:14 am
Hi Joe
We all are still waiting for ur book. We would be highly grateful to ur kind help for Posting the book or sending it on email (sanjaymasawan@yahoo.com)
Thanks
***** Hep Others...
April 26, 2005 at 9:36 pm
Yes exactly, Union removes dups and Union ALL includes them
April 13, 2005 at 6:59 am
Becasue I am using a Union ALL
SELECT BatchNoFormulation.BAMF_ID AS BatchNoID, BatchNoFormulation.BAMF_BatchNo AS BatchNo,
BOMTFormulationDet.BTFD_StageProcessID AS StageProcessID,
StageMaster.STAG_StageDesc + ' - ' + ProcessMaster.PROC_ProcessDesc AS StageProcessDescription,
BOMTFormulationDet.BTFD_ItemID AS...
April 12, 2005 at 6:29 am
April 11, 2005 at 9:54 pm
I thanks for ur answer
I would appreciate if I could get it in more detail
April 5, 2005 at 10:08 pm
I have
Table 1 having Main Items1 AND THE Manufacturers
(I1, I2, I3)
Table 2 having multiple Substitute Items for the above Main Items
I1 - S1
I1 - S2
I1 - S3
Also with above...
March 3, 2005 at 7:32 am
hi Antares686
Thanks for the help. I have used a trigger for the same
March 3, 2005 at 7:04 am
Viewing 15 posts - 1 through 15 (of 19 total)