Hi,
I have this stored procedure that cleans up abandoned shopping carts. I have created an asp.net windows service that runs once every week to execute this stored procedure.
Just wondering whether I can do this inside the sql server. Can I use sql server jobs for something like this?
Thanks.