Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to overcome problem of maintenance plan in sql server expression 2008 r2? Any alternative way to create scheduler. My problem is the data in my sql server should be update in lan.
Posted
Updated 4-Feb-13 21:14pm
v2
Comments
OriginalGriff 5-Feb-13 3:13am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.

1 solution

Yes, SQl Exress (not Expression) has no agent[^] (you can not make it running). But your Windows has a scheduler, thus you can make external tools (batch files, PowerShell scripts) to do the tasks. You can even write your own service that can schedule your tasks.

You can even google for ready-made solutions, like this one (commercial): http://www.valesoftware.com/products-express-agent.php[^].

Some other useful links:
http://www.informit.com/guides/content.aspx?g=sqlserver&seqNum=363[^]
http://www.sharewareconnection.com/software.php?list=Ms+Sql+Express+Agent+Replacement[^]
http://www.sqlclockwork.za.pl/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900