Exforsys

SQL Server 2005 Training

  1. SQL Server 2005 - Configuring Replication
  2. SQL Server 2005 Replication Enhancements
  3. SQL Server 2005 - Mirror Server
  4. SQL Server 2005 - Introduction to Data Availability
  5. SQL Server 2005 - Backing up a Database
  6. SQL Server 2005 - Using Database Snapshots
  7. SQL Server 2005 - Disaster Recovery
  8. SQL Server 2005 - Managing Certificates
  9. SQL Server 2005 - Managing Permissions
  10. Managing SQL Server 2005 Security
  11. SQL Server 2005 - Using the Database Tuning Advisor
  12. SQL Server 2005 - Tuning a Database
  13. Maintain indexes in a SQL Server 2005 database
  14. SQL Server 2005 - Defining Indexes
  15. SQL Server 2005 - Database Backup
  16. SQL Server 2005 - Populating the Database
  17. SQL Server 2005 Configuration Manager
  18. SQL Server 2005 - Using the Sqlcmd Utility
  19. Using the SQL Management Objects
  20. Using SQL Sever Management Studio - Part 2
  21. Using SQL Sever Management Studio - Part 1
  22. SQL Server 2005 - Using Event Notifications
  23. SQL Server 2005 - Using DDL Triggers
  24. SQL Server Monitoring Tools - Server Profiler
  25. SQL Server 2005 - Testing Troubleshooting
  26. SQL Server 2005 - Upgrading from earlier versions of SQL Server
  27. SQL Server 2005 Installation - Maintenance Plan Without Using Wizard
  28. SQL Server 2005 - Unattended Installations
  29. SQL Server 2005 Installation - Maintenance Plan Using Wizard
  30. Installing a Second Copy of SQL Server 2005
  31. Planning to Install SQL Server 2005
  32. SQL Server 2005 Installation
  33. SQL server 2005 Editions
  34. SQL Server 2005 Architecture Overview
  35. SQL Server 2005 - Management studio interface Summary Page
  36. SQL Server 2005 - Server Groups
  37. SQL Server 2005 - Registered Servers
  38. SQL Server 2005 Administrative Tools
  39. Developing Client applications in SQL Server 2005
  40. SQL Server Management Objects
  41. NET CLR in SQL Server 2005
  42. Native HTTP Support in SQL Server 2005
  43. XML Data Types in SQL Server 2005
  44. Using XML in SQL Server 2005
  45. Using Notification Services in SQL Server 2005
  46. SQL Server 2005 - Service Broker
  47. Data Manipulation Language (DML) in SQL Server 2005
  48. T-SQL Enhancements in SQL Server 2005
  49. Security Features in SQL Server 2005 for the Developer
  50. SQL Server Architecture and Components
  51. SQL Server 2005 Management Studio
  52. Overview of SQL Server 2005 for the Database Developer
  53. Getting started with SQL Server 2005

Ads


Home arrow Technical Training arrow SQL Server 2005 Training

SQL Server 2005 Configuration Manager

Author : Exforsys Inc.     Published on: 18th Dec 2005    |   Last Updated on: 3rd Feb 2011

SQL Server Configuration Manager

In this tutorial you will learn about SQL Server Configuration Manager, Manage Server & Client Network Protocols, To start the default instance of SQL Server, To start an instance of SQL Server with startup options, To stop the default instance of SQL Server, To connect to another computer with SQL Server Configuration Manager, To connect to another computer with Windows Computer Management, To stop the default instance of SQL Server using net commands, To set an instance of SQL Server to start automatically and To start or Start the SQL Server Agent service

Ads

SQL Server Computer manager or Configuration manager mainly combines three SQL Server tools into one. Client Network utility, Server Network utility and Service manager. Provides the basic configuration management requirements of SQL Server services, Server protocols, Client protocols, client aliases, report services and report manager. SQL Computer manager is backward compatible with SQL Server 2000 and 7.0 and supports older versions of Analysis Services and Reporting services.

The SQL Server Configuration manager opens from the SQL Server Management Studio and is a snap in to the Microsoft Management console. However, it can be accessed directly from the Start Menu and added to any other Management Console display. The Microsoft Management Console draws on SQLServerManager.msc file under Windows System 32 folder to open the SQL Server configuration manager.

Windows Management Instrumentation(WMI) is used by the SQL Server Configuration Manager and SQL Server Management studio to view and change settings on the server. It provides an unified way of managing and interfacing with the API calls that manage the registry options requested by the SQL Server tools.

The Configuration Management tools can be used to start or stop, pause or resume services. Service properties can be viewed or changed. If passwords are changed using the SQL Server Configuration Manager, SMO or WMI are immediately impacted without having to restart the service.

Manage Server & Client Network Protocols

The Configuration manager tool is used to configure server and client network protocols. Connectivity options can also be defined using this tool. Enabling the required protocols does not require a change of server network connections. However if the server connections have to be reconfigured to ensure that the SQL server listens on a particular network, this tools comes in use. The Configuration Manager also comes with an ability to force protocol encryption, view alias properties or enable/disable a protocol. The order of usage of protocols can also be changed.

Before proceeding further, let us briefly look at some definitions:

Server Alias is an alias used for the computer to which the client is connecting. Protocol is the network protocol used for the configuration entry. Connection parameters are parameters associated with the connection address for the network protocol configuration.

The available Network Protocols are Shared Memory, TCP/IP, Named Pipes and VI A Protocols. SQL Server 2005 does not support Banyan VINES Sequenced packet Protocol(SPP), Multiprotocol, AppleTalk or NWLink IPX/SPX network protocols. If there are clients connecting to these protocols a different protocol must be selected. Winsock Proxy cannot be configured using the SQL Server configuration manager.

Microsoft SQL Server can be stopped and started from SQL Server Configuration Manager. To ensure orderly shutdown of the SQL Server, it is important to pause the SQL Server, then stop the SQL Server Agent Service and thereafter stop the instance of the server. The SQL Server Configuration manager allows users to do the entire process from the interface.

To start the default instance of SQL Server

1. On the Start menu, point to All Programs, point to Microsoft SQL Server, and then click SQL Server Configuration Manager.

2. In SQL Server Configuration Manager, expand Services, and then click SQL Server.

3. In the details pane, right-click SQL Server (MSSQLServer), and then click Start.

4. A green arrow on the icon next to the server name and on the toolbar indicates that the server started successfully.

To start an instance of SQL Server with startup options

1. On the Start menu, point to All Programs, point to Microsoft SQL Server, and then click SQL Server Configuration Manager.

2. In SQL Server Configuration Manager, expand Services, and then click SQL Server (MSSQLSERVER).

3. In the details pane, right-click the instance of SQL Server, and then click Properties.

4. In the SQL Server < instancename > Properties dialog box, click the Advanced tab, and then click STARTUPPARAMETERS.

5. At the end of the original text, in the Value column, type the startup parameters you want, and then click OK. Separate parameters with a space, for example, –c -m.

6. Stop and restart SQL Server for the parameters to take effect.

To pause and resume the default instance of SQL Server

1. On the Start menu, point to All Programs, point to Microsoft SQL Server, and then click SQL Server Configuration Manager.

2. In SQL Server Configuration Manager, expand Services, and then click SQL Server.

3. In the details pane, right-click SQL Server (MSSQLServer), and then click Pause.

4. A pair of vertical blue bars on the icon next to the server name and on the toolbar indicates that the server paused successfully.

5. To resume the server, right-click SQL Server (MSSQLServer), and then click Resume.

6. A green arrow on the icon next to the server name and on the toolbar indicates that the server started successfully.

To stop the default instance of SQL Server

1. On the Start menu, point to All Programs, point to Microsoft SQL Server, and then click SQL Server Configuration Manager.

2. In SQL Server Configuration Manager, expand Services, and then click SQL Server.

3. In the results pane, right-click SQL Server (MSSQLSERVER), and then click Stop. If SQL Server Agent is running, you will receive a notice that SQL Server Agent will also stop.

4. A red box on the icon next to the server name and on the toolbar indicates that the server stopped successfully.

To connect to another computer with SQL Server Configuration Manager

1. In SQL Server Management Studio, on the Object Explorer toolbar, click Connect, and then click Database Engine. The Connect to Server dialog box appears.

2. In the Connect to Server dialog box, in the Server name box, type the name of the server to connect to. Complete the authentication information, and then click Connect.

3. In Object Explorer, right-click the server name, and then click Manage Service.

To connect to another computer with Windows Computer Management

1. On the Start menu, right-click My Computer, and then click Manage.

2. In Computer Management, right-click Computer Management (Local), and then click Connect to another computer.

3. In the Select Computer dialog box, in the Another computer text box, type the name of the computer you want to manage, and then click OK.

4. Computer Management displays the services running on the remote computer. The top-level node changes to Computer Management < remotecomputer >.

5. In the console tree, expand Services and Applications, and then expand SQL Server Configuration Manager to manage the remote computer's services.

To stop the default instance of SQL Server using net commands

1. From a command prompt, enter one of the following commands:

2. net stop "SQL Server (MSSQLSERVER)"

-or-

3. net stop MSSQLSERVER

To set an instance of SQL Server to start automatically

1. On the Start menu, point to All Programs, point to Microsoft SQL Server, and then click SQL Server Configuration Manager.

2. In SQL Server Configuration Manager, expand Services, and then click SQL Server.

3. In the details pane, right-click the name of the instance you want to start automatically, and then click Properties.

4. In the SQL Server < instancename > Properties dialog box, set Start Mode to Automatic.

Ads

5. Click OK, and then close SQL Server Configuration Manager.

To start or Start the SQL Server Agent service

1. On the Start menu, point to All Programs, point to Microsoft SQL Server, and then click SQL Server Configuration Manager.

2. In SQL Server Configuration Manager, expand Services, and then click SQL Agent.

3. In the results pane, right-click any instance, and then click Start.

4. A green arrow on the icon next to the SQL Server Agent and on the toolbar indicates that SQL Server Agent started successfully.

5. Click OK.



 
This tutorial is part of a SQL Server 2005 Training tutorial series. Read it from the beginning and learn yourself.

SQL Server 2005 Training

  1. SQL Server 2005 - Configuring Replication
  2. SQL Server 2005 Replication Enhancements
  3. SQL Server 2005 - Mirror Server
  4. SQL Server 2005 - Introduction to Data Availability
  5. SQL Server 2005 - Backing up a Database
  6. SQL Server 2005 - Using Database Snapshots
  7. SQL Server 2005 - Disaster Recovery
  8. SQL Server 2005 - Managing Certificates
  9. SQL Server 2005 - Managing Permissions
  10. Managing SQL Server 2005 Security
  11. SQL Server 2005 - Using the Database Tuning Advisor
  12. SQL Server 2005 - Tuning a Database
  13. Maintain indexes in a SQL Server 2005 database
  14. SQL Server 2005 - Defining Indexes
  15. SQL Server 2005 - Database Backup
  16. SQL Server 2005 - Populating the Database
  17. SQL Server 2005 Configuration Manager
  18. SQL Server 2005 - Using the Sqlcmd Utility
  19. Using the SQL Management Objects
  20. Using SQL Sever Management Studio - Part 2
  21. Using SQL Sever Management Studio - Part 1
  22. SQL Server 2005 - Using Event Notifications
  23. SQL Server 2005 - Using DDL Triggers
  24. SQL Server Monitoring Tools - Server Profiler
  25. SQL Server 2005 - Testing Troubleshooting
  26. SQL Server 2005 - Upgrading from earlier versions of SQL Server
  27. SQL Server 2005 Installation - Maintenance Plan Without Using Wizard
  28. SQL Server 2005 - Unattended Installations
  29. SQL Server 2005 Installation - Maintenance Plan Using Wizard
  30. Installing a Second Copy of SQL Server 2005
  31. Planning to Install SQL Server 2005
  32. SQL Server 2005 Installation
  33. SQL server 2005 Editions
  34. SQL Server 2005 Architecture Overview
  35. SQL Server 2005 - Management studio interface Summary Page
  36. SQL Server 2005 - Server Groups
  37. SQL Server 2005 - Registered Servers
  38. SQL Server 2005 Administrative Tools
  39. Developing Client applications in SQL Server 2005
  40. SQL Server Management Objects
  41. NET CLR in SQL Server 2005
  42. Native HTTP Support in SQL Server 2005
  43. XML Data Types in SQL Server 2005
  44. Using XML in SQL Server 2005
  45. Using Notification Services in SQL Server 2005
  46. SQL Server 2005 - Service Broker
  47. Data Manipulation Language (DML) in SQL Server 2005
  48. T-SQL Enhancements in SQL Server 2005
  49. Security Features in SQL Server 2005 for the Developer
  50. SQL Server Architecture and Components
  51. SQL Server 2005 Management Studio
  52. Overview of SQL Server 2005 for the Database Developer
  53. Getting started with SQL Server 2005
 

Comments