Thanks guys for your advices.
I was thinking and at the end decided to write a stored procedure that will do the database updates for me.
An create a SQL Server Agent Job that will execute it each night.

Thanks a lot,
Mircea

On 10/5/06, Adam McCrory <[EMAIL PROTECTED]> wrote:
lol .. oh yeah ..

There is a Microsoft tool called TinyGet ... which does the same thing.. but probably not as well as wget ;-)



On 05/10/06, Fábio Batista <[EMAIL PROTECTED]> wrote:
WGET, a Microsoft tool?!?

AFAIK, wget is a GNU tool.

--
Fábio David Batista
[EMAIL PROTECTED]
http://nerd-o-matic.blogspot.com

On 10/5/06, Adam McCrory <[EMAIL PROTECTED]> wrote:
> What you could do which works is use the microsoft tool WGET and setup a
> scheduled task to run under under windows and call
>
> wget http://www.mysite.com/controller/method.rails
>
> You can also pipe the output into a file and then email it for notification
> of success/failure
>
> I also have some code that will setup a scheduled task in c# if you need
> that so it could be configured via a web interface.
>
> Adam
>
>
> On 04/10/06, Mircea Jivoin < [EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> >
> > I have to implement a scheduled task to be executed each night. I am using
> the MonoRail and I couldn't find anything about that in Castleproject.
> >
> > I've used in java world and springframework the Scheduling crontriger bean
> for that.
> >
> > Is there a service or way to implement that in MonoRail and Windsor?
> > Thanks,
> > Mirca
> >
> -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> > opinions on IT & business topics through brief surveys -- and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > _______________________________________________
> > CastleProject-users mailing list
> > CastleProject-users@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/castleproject-users
> >
> >
> >
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> CastleProject-users mailing list
> CastleProject-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/castleproject-users
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
CastleProject-users mailing list
CastleProject-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/castleproject-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
CastleProject-users mailing list
CastleProject-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/castleproject-users



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
CastleProject-users mailing list
CastleProject-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/castleproject-users

Reply via email to