all groups > sql server (alternate) > november 2003 >
You're in the

sql server (alternate)

group:

Making a stored procedure run on it's own periodically.


Making a stored procedure run on it's own periodically. raj_newsense NO[at]SPAM yahoo.com
11/30/2003 3:29:37 AM
sql server (alternate): Hi,
I have a requirement to update a table in SQL Server through a stored
procedure,
the stored procedure should run periodically, say once in a month, and
update the table.I should not use any external programs to call the
stored procedure, is there any other way to do it without using an
external programs.
Thanks in advance,
Re: Making a stored procedure run on it's own periodically. David Portas
11/30/2003 11:35:21 AM
Schedule a job that calls the stored procedure:

http://msdn.microsoft.com/library/en-us/adminsql/ad_automate_4v1v.asp

--
David Portas
------------
Please reply only to the newsgroup
--

Re: Making a stored procedure run on it's own periodically. raj_newsense NO[at]SPAM yahoo.com
11/30/2003 10:04:24 PM
Thank you so much.

[quoted text, click to view]
AddThis Social Bookmark Button