Posted by Jim Andersen on 01/11/07 11:41
fireball wrote:
> Uzytkownik "Robert Klemme" <shortcutter@googlemail.com> napisal w
> wiadomosci
>> a batch like approach is probably better, i.e. once a day
>
> the database will be run on remote client machine and developers are
> not allowed to perform scheduled tasks on it (except
> upgradind/servicing)
I dont think he wants you to run the job manually.
Create a DTS package that deletes the rows, and have it scheduled/run as a
job by the sql-server-agent whenever the client starts sql-server (since you
don't know when the database/client will be turned on, you can't use a fixed
time like "at midnight").
/jim
Navigation:
[Reply to this message]
|