Discussion:
SQL Server Express: maintenance plan
(too old to reply)
Thomas
2008-04-21 11:01:00 UTC
Permalink
I use SQL Server Express 2005 SP2.(Microsoft SQL Server 2005 - 9.00.3042.00)
I want to make a maintenance plan, but I don't have a task called
"maintenance plan"
I am user sa with "sysadmin"
How can I make a maintenance plan.
Thanks for your help
Thomas
Andrea Montanari
2008-04-21 16:13:35 UTC
Permalink
hi,
Post by Thomas
I use SQL Server Express 2005 SP2.(Microsoft SQL Server 2005 -
9.00.3042.00) I want to make a maintenance plan, but I don't have a
task called "maintenance plan"
I am user sa with "sysadmin"
How can I make a maintenance plan.
Thanks for your help
Thomas
SQLExpress does not include the SQL Server Agent (as MSDE did) nor the
"maintenance plan" feature (as MSDE did not provide as well)..
so you have to use the native OS scheduler to schedule the task you like as
BACKUP DATABASE... and the like.. please have a look at
http://www.sqldbatips.com/showarticle.asp?ID=27 and
http://www.sqldbatips.com/showarticle.asp?ID=29 for an alternate solution
based on the native OS scheduler..
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz http://italy.mvps.org
DbaMgr2k ver 0.21.1 - DbaMgr ver 0.65.1 and further SQL Tools
--------- remove DMO to reply
Thomas
2008-04-22 07:38:00 UTC
Permalink
Thank you,
perfect.

Thomas

Loading...