Re: SQL Job question

Tech-Archive recommends: Speed Up your PC by fixing your registry



Thanks Ed. Will give that a try.

"Ed Murphy" <emurphy42@xxxxxxxxxxxx> wrote in message
news:466ad8fb$0$8972$4c368faf@xxxxxxxxxxxxxxxxx
Doug wrote:

I have 6 tables that need to have records deleted from them nightly based
on date. I can create 6 SQL jobs for this to run every night, but rather
than create 6 separate jobs, can I put 6 DELETE statements into one SQL
job? For example...

I would put the 6 DELETE statements into a stored procedure, and
have the SQL job execute that.


.