SET AS HOME PAGE

ADD TO FAVORITES / BOOKMARK THIS WEBSITE (More Details)

Introduction

Servlet

Jsp

Security

Enterprise Beans

Contact Us


Steps and Procedure to Start MSSQL Server

 Introduction

If you are accessing SQL Query Analyzer without establishing a connection, then the Connect to SQL Server dialog box will display to allow you to specify a database server. This dialog box can also access from the toolbar or from the Connect command on the File menu.
To connect to SQL Server
  1. In the Connect to SQL Server dialog box, you need to enter the name of the database server in the SQL Server text box.

    To select the local server, simply select (local).

    To specify another server or another instance of the server, enter the server name in the SQL Server text box (or) click the browse button to display a list of active servers. The servers will be listed in the format servername\instancename.
  2. To connect using Windows NT Authentication you need to click Windows NT Authentication.

    (OR)

    To connect using SQL Server Authentication you need to click SQL Server Authentication.
After you have connected to an instance of SQL Server, you can establish more connections through the Connect to SQL Server dialog box


 Steps to Start Microsoft SQL Server

  1. First, goto start -> All Programs -> Microsoft SQL Server -> Service Manager and click the Service Manager
  2. Now a SQL Server Service Manager dialog box will open. Check whether the server is running or not.
    If the server is not running then in the Server text box type the server name (CLICK HERE for server-name) (or) type . as shown in the image below and then click the Start/Continue button
    (OR)
  3. Now the server will be started as in the image below
    (OR)
  4. Now close the SQL Server Service Manager dialog box by simply clicking the X mark in the top right side of this dialog box (look the image below)
  5. Now the server is connected successfully

 Click To Go Back
<- BACK