6 Sqlserver 2012ic m6 Maintenance Slides
6 Sqlserver 2012ic m6 Maintenance Slides
You need to confirm that other machines can connect to your SQL
Server instance over the network
Use SQL Server Configuration Manager
Select SQL Server Network Configuration
Protocols for MSSQLSERVER (or your instance name)
Ensure that the appropriate network protocols are enabled
Usually you will want TCP/IP to be enabled
It may already be enabled (depending on what SQL Server Edition)
You should always double-check whether it is enabled
Any change to the status of these protocols will require a restart of that instance
of SQL Server
There will be a warning prompt to remind you of this
You can use Ping (from a command prompt) on another machine to confirm
basic network connectivity
You may have to open ports in your Windows firewalls
Ports 1433 and 1434 are the default ports for a default instance of SQL Server
SQL Server Configuration Manager
Confirming SQL Server Connectivity
You need to create SQL Server Agent alerts for certain critical errors
Severity 19 through Severity 25 errors
Error 825 – Read-retry required
Read this Paul Randal blog post
http://bit.ly/XuxbMA
You want to know about these errors as soon as possible!
Make sure to configure a response for each alert
A SQL Server Agent alert can trigger an e-mail, a net send, or a page
An e-mail to a distribution group is the preferred method
Net send and paging are deprecated in SQL Server 2012
SQL Agent Alert General Properties
SQL Agent Alert Response Options
Checking SQL Server Service Properties
SQL Server Agent Start Mode Property
Ola Hallengren’s Maintenance Solution