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)
 scheduling job for COM+ component in SQL agent

Author  Topic 

nastoski
Starting Member

1 Post

Posted - 2005-09-05 : 09:34:52
Hi,
I have created COM+ application and i would like to schedule a job for it in SQL Server Agent. I have some experience in scheduling jobs for exe aplication, but no for COM+ applications. Specialy I don't know where to get or how to create CommandLine (example: DTSRun/~Z0x....) ..

Can anybodu help me with some info?

Thanks in advance,

Igor

nr
SQLTeam MVY

12543 Posts

Posted - 2005-09-05 : 15:05:53
For a command line just schedule exec master..xp_cmdshell ... as a tsql scrip or the command as a operating system command.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -