Using SQL Server Management Studio (SSMS)


  1. Check the SQL Server Help Pages.

  2. Download and install SQL Server Management Studio (SSMS).
  3. SSMS is an integrated environment designed to manage any SQL infrastructure, including SQL Server. It provides a comprehensive utility that combines graphical tools with rich script editors.


  4. Launch the SSMS.
  5. The steps are based on Connect to the SQL Server.


      The password was created when you customized your SQL Server installation.


    If the connection fails like
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
    Follow the steps below to fix the problem. The steps are based on:


    1. Launch the Microsoft Management Console at

             C:/Windows/System32/services.msc
      and start the SQL Server instance, e.g., XQLEXPRESS03 (typo of SQLEXPRESS03), created when SQL Server setup:


    2. Activate the SQL Server Configuration Manager at

             C:/Windows/System32/mmc.exe
      and configure the SQL Server Network: