starting stoping sql server

Upload: dilip12mcp

Post on 05-Jul-2018

214 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/16/2019 Starting Stoping SQL SERVER

    1/3

    Starting and Stopping the SQL Server PDF download from SAP Help Portal:http://help.sap.com/saphelp_nw70/helpdata/en/4d/0abf226dc25c4be10000000a42189e/frameset.htm

    Created on February 17, 2016

    The documentation may have changed since you downloaded the PDF. You can always find the latest information on SAP HelpPortal.

    Note

    This PDF document contains the selected topic and its subtopics (max. 150) in the selected structure. Subtopics from other structures are not included.

    © 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purposewithout the express permiss ion of SAP SE. The information contained herein may be changed without prior notice. Some software products marketed by SAP

    SE and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials areprovided by SAP SE and its affili ated companies ("SAP Group") for informational purposes only, without representation or warranty of any k ind, and SAPGroup shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are setforth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additionalwarranty. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE inGermany and other countries. Pleas e see www.sap.com/c orporate-en/legal/copyright/index.epx#trademark for additional trademark information and notices .

    PUBLIC© 2014 SAP SE or an SAP affiliate company. All rights reserved.

    Page 1 of 3

    http://help.sap.com/saphelp_nw70/helpdata/en/4d/0abf226dc25c4be10000000a42189e/frameset.htmhttp://help.sap.com/

  • 8/16/2019 Starting Stoping SQL SERVER

    2/3

    Table of content1 Starting and Stopping the SQL Server

    PUBLIC© 2014 SAP SE or an SAP affiliate company. All rights reserved.

    Page 2 of 3

  • 8/16/2019 Starting Stoping SQL SERVER

    3/3

    Starting and Stopping the SQL Server

    Prerequisites

    When you start the SQL Server you actually start the Windows service SQL Server and the corresponding process sqlservr.exe .

    In addition to starting the s erver, you also need to start the SQL S erver Agent to be able to s chedule and execute jobs within the S QL Server ManagementStudio. Other services offered by the SQL Server are not required in the SAP env ironment and should therefore not be started.

    Overview of SQL Server Services

    Service Process Comment

    SQL Server sqlservr.exe Always required

    SQL ServerAgent sqlagent.exe Always required

    Distributed Transaction Coordinator msdtc.exe Do not run in the SAP environment

    FDHOST Launcher fdhost.exe Do not run in the SAP environment

    You can view a list of all installed services and their current status in the Windows Services application.

    You can st art the SQL Server using the S QL Server Service Manager or the SQL Server Management Studio.

    Procedure 1. S tart the Server Configuration Manager . 2. Select SQL Server Services .

    3. Select the service SQL Server ( MSSQLServer) . 4. Choose either start or stop as required.

    The server is started up or shutdown immediately.During startup, an automatic recovery takes place.During shutdown a check point is performed in every database.

    Never use Pause for a server. This option prevents any further connections being established to the server and may cause SAP errors. 5. Repeat the procedure for the service SQL Server Agent ( MSSQLServer) .

    The SQL Server Agent must be started to allow the scheduling of tasks in the SQL Server Management Studio.

    Optionally, SQL Server and SQL Server Agent can be started automatically whenever Windows starts. If you wish to implement this option,use the Windows Services application to specify that the servic es should be started together with Windows. For more information, see theWindows documentation.

    PUBLIC© 2014 SAP SE or an SAP affiliate company. All rights reserved.

    Page 3 of 3