Sql Server 2008 Express does not come with the built in agent that most servers do. I have a simple E-Commerce shopping cart system and I have decided to use SQL Server Express as it is free for single processor machines and I don’t need anything fancy – just a simple DB to be honest.
So here is how to have a database backup plan.
http://code.msdn.microsoft.com/SQLExamples/Wiki/View.aspx?title=ExpressMaintenance
which was utter rubbish and his examples don’t even run!
So try this
http://www.sqldbatips.com/showarticle.asp?ID=27
Which is one stored procedure and then a Windows Task to call it every week. Prefect. Exactly what I needed. When I get a spare moment, I am going to look at this one as I want to learn PowerShell
1 comment:
Have you tried phoning Steely and buying him some beers? Usually works for me!
Post a Comment