views:

18

answers:

1

Hi: We are building a simple CMS with asp.net 3.5 and mssql2005 We need to build a demo account for our customers and this will be published to public. So, we want to reset the content of the demo account on every 2 hours.

What is the best way of building this kind of demo account?

Thanks for all responses for now. Best Regards

+3  A: 

That's a job for... SQL Agent Job! I'd give more detail, but the link has images...

OMG Ponies