Presentation is loading. Please wait.

Presentation is loading. Please wait.

Learningcomputer.com SQL Server 2008 Configuration Manager.

Similar presentations


Presentation on theme: "Learningcomputer.com SQL Server 2008 Configuration Manager."— Presentation transcript:

1 Learningcomputer.com SQL Server 2008 Configuration Manager

2 SQL Server Configuration Manager SQL Server Configuration Manager is used to Configure SQL Server services Configure network connectivity Configure native client configuration

3 Configure SQL Server services Start, stop, and pause services Configure services to start automatically or manually, disable the services, or change other service settings Change the account used by the SQL Server services Start SQL Server using trace flags (command line parameters) View the properties of services Demo

4 Service Properties – Log on Built-in account – Do not Use these for production systems Local System: Specify the local system account. This account does not require a password. However, the local system account may prevent the service from interacting with other servers Local Service Specify the local service account. This account does not require a password. However, the local service account may prevent the service from interacting with other servers Network Service We recommend that you do not use the Network Service account for the SQL Server or the SQL Server Agent services. Local User or Domain User accounts are more appropriate for these services.

5 SQL Server network protocols Shared Memory: Shared memory is the simplest protocol to use and has no configurable settings. This can only connect to a SQL Server instance running on the same computer, it is not useful for most database activity. TCP/IP: This is the common protocol widely used over the Internet. It is the most popular protocol that is used in business today. Configuring your computer to use TCP/IP can be complex, but most networked computers are already correctly configured. This is better in slow LAN Named Pipes Named Pipes is a protocol developed for local area networks. VIA Virtual Interface Adapter (VIA) protocol works with VIA hardware.

6 Ports and Pipes TCP/IP ports: By default, the default instance of Database Engine listens on port 1433. For best practices, it is better to change this in a production environment Multiple ports: SQL Server Database Engine can listen on multiple ports on the same IP address, list the ports, separated by commas, in the format 1433,1500,1501. This field is limited to 2047 characters Default Pipe Specifies the default pipe the Named Pipes Net- library will use to attempt to connect to the target instance of SQL Server. By default, SQL Server listens on: \\.\pipe\sql\query \\.\pipe\sql\query Demo

7 SQL Server Native client configuration It is important to make sure that the Client configuration matches the values on the Server configuration in addition to the correct protocols being enabled An alias is an alternate name that can be used to make a connection. The alias encapsulates the required elements of a connection string, and exposes them with a name chosen by the user. Demo


Download ppt "Learningcomputer.com SQL Server 2008 Configuration Manager."

Similar presentations


Ads by Google