Link to home
Start Free TrialLog in
Avatar of jspc
jspcFlag for Australia

asked on

Scripts for SQL Maintenance Plan in SQL Express

Hello,

When using SQL Express how do you go about running these items manually as Maintenance Plans aren't available?

•      Verify the Integrity of Database
•      Maintain a Database's Indexes
•      Maintain Index and Column Statistics
•      Reduce your transaction log
ASKER CERTIFIED SOLUTION
Avatar of Vitor Montalvão
Vitor Montalvão
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jspc

ASKER

So if my database was called "Test" what would the scripts be for the above mentioned?
Those scripts runs over all databases from a SQL Server instance. You shouldn't need to provide any database name.