Hi,
I have a database which will not be used at night, so should I run any procedures on it.
i.e.
DBCC CHECKDB
DBCC DBREINDEX (ALL TABLES)
Should these be run before or after the backup?
Is it possible to be alerted if there is a problem with these commands, if so how?
I have a database which will not be used at night, so should I run any procedures on it.
i.e.
DBCC CHECKDB
DBCC DBREINDEX (ALL TABLES)
Should these be run before or after the backup?
Is it possible to be alerted if there is a problem with these commands, if so how?