all groups > sql server programming > november 2005 >
You're in the

sql server programming

group:

Triggering external app


Triggering external app g_hickley NO[at]SPAM hotmail.com
11/6/2005 9:38:51 PM
sql server programming: I have a table with a date time column. I need an external program to
be triggered exactly when the date time is reached. Any suggestions on
the best approach for this?
RE: Triggering external app Vadivel
11/7/2005 12:49:06 AM
I guess you need to make use of DTS package and xp_cmdshell for this task.

To know the pros and cons of different ways check out
http://www.windowsitpro.com/sqlserver/article/articleId/39487/39487.html?Ad=1

Best Regards
Vadivel

http://vadivel.blogspot.com
http://thinkingms.com/vadivel

[quoted text, click to view]
Re: Triggering external app g_hickley NO[at]SPAM hotmail.com
11/8/2005 4:51:12 AM
Matey, I think that triggers can only happen on
inserts/updates/deletes. I may be wrong. What exactly is it you want to
achieve?

Gordon
Re: Triggering external app David Portas
11/8/2005 4:54:03 AM
You can configure a SQL Agent job to execute your external program and
change the job execution time based on whatever logic you like.

--
David Portas
SQL Server MVP
--
AddThis Social Bookmark Button