Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 DTS

Author  Topic 

CSK
Constraint Violating Yak Guru

489 Posts

Posted - 2006-08-30 : 00:48:15
Dear All,

I have Created a DTS Package In Enterprise manager.
I need to make it as a scheduled

How can i Do that one

Please Help me
Thanks and regards
Krishna

timmy
Master Smack Fu Yak Hacker

1242 Posts

Posted - 2006-08-30 : 01:03:33
just right-click on the package and go 'Schedule Package'

Very simple....

Go to Top of Page

CSK
Constraint Violating Yak Guru

489 Posts

Posted - 2006-08-30 : 01:09:47
Yes I have done The same.
I have done The Following
Occurs :Daily
Daily freq :Occurs Every : 1 Minitues
But It 's Not Executed

KK
Go to Top of Page

CSK
Constraint Violating Yak Guru

489 Posts

Posted - 2006-08-30 : 01:10:29
But I have done in the client...!

Shall i goto Server..?
Go to Top of Page

timmy
Master Smack Fu Yak Hacker

1242 Posts

Posted - 2006-08-30 : 01:44:42
It doesn't matter where you schedule it from (ie client or server), it should create a SQL Agent job for it.

In Enterprise Manager, check Management->SQL Server Agent->Jobs. There should be a job created there if you've done it correctly.



Go to Top of Page

CSK
Constraint Violating Yak Guru

489 Posts

Posted - 2006-08-30 : 02:30:36
Thanks timmy , i have one more Doubt , Please explain me

I need to create a primary key
This is the sample data
please suggest the order

C03_ORGANISATION_CODE C29_LOCATION_CODE H01_EMP_NUM Process_Period
'A' 'B' 1 17
'A' 'B' 2 17
'A' 'B' 3 17
'A' 'B' 4 17
'A' 'B' 5 17
'A' 'B' 6 17
'A' 'B' 1 18
'A' 'B' 2 18
'A' 'B' 3 18
'A' 'B' 4 18
'A' 'B' 5 18
'A' 'B' 6 18

Thanks and regards
Krishna
Go to Top of Page
   

- Advertisement -