Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 monitoring and jobs

Author  Topic 

silpa
Starting Member

5 Posts

Posted - 2015-04-09 : 06:13:58
Hi, can anyone tell me what are all the jobs that should be run in sql server and what are the monitoring recommendations in sql server.
what is rebuild index? Please do the needful

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2015-04-09 : 08:41:55
This is a very large topic. Basically you need books like:

https://www.red-gate.com/community/books/sql-server-transaction-log-management
https://www.red-gate.com/community/books/sql-server-backup-and-restore
https://www.red-gate.com/community/books/accidental-dba
https://www.red-gate.com/community/books/dynamic-management-views.htm
https://www.red-gate.com/community/books/exceptional-dba-book

For indexes:

https://msdn.microsoft.com/en-us/library/ms189858.aspx
Go to Top of Page
   

- Advertisement -